[Pkg-gnutls-commits] r1175 - in /packages/gnutls26/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Fri Aug 12 18:39:04 UTC 2011


Author: ametzler
Date: Fri Aug 12 18:39:03 2011
New Revision: 1175

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1175
Log:
Use common-install-arch instead of common-install-prehook-arch to delete rpath.

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

Modified: packages/gnutls26/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/changelog?rev=1175&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Fri Aug 12 18:39:03 2011
@@ -1,8 +1,9 @@
-gnutls26 (2.12.7-6) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Andreas Metzler <ametzler at debian.org>  Fri, 12 Aug 2011 18:35:27 +0200
+gnutls26 (2.12.7-6) unstable; urgency=low
+
+  * Use common-install-arch instead of common-install-prehook-arch to delete
+    rpath.
+
+ -- Andreas Metzler <ametzler at debian.org>  Fri, 12 Aug 2011 20:26:22 +0200
 
 gnutls26 (2.12.7-5) unstable; urgency=low
 

Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=1175&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Fri Aug 12 18:39:03 2011
@@ -51,6 +51,6 @@
 	cd ../.. && \
 	dh_link -pgnutls-doc
 
-common-install-prehook-arch::
+common-install-arch::
 	find debian/tmp/usr/lib/* -name '*.so.*.*' -type f -exec \
 		chrpath -d {} +




More information about the Pkg-gnutls-commits mailing list