From 25cbfe7df4d0792b10eddc52a8b4ede770b11800 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org" Date: Thu, 8 Mar 2007 13:52:25 +0000 Subject: [PATCH] update debian packaging 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 --- debian/changelog | 6 ++++++ debian/rules | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bcc2362..7ea64e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnfnetlink (0.0.25-1) unstable; urgency=low + + * new upstream release + + -- Harald Welte Tue, 6 Mar 2007 11:07:08 +0100 + libnfnetlink (0.0.14) unstable; urgency=low * new upstream release diff --git a/debian/rules b/debian/rules index 69ac671..d4e8f80 100755 --- a/debian/rules +++ b/debian/rules @@ -11,3 +11,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk 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/ -- cgit v1.2.3