diff options
author | Timo Weingärtner <timo@tiwe.de> | 2018-01-08 22:40:28 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2018-01-11 21:45:56 +0100 |
commit | 72c081d7dbe536802f001a16603d66003c8d2e0e (patch) | |
tree | a01cabe0be98e7da985c7c72723f15049260f7e5 | |
parent | 7fc55df2837845374888318958794049ecbcf9f6 (diff) | |
download | ssh-agent-filter-72c081d7dbe536802f001a16603d66003c8d2e0e.tar.gz |
apply wrap-and-sort
-rw-r--r-- | debian/control | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/debian/control b/debian/control index b32a14a..f65e8ac 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,15 @@ Source: ssh-agent-filter Section: net Priority: extra Maintainer: Timo Weingärtner <timo@tiwe.de> -Build-Depends: debhelper (>= 9), dh-exec, nettle-dev, libgmp-dev, libboost-program-options-dev, libboost-filesystem-dev, libboost-iostreams-dev, help2man, pandoc +Build-Depends: debhelper (>= 9), + dh-exec, + help2man, + libboost-filesystem-dev, + libboost-iostreams-dev, + libboost-program-options-dev, + libgmp-dev, + nettle-dev, + pandoc Standards-Version: 3.9.8 Homepage: https://github.com/tiwe-de/ssh-agent-filter Vcs-Git: https://github.com/tiwe-de/ssh-agent-filter.git -b debian @@ -11,8 +19,12 @@ Vcs-Browser: https://github.com/tiwe-de/ssh-agent-filter/tree/debian Package: ssh-agent-filter Architecture: any Multi-Arch: foreign -Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client -Recommends: whiptail | dialog, ssh-askpass, zenity +Depends: openssh-client, + ${misc:Depends}, + ${shlibs:Depends} +Recommends: ssh-askpass, + whiptail | dialog, + zenity Description: filtering proxy for ssh-agent This package solves the all-or-nothing problem regarding ssh-agent forwarding. It contains: |