summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2006-01-07 15:02:02 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2006-01-07 15:02:02 +0000
commit9f696c58a2a4b81b37e8a0efcdc5392fdb98b3f3 (patch)
tree24fa939f566dd8e3a2433ed72e33ac5ea0d2be40 /debian/control
parent54424b2156918d64d1860f579f538793059b4d5d (diff)
add debian package support (Max Kellermann)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..949ee84
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: conntrack
+Section: net
+Priority: optional
+Maintainer: Max Kellermann <max@duempel.org>
+Build-Depends: cdbs (>= 0.4), debhelper (>= 4.2), gcc (>= 3.4), libnfnetlink-dev (>= 0.0.13), libnetfilter-conntrack-dev (>= 0.0.28)
+Standards-Version: 3.6.2
+
+Package: conntrack
+Architecture: any
+Depends: ${shlibs:Depends}, libconntrack-extensions (= ${Source-Version})
+Description: Program to modify the conntrack tables
+ The userspace connection tracking table administration program.
+
+Package: libconntrack-extensions
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Program to modify the conntrack tables
+ The userspace connection tracking table administration program.
+ .
+ This package provides the protocol extensions.