r10 ./libvorbis: Incorporate Joey Hess's NMUs.

Clint Adams schizo at debian.org
Fri Jun 29 18:02:30 UTC 2007


------------------------------------------------------------
revno: 10
committer: Clint Adams <schizo at debian.org>
branch nick: libvorbis
timestamp: Mon 2007-01-22 10:36:29 -0500
message:
  Incorporate Joey Hess's NMUs.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2006-01-26 00:36:01 +0000
+++ b/debian/changelog	2007-01-22 15:36:29 +0000
@@ -1,3 +1,23 @@
+libvorbis (1.1.2.dfsg-1.2) unstable; urgency=high
+
+  * Fix shlibs files for libvorbisenc and libvorbisfile, which were broken
+    by my first NMU to have dependencies for libvorbis0a. Closes: #395048
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 24 Oct 2006 19:55:19 -0400
+
+libvorbis (1.1.2.dfsg-1.1) unstable; urgency=low
+
+  * NMU
+  * Remove draft RFC files, as they are not under a free license.
+    Closes: #390660
+  * Repackage the source package without these files.
+  * Add README.Source documenting how the upstream source is repackaged.
+  * Modify dh_makeshlibs call to avoid generating a shlibs file that has
+    an unncessarily tight versioned dependency on this new pseudo-version
+    of libvorbis.
+
+ -- Joey Hess <joeyh at debian.org>  Sun, 15 Oct 2006 17:21:37 -0400
+
 libvorbis (1.1.2-1) unstable; urgency=low
 
   * Switch maintenance to the Debian Xiph.org Maintainers (alioth/pkg-xiph).

=== modified file 'debian/rules'
--- a/debian/rules	2006-01-20 02:20:18 +0000
+++ b/debian/rules	2007-01-22 15:36:29 +0000
@@ -109,7 +109,9 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V
+	dh_makeshlibs -plibvorbis0a -V'libvorbis0a (>= 1.1.2)'
+	dh_makeshlibs -plibvorbisenc2 -V'libvorbisenc2 (>= 1.1.2)'
+	dh_makeshlibs -plibvorbisfile3 -V'libvorbisfile3 (>= 1.1.2)'
 	dh_installdeb
 	dh_shlibdeps -ldebian/libvorbis0a/usr/lib
 	dh_gencontrol



More information about the pkg-xiph-commits mailing list