[Pkg-gnutls-commits] r1181 - in /packages/gnutls28/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Aug 14 11:49:09 UTC 2011


Author: ametzler
Date: Sun Aug 14 11:49:09 2011
New Revision: 1181

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1181
Log:
Delete unneccessary rpath entries.

Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/rules

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1181&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sun Aug 14 11:49:09 2011
@@ -14,6 +14,7 @@
   * Delete config.log on clean.
   * [20_executablestack] pulled from upstream GIT. Adds GNU-stack note to
     assembly files.
+  * Delete unneccessary rpath entries.
 
  -- Andreas Metzler <ametzler at debian.org>  Sun, 07 Aug 2011 10:26:44 +0200
 

Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1181&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Sun Aug 14 11:49:09 2011
@@ -50,3 +50,6 @@
 	cd ../.. && \
 	dh_link -pgnutls-doc
 
+common-install-arch::
+	find debian/*/usr/lib/* -name '*.so.*.*' -type f -exec \
+		chrpath -d {} +




More information about the Pkg-gnutls-commits mailing list