[Pkg-voip-commits] r2848 - speex/trunk/debian

Kilian Krause kilian at alioth.debian.org
Wed Dec 27 15:52:51 CET 2006


Author: kilian
Date: 2006-12-27 15:52:51 +0100 (Wed, 27 Dec 2006)
New Revision: 2848

Modified:
   speex/trunk/debian/changelog
   speex/trunk/debian/rules
Log:
add proper makeshlibs to circumvent problems like #403544


Modified: speex/trunk/debian/changelog
===================================================================
--- speex/trunk/debian/changelog	2006-12-27 14:49:34 UTC (rev 2847)
+++ speex/trunk/debian/changelog	2006-12-27 14:52:51 UTC (rev 2848)
@@ -1,3 +1,10 @@
+speex (1.1.12-3) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Ensure proper shlibs to circumvent problems like #403544.
+
+ -- Kilian Krause <kilian at debian.org>  Wed, 27 Dec 2006 15:51:49 +0100
+
 speex (1.1.12-2) unstable; urgency=low
 
   * Update debian/watch for numeric upstream

Modified: speex/trunk/debian/rules
===================================================================
--- speex/trunk/debian/rules	2006-12-27 14:49:34 UTC (rev 2847)
+++ speex/trunk/debian/rules	2006-12-27 14:52:51 UTC (rev 2848)
@@ -150,7 +150,7 @@
 	dh_compress -a
 	gzip -v9 debian/speex/usr/share/doc/speex/ChangeLog
 	dh_fixperms -a
-	dh_makeshlibs -a
+	dh_makeshlibs -a -V "libspeex1 (>= 1.1.8)"
 	dh_installdeb -a
 #	dh_perl -a
 	dh_shlibdeps -ldebian/libspeex1/usr/lib -a




More information about the Pkg-voip-commits mailing list