[Pkg-utopia-commits] r741 - packages/unstable/libnl/debian

Michael Biebl mbiebl-guest at costa.debian.org
Tue Mar 7 21:19:36 UTC 2006


Author: mbiebl-guest
Date: 2006-03-07 21:19:35 +0000 (Tue, 07 Mar 2006)
New Revision: 741

Modified:
   packages/unstable/libnl/debian/changelog
   packages/unstable/libnl/debian/rules
Log:
Pass -V to dh_makeshlibs with the current version of libnl. 
Otherwise NM will break on upgrades of libnl.
As soon as libnl 1.0 with a sane so-versioning is released, this feature will be removed again.


Modified: packages/unstable/libnl/debian/changelog
===================================================================
--- packages/unstable/libnl/debian/changelog	2006-03-06 16:16:26 UTC (rev 740)
+++ packages/unstable/libnl/debian/changelog	2006-03-07 21:19:35 UTC (rev 741)
@@ -1,9 +1,12 @@
 libnl (0.99+1.0.svn21-2) unstable; urgency=low
 
-  * uploaded to experimental as the new NetworkManager
-  need it.
+  * Initial upload to unstable.
+  * Pass -V with the current version to dh_makeshlibs. This will be used for
+    the 1.0 pre-releases where upstream appends a -pre suffix to the so
+    version. Otherwise dependent packages like NM will break on upgrades of
+    libnl.
 
- -- Riccardo Setti <giskard at autistici.org>  Sat,  4 Mar 2006 21:29:06 +0100
+ -- Michael Biebl <biebl at teco.edu>  Tue,  7 Mar 2006 21:22:09 +0100
 
 libnl (0.99+1.0.svn21-1) experimental; urgency=low
 

Modified: packages/unstable/libnl/debian/rules
===================================================================
--- packages/unstable/libnl/debian/rules	2006-03-06 16:16:26 UTC (rev 740)
+++ packages/unstable/libnl/debian/rules	2006-03-07 21:19:35 UTC (rev 741)
@@ -4,3 +4,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --libdir=/usr/lib
+
+DEB_DH_MAKESHLIBS_ARGS_libnl1 := -V'libnl1 (= 0.99+1.0.svn21-2)'




More information about the Pkg-utopia-commits mailing list