[PATCH] update debian packaging
Pierre Chifflier
chifflier at cpe.fr
Tue Mar 6 17:25:57 CET 2007
Hi,
The following patch fixes 3 problems with the debian files in the svn
repository:
* the.pc file is not copied during installation
* the version is outdated
* the version in debian/changelog should reflect the number of the
debian packaging, and so lacks a -1
Signed-off-by: Pierre Chifflier <chifflier at inl.fr>
---
Index: debian/changelog
===================================================================
--- debian/changelog (revision 6765)
+++ debian/changelog (working copy)
@@ -1,3 +1,9 @@
+libnfnetlink (0.0.25-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Harald Welte <laforge at netfilter.org> Tue, 6 Mar 2007 11:07:08 +0100
+
libnfnetlink (0.0.14) unstable; urgency=low
* new upstream release
Index: debian/rules
===================================================================
--- debian/rules (revision 6765)
+++ debian/rules (working copy)
@@ -11,3 +11,7 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+
+binary-install/libnfnetlink-dev::
+ mkdir -p debian/libnfnetlink-dev/usr/lib/pkg-config/; \
+ install -m 644 libnfnetlink.pc debian/libnfnetlink-dev/usr/lib/pkg-config/
More information about the netfilter-devel
mailing list