summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control21
-rw-r--r--debian/copyright9
-rw-r--r--debian/libnetfilter-conntrack-dev.install2
-rw-r--r--debian/libnetfilter-conntrack1.install1
-rw-r--r--debian/rules13
6 files changed, 57 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e9faffe
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+libnetfilter-conntrack (0.0.30) unstable; urgency=low
+
+ * new upstream release
+
+ -- Harald Welte <laforge@netfilter.org> Sat, 07 Jan 2005 15:51:49 +0100
+
+libnetfilter-conntrack (0.0.28-0+pre2) unstable; urgency=low
+
+ * initial debian release
+
+ -- Max Kellermann <max@duempel.org> Sun, 27 Nov 2005 18:13:23 +0100
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8989a00
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libnetfilter-conntrack
+Section: libs
+Priority: optional
+Maintainer: Max Kellermann <max@duempel.org>
+Build-Depends: cdbs (>= 0.4), debhelper (>= 4.2), gcc (>= 3.4), libnfnetlink-dev (>= 0.0.13)
+Standards-Version: 3.6.2
+
+Package: libnetfilter-conntrack1
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Netfilter netlink-conntrack library
+ This is the userspace library for nfnetlink_conntrack.
+
+Package: libnetfilter-conntrack-dev
+Architecture: any
+Section: libdevel
+Depends: libnetfilter-conntrack1 (= ${Source-Version}), libnfnetlink-dev (>= 0.0.13)
+Description: Netfilter netlink-conntrack library
+ This is the userspace library for nfnetlink_conntrack.
+ .
+ This package provides the development files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d10b9fa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,9 @@
+This Debian package was created by Max Kellermann <max@duempel.org>.
+
+The upstream sources were downloaded from:
+ http://ftp.netfilter.org/pub/libnetfilter_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/libnetfilter-conntrack-dev.install b/debian/libnetfilter-conntrack-dev.install
new file mode 100644
index 0000000..5cc336f
--- /dev/null
+++ b/debian/libnetfilter-conntrack-dev.install
@@ -0,0 +1,2 @@
+usr/lib/*.{so,a,la}
+usr/include
diff --git a/debian/libnetfilter-conntrack1.install b/debian/libnetfilter-conntrack1.install
new file mode 100644
index 0000000..093956b
--- /dev/null
+++ b/debian/libnetfilter-conntrack1.install
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..50380cd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ')
+UPSTREAM_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f2 -d' ' | cut -f1 -d-)
+DEB_TARBALL := libnetfilter_conntrack-$(UPSTREAM_VERSION).tar.bz2
+DEB_TAR_SRCDIR := libnetfilter_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