[netfilter-cvslog] r6349 - in trunk/conntrack: . debian

laforge at netfilter.org laforge at netfilter.org
Sat Jan 7 16:02:02 CET 2006


Author: laforge at netfilter.org
Date: 2006-01-07 16:02:02 +0100 (Sat, 07 Jan 2006)
New Revision: 6349

Added:
   trunk/conntrack/debian/
   trunk/conntrack/debian/changelog
   trunk/conntrack/debian/conntrack.install
   trunk/conntrack/debian/control
   trunk/conntrack/debian/copyright
   trunk/conntrack/debian/libconntrack-extensions.install
   trunk/conntrack/debian/rules
Log:
add debian package support (Max Kellermann)


Added: trunk/conntrack/debian/changelog
===================================================================
--- trunk/conntrack/debian/changelog	2006-01-07 14:58:24 UTC (rev 6348)
+++ trunk/conntrack/debian/changelog	2006-01-07 15:02:02 UTC (rev 6349)
@@ -0,0 +1,11 @@
+conntrack (1.00beta1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Harald Welte <laforge at netfilter.org>  Sat, 07 Jan 2006 15:55:51 +0100
+
+conntrack (0.99-0+pre1) unstable; urgency=low
+
+  * initial debian release
+
+ -- Max Kellermann <max at duempel.org>  Sun, 27 Nov 2005 18:17:30 +0100

Added: trunk/conntrack/debian/conntrack.install
===================================================================
--- trunk/conntrack/debian/conntrack.install	2006-01-07 14:58:24 UTC (rev 6348)
+++ trunk/conntrack/debian/conntrack.install	2006-01-07 15:02:02 UTC (rev 6349)
@@ -0,0 +1,2 @@
+usr/sbin
+usr/share/man

Added: trunk/conntrack/debian/control
===================================================================
--- trunk/conntrack/debian/control	2006-01-07 14:58:24 UTC (rev 6348)
+++ trunk/conntrack/debian/control	2006-01-07 15:02:02 UTC (rev 6349)
@@ -0,0 +1,20 @@
+Source: conntrack
+Section: net
+Priority: optional
+Maintainer: Max Kellermann <max at duempel.org>
+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.

Added: trunk/conntrack/debian/copyright
===================================================================
--- trunk/conntrack/debian/copyright	2006-01-07 14:58:24 UTC (rev 6348)
+++ trunk/conntrack/debian/copyright	2006-01-07 15:02:02 UTC (rev 6349)
@@ -0,0 +1,9 @@
+This Debian package was created by Max Kellermann <max at duempel.org>.
+
+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.

Added: trunk/conntrack/debian/libconntrack-extensions.install
===================================================================
--- trunk/conntrack/debian/libconntrack-extensions.install	2006-01-07 14:58:24 UTC (rev 6348)
+++ trunk/conntrack/debian/libconntrack-extensions.install	2006-01-07 15:02:02 UTC (rev 6349)
@@ -0,0 +1 @@
+usr/lib/conntrack

Added: trunk/conntrack/debian/rules
===================================================================
--- trunk/conntrack/debian/rules	2006-01-07 14:58:24 UTC (rev 6348)
+++ trunk/conntrack/debian/rules	2006-01-07 15:02:02 UTC (rev 6349)
@@ -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




More information about the netfilter-cvslog mailing list