diff options
author | Arturo Borrero Gonzalez <aborrero@cica.es> | 2014-09-25 13:37:29 +0200 |
---|---|---|
committer | Arturo Borrero Gonzalez <aborrero@cica.es> | 2014-09-25 13:37:29 +0200 |
commit | bb3229e2d79376b1f309f32ffd79f3a800ab8312 (patch) | |
tree | 9a38ffc72068cbc9f0a9dcd69db3944b908aaeb8 /debian | |
parent | 66d86312953e0a4e32aa75139c7f49d4e11c43a6 (diff) | |
download | conntrack-tools-bb3229e2d79376b1f309f32ffd79f3a800ab8312.tar.gz conntrack-tools-bb3229e2d79376b1f309f32ffd79f3a800ab8312.zip |
d/: new binary package for nfct
Let's create a new binary package for the nfct tool.
Signed-off-by: Arturo Borrero Gonzalez <aborrero@cica.es>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 9 | ||||
-rw-r--r-- | debian/nfct.install | 2 |
2 files changed, 11 insertions, 0 deletions
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 |