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

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sun Jun 3 15:30:25 UTC 2012


The following commit has been merged in the master branch:
commit 1636c134aa1a356830014339245cb860fc9c620c
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Fri May 25 09:22:35 2012 +0800

    Call dpkg-gensymbols with -c4
    
    We want to be as strict as possible to ensure that the symbols file is always
    up to date.

diff --git a/debian/rules b/debian/rules
index e1249cb..b5f948f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,5 +44,8 @@ override_dh_installexamples:
 		chmod 0644 debian/libmediainfo-doc/usr/share/doc/libmediainfo-doc/examples/*;	\
 	fi
 
+override_dh_makeshlibs:
+	dh_makeshlibs -- -c4
+
 %:
 	dh $@ --with=autoreconf --parallel

-- 
libmediainfo packaging



More information about the pkg-multimedia-commits mailing list