summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-03-06 19:53:29 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-03-06 19:53:29 +0100
commitbcb4122a951cd93a9d6f7d7f6314a5c1c0966d75 (patch)
tree0e812cfc382fe638d23ca8930f6a56708ca6d8ab /debian
parent76e6042107de23790f0532e3bf3c396cba27e5aa (diff)
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 <pablo@netfilter.org>
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.install2
-rwxr-xr-xdebian/rules13
6 files changed, 0 insertions, 58 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index e9faffe..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
-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
deleted file mode 100644
index 8989a00..0000000
--- a/debian/control
+++ /dev/null
@@ -1,21 +0,0 @@
-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
deleted file mode 100644
index d10b9fa..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644
index 5cc336f..0000000
--- a/debian/libnetfilter-conntrack-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.{so,a,la}
-usr/include
diff --git a/debian/libnetfilter-conntrack1.install b/debian/libnetfilter-conntrack1.install
deleted file mode 100644
index 17ed68e..0000000
--- a/debian/libnetfilter-conntrack1.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/lib/libnetfilter_conntrack/*.so
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 20fe030..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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