aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control18
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: