All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] update debian packaging
@ 2007-03-06 16:25 Pierre Chifflier
  2007-03-08 13:05 ` Patrick McHardy
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Chifflier @ 2007-03-06 16:25 UTC (permalink / raw)
  To: netfilter-devel

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@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@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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] update debian packaging
  2007-03-06 16:25 [PATCH] update debian packaging Pierre Chifflier
@ 2007-03-08 13:05 ` Patrick McHardy
  2007-03-08 13:13   ` Pierre Chifflier
  0 siblings, 1 reply; 4+ messages in thread
From: Patrick McHardy @ 2007-03-08 13:05 UTC (permalink / raw)
  To: Pierre Chifflier; +Cc: netfilter-devel

Pierre Chifflier wrote:
> 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

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] update debian packaging
  2007-03-08 13:05 ` Patrick McHardy
@ 2007-03-08 13:13   ` Pierre Chifflier
  2007-03-08 13:33     ` Patrick McHardy
  0 siblings, 1 reply; 4+ messages in thread
From: Pierre Chifflier @ 2007-03-08 13:13 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netfilter-devel

On Thu, Mar 08, 2007 at 02:05:07PM +0100, Patrick McHardy wrote:
> Pierre Chifflier wrote:
> > 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
> 
> Applied, thanks.
> 

Oops, sorry, the previous patch contained some mistakes. This patch
applies on top of the previous one, to give a correct debian package
(compile and install-tested).

* install .pc file in /usr/lib/pkgconfig, not pkg-config
* update package timestamp

Signed-off-by: Pierre Chifflier <chifflier@inl.fr>

---
Index: debian/changelog
===================================================================
--- debian/changelog	(révision 6767)
+++ debian/changelog	(copie de travail)
@@ -2,7 +2,7 @@
 
   * new upstream release
 
- -- Harald Welte <laforge@netfilter.org>  Tue,  6 Mar 2007 11:07:08 +0100
+ -- Harald Welte <laforge@netfilter.org>  Thu,  8 Mar 2007 14:02:37 +0100
 
 libnfnetlink (0.0.14) unstable; urgency=low
 
Index: debian/rules
===================================================================
--- debian/rules	(révision 6767)
+++ debian/rules	(copie de travail)
@@ -13,5 +13,5 @@
 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/
+	mkdir -p debian/libnfnetlink-dev/usr/lib/pkgconfig/; \
+	install -m 644 libnfnetlink.pc debian/libnfnetlink-dev/usr/lib/pkgconfig/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] update debian packaging
  2007-03-08 13:13   ` Pierre Chifflier
@ 2007-03-08 13:33     ` Patrick McHardy
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick McHardy @ 2007-03-08 13:33 UTC (permalink / raw)
  To: Pierre Chifflier; +Cc: netfilter-devel

Pierre Chifflier wrote:
> Oops, sorry, the previous patch contained some mistakes. This patch
> applies on top of the previous one, to give a correct debian package
> (compile and install-tested).
> 
> * install .pc file in /usr/lib/pkgconfig, not pkg-config
> * update package timestamp

This stuff is a mystery to me :)

Applied, thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-08 13:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-06 16:25 [PATCH] update debian packaging Pierre Chifflier
2007-03-08 13:05 ` Patrick McHardy
2007-03-08 13:13   ` Pierre Chifflier
2007-03-08 13:33     ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.