diff options
author | Alexander Wirt <formorer@debian.org> | 2012-06-03 11:51:49 +0200 |
---|---|---|
committer | Alexander Wirt <formorer@debian.org> | 2012-06-03 11:51:49 +0200 |
commit | fb4a63ba1b3307797aba55de858ea4b9e85ae779 (patch) | |
tree | 58e366fac4215ee554a432e69012ed305b2c48f3 | |
parent | 92005c6cd0ff27f5425b018f58d0e93a0b78dfa3 (diff) | |
download | conntrack-tools-fb4a63ba1b3307797aba55de858ea4b9e85ae779.tar.gz conntrack-tools-fb4a63ba1b3307797aba55de858ea4b9e85ae779.zip |
wrap-and-sort debian/control
-rw-r--r-- | debian/control | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 46d7950..316f171 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,17 @@ Section: net Priority: optional Maintainer: Alexander Wirt <formorer@debian.org> Homepage: http://conntrack-tools.netfilter.org/ -Build-Depends: debhelper (>= 5), - libnetfilter-conntrack-dev (>= 1.0.1-1), bison, flex, dpatch, libmnl-dev (>= 1.0.1-1) +Build-Depends: bison, + debhelper (>= 5), + dpatch, + flex, + libmnl-dev (>= 1.0.1-1), + libnetfilter-conntrack-dev (>= 1.0.1-1) Standards-Version: 3.9.1 Package: conntrack Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Program to modify the conntrack tables conntrack is a userspace command line program targeted at system administrators. It enables them to view and manage the in-kernel @@ -17,7 +21,7 @@ Description: Program to modify the conntrack tables Package: conntrackd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Connection tracking daemon Conntrackd can replicate the status of the connections that are currently being processed by your stateful firewall based on Linux. |