r50 - trunk/packages/libogg/debian

Adeodato Simó adeodato at costa.debian.org
Fri Jan 20 02:08:30 UTC 2006


Author: adeodato
Date: 2006-01-20 02:08:30 +0000 (Fri, 20 Jan 2006)
New Revision: 50

Modified:
   trunk/packages/libogg/debian/changelog
   trunk/packages/libogg/debian/rules
Log:
Aieeee, fucked shlibs. Upload libogg 1.1.3-2 to fix.


Modified: trunk/packages/libogg/debian/changelog
===================================================================
--- trunk/packages/libogg/debian/changelog	2006-01-20 00:42:11 UTC (rev 49)
+++ trunk/packages/libogg/debian/changelog	2006-01-20 02:08:30 UTC (rev 50)
@@ -1,3 +1,11 @@
+libogg (1.1.3-2) unstable; urgency=low
+
+  * Unbreak shlibs (bad argument to dh_makeshlibs; stick to plain -V). 
+
+  * Install CHANGES from tarball as upstream changelog.
+
+ -- Adeodato Simó <dato at net.com.org.es>  Fri, 20 Jan 2006 02:56:23 +0100
+
 libogg (1.1.3-1) unstable; urgency=low
 
   * Switch maintenance to the Debian Xiph.org Maintainers (alioth/pkg-xiph).

Modified: trunk/packages/libogg/debian/rules
===================================================================
--- trunk/packages/libogg/debian/rules	2006-01-20 00:42:11 UTC (rev 49)
+++ trunk/packages/libogg/debian/rules	2006-01-20 02:08:30 UTC (rev 50)
@@ -100,7 +100,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs CHANGES
 	dh_installdocs
 	dh_installexamples
 	dh_installmime
@@ -109,7 +109,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V'(>= 1.1.2)'
+	dh_makeshlibs -V
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the pkg-xiph-commits mailing list