From 9f696c58a2a4b81b37e8a0efcdc5392fdb98b3f3 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 7 Jan 2006 15:02:02 +0000 Subject: add debian package support (Max Kellermann) --- debian/changelog | 11 +++++++++++ debian/conntrack.install | 2 ++ debian/control | 20 ++++++++++++++++++++ debian/copyright | 9 +++++++++ debian/libconntrack-extensions.install | 1 + debian/rules | 12 ++++++++++++ 6 files changed, 55 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/conntrack.install create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libconntrack-extensions.install create mode 100644 debian/rules (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3f9c444 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +conntrack (1.00beta1) unstable; urgency=low + + * new upstream release + + -- Harald Welte Sat, 07 Jan 2006 15:55:51 +0100 + +conntrack (0.99-0+pre1) unstable; urgency=low + + * initial debian release + + -- Max Kellermann Sun, 27 Nov 2005 18:17:30 +0100 diff --git a/debian/conntrack.install b/debian/conntrack.install new file mode 100644 index 0000000..2e15100 --- /dev/null +++ b/debian/conntrack.install @@ -0,0 +1,2 @@ +usr/sbin +usr/share/man 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 +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..469c053 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,9 @@ +This Debian package was created by Max Kellermann . + +The upstream sources were downloaded from: + http://ftp.netfilter.org/pub/conntrack/ + +The GNU General Public License version 2 applies to the upstream +sources. On Debian systems, the complete text of the GNU General +Public License version 2 can be found in the +/usr/share/common-licenses/GPL-2 file. diff --git a/debian/libconntrack-extensions.install b/debian/libconntrack-extensions.install new file mode 100644 index 0000000..d018987 --- /dev/null +++ b/debian/libconntrack-extensions.install @@ -0,0 +1 @@ +usr/lib/conntrack diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..f3423db --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-) +DEB_TARBALL := conntrack-$(UPSTREAM_VERSION).tar.bz2 +DEB_TAR_SRCDIR := conntrack-$(UPSTREAM_VERSION) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/tarball.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_DH_INSTALL_SOURCEDIR := debian/tmp -- cgit v1.2.3 From 408555b97830eda21b562de20e62207b73324adf Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Sat, 7 Jan 2006 15:26:49 +0000 Subject: make 'rules' executable, remove 'tarball' from cdbs --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 debian/rules (limited to 'debian') diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 index f3423db..1255026 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ DEB_TARBALL := conntrack-$(UPSTREAM_VERSION).tar.bz2 DEB_TAR_SRCDIR := conntrack-$(UPSTREAM_VERSION) include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/tarball.mk +#include /usr/share/cdbs/1/rules/tarball.mk include /usr/share/cdbs/1/class/autotools.mk DEB_DH_INSTALL_SOURCEDIR := debian/tmp -- cgit v1.2.3 From 40698eacd312893cc9feba2b6b93d81d47245f74 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 6 Mar 2009 19:50:43 +0100 Subject: src: remove debian/ directory This patch removes the debian directory. According to the debian policy, this directory should not be in source tree. Signed-off-by: Pablo Neira Ayuso --- Makefile.am | 1 - debian/changelog | 11 ----------- debian/conntrack.install | 2 -- debian/control | 20 -------------------- debian/copyright | 9 --------- debian/libconntrack-extensions.install | 1 - debian/rules | 12 ------------ 7 files changed, 56 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/conntrack.install delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libconntrack-extensions.install delete mode 100755 debian/rules (limited to 'debian') diff --git a/Makefile.am b/Makefile.am index fde65aa..c7afd08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,5 +17,4 @@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck dist-hook: - rm -rf `find $(distdir)/debian -name .svn` rm -rf `find $(distdir)/doc -name .svn` diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 3f9c444..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -conntrack (1.00beta1) unstable; urgency=low - - * new upstream release - - -- Harald Welte Sat, 07 Jan 2006 15:55:51 +0100 - -conntrack (0.99-0+pre1) unstable; urgency=low - - * initial debian release - - -- Max Kellermann Sun, 27 Nov 2005 18:17:30 +0100 diff --git a/debian/conntrack.install b/debian/conntrack.install deleted file mode 100644 index 2e15100..0000000 --- a/debian/conntrack.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/sbin -usr/share/man diff --git a/debian/control b/debian/control deleted file mode 100644 index 949ee84..0000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: conntrack -Section: net -Priority: optional -Maintainer: Max Kellermann -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. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 469c053..0000000 --- a/debian/copyright +++ /dev/null @@ -1,9 +0,0 @@ -This Debian package was created by Max Kellermann . - -The upstream sources were downloaded from: - http://ftp.netfilter.org/pub/conntrack/ - -The GNU General Public License version 2 applies to the upstream -sources. On Debian systems, the complete text of the GNU General -Public License version 2 can be found in the -/usr/share/common-licenses/GPL-2 file. diff --git a/debian/libconntrack-extensions.install b/debian/libconntrack-extensions.install deleted file mode 100644 index d018987..0000000 --- a/debian/libconntrack-extensions.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/conntrack diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 1255026..0000000 --- a/debian/rules +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/make -f -# -*- mode: makefile; coding: utf-8 -*- - -UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-) -DEB_TARBALL := conntrack-$(UPSTREAM_VERSION).tar.bz2 -DEB_TAR_SRCDIR := conntrack-$(UPSTREAM_VERSION) - -include /usr/share/cdbs/1/rules/debhelper.mk -#include /usr/share/cdbs/1/rules/tarball.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_DH_INSTALL_SOURCEDIR := debian/tmp -- cgit v1.2.3