diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/conntrackd.install | 1 | ||||
-rw-r--r-- | debian/control | 8 |
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2dc04a3..3784359 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ conntrack (1:0.9.5-1) UNRELEASED; urgency=low * new upstream release + * added package "conntrackd" -- Max Kellermann <max@duempel.org> Tue, 6 Nov 2007 08:15:26 +0100 diff --git a/debian/conntrackd.install b/debian/conntrackd.install new file mode 100644 index 0000000..cb533cb --- /dev/null +++ b/debian/conntrackd.install @@ -0,0 +1 @@ +usr/sbin/conntrackd diff --git a/debian/control b/debian/control index 9d8e015..f475528 100644 --- a/debian/control +++ b/debian/control @@ -13,3 +13,11 @@ 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 connection tracking state table. + +Package: conntrackd +Architecture: any +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. + Conntrackd can also run as statistics daemon. |