From bb3229e2d79376b1f309f32ffd79f3a800ab8312 Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Thu, 25 Sep 2014 13:37:29 +0200 Subject: d/: new binary package for nfct Let's create a new binary package for the nfct tool. Signed-off-by: Arturo Borrero Gonzalez --- debian/control | 9 +++++++++ debian/nfct.install | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 debian/nfct.install diff --git a/debian/control b/debian/control index ee2298a..921699b 100644 --- a/debian/control +++ b/debian/control @@ -31,3 +31,12 @@ 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. + +Package: nfct +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Tool to interact with the connection tracking system + nfct is the command line tool that allows you to manipulate the Netfilter's + Connection Tracking System. + . + By now, the supported subsystem is timeout. diff --git a/debian/nfct.install b/debian/nfct.install new file mode 100644 index 0000000..2804908 --- /dev/null +++ b/debian/nfct.install @@ -0,0 +1,2 @@ +debian/tmp/usr/sbin/nfct +debian/tmp/usr/share/man/man8/nfct.8 -- cgit v1.2.3