summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-11-05 18:31:30 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-11-05 18:31:30 +0100
commitac19c1954c3d8505c1612b219f71d7c86cc7fb13 (patch)
tree97d3a2d4b5300dc715d3948bfe2882b5b4ad74af /debian/control
parent8727daf1e5e4a45981fa2e03dfcb24cb43c6966f (diff)
Remove distro-specific parts
Distributions keep their own versions anyway. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control23
1 files changed, 0 insertions, 23 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index b3ed95a..0000000
--- a/debian/control
+++ /dev/null
@@ -1,23 +0,0 @@
-Source: libnfnetlink
-Section: libs
-Priority: optional
-Maintainer: Max Kellermann <max@duempel.org>
-Build-Depends: cdbs (>= 0.4), debhelper (>= 4.2), gcc (>= 3.4)
-Standards-Version: 3.6.2
-
-Package: libnfnetlink0
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Netfilter netlink library
- libnfnetlink is a lowlevel C library which helps accessing the
- netfilter netlink layer in the kernel.
-
-Package: libnfnetlink-dev
-Architecture: any
-Section: libdevel
-Depends: libnfnetlink0 (= ${Source-Version})
-Description: Netfilter netlink library
- libnfnetlink is a lowlevel C library which helps accessing the
- netfilter netlink layer in the kernel.
- .
- This package provides the development files.