[SCM] x264 packaging branch, karmic, updated. debian/0.svn20090621+git364d7d-0ubuntu1

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 21 09:36:43 UTC 2009


The following commit has been merged in the karmic branch:
commit 4c1f530343f25d3ad6ff72dd80bd8e20dec46257
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jun 21 11:19:21 2009 +0200

    make dh_makeshlibs less strict
    
    sice we are now using a symbol file, we no longer need
    -V. dpkg-gensymbols does a much better job at tracking down changes in
    the ABI than we can do.

diff --git a/debian/rules b/debian/rules
index 54f34cf..30f978c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ binary-common:
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V
+	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list