[SCM] libzen/master: Call dpkg-gensymbols with -c4

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sun Jun 3 07:06:03 UTC 2012


The following commit has been merged in the master branch:
commit 0816384d9add101ea502d6ae751bb8761d3e1ca5
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Jun 3 13:25:36 2012 +0800

    Call dpkg-gensymbols with -c4
    
    This ensures the symbols file is always kept up to date.

diff --git a/debian/rules b/debian/rules
index 825cb8c..3f5e846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,5 +32,8 @@ override_dh_installdocs:
 	dh_installdocs
 	fromdos debian/*/usr/share/doc/*/*.txt
 
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c4
+
 %:
 	dh $@ --with=autoreconf

-- 
libzen packaging



More information about the pkg-multimedia-commits mailing list