diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-06-04 21:06:00 -0700 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-06-04 21:06:00 -0700 |
commit | 955bcc42a95743a719c18224499cfdc3bc6561b8 (patch) | |
tree | 399d55fe6e013e9e3613ec59971b96ba8b1cf058 | |
parent | 64e6352f8eb61dfbd199a7c550f749958e16f4a2 (diff) | |
download | conntrack-tools-955bcc42a95743a719c18224499cfdc3bc6561b8.tar.gz conntrack-tools-955bcc42a95743a719c18224499cfdc3bc6561b8.zip |
Add nfct debian package to this submodule.
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/nfct.install | 2 | ||||
-rwxr-xr-x | debian/rules | 2 | ||||
-rw-r--r-- | debian/substvars | 0 |
4 files changed, 10 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6b78fea..aef7471 100644 --- a/debian/control +++ b/debian/control @@ -22,3 +22,10 @@ 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: ${shlibs:Depends}, ${misc:Depends} +Build-Depends: libnetfilter_cttimeout (>= 0.0.1), +Description: nfct library + nfct library 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 diff --git a/debian/rules b/debian/rules index fb498be..3073583 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ binary-arch: build install dh_compress -a dh_fixperms -a dh_installdeb -a - dh_shlibdeps -a + dh_shlibdeps -av if [ -f "../.VYATTA_DEV_BUILD" ]; then \ dh_gencontrol -- -v999.dev; \ else \ diff --git a/debian/substvars b/debian/substvars new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/debian/substvars |