[Pkg-gnutls-commits] r1514 - in /packages/p11-kit/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Tue Jul 17 12:03:08 UTC 2012


Author: ametzler
Date: Tue Jul 17 12:03:08 2012
New Revision: 1514

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1514
Log:
Invoke dpkg-gensymbols with -c2.

Modified:
    packages/p11-kit/trunk/debian/changelog
    packages/p11-kit/trunk/debian/rules

Modified: packages/p11-kit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/changelog?rev=1514&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/changelog (original)
+++ packages/p11-kit/trunk/debian/changelog Tue Jul 17 12:03:08 2012
@@ -4,6 +4,7 @@
   * New upstream version.
     + Drop patches previously pulled from upstream (10_broken-hashmap-behavior
       11_crash-when-duplicate).
+  * Invoke dpkg-gensymbols with -c2.
 
  -- Andreas Metzler <ametzler at debian.org>  Tue, 17 Apr 2012 19:31:57 +0200
 

Modified: packages/p11-kit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/rules?rev=1514&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/rules (original)
+++ packages/p11-kit/trunk/debian/rules Tue Jul 17 12:03:08 2012
@@ -14,5 +14,9 @@
 		cd .. && \
 		ln -vs */libp11-kit.so.*.*.* p11-kit-proxy.so
 
+override_dh_makeshlibs:
+	# Force keeping symbol file up to date.
+	dh_makeshlibs -- -c2
+
 %:
 	dh $@ 




More information about the Pkg-gnutls-commits mailing list