[Pkg-gnutls-commits] r1171 - in /packages/gnutls26/trunk/debian: changelog control rules
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Fri Aug 12 15:46:37 UTC 2011
Author: ametzler
Date: Fri Aug 12 15:46:37 2011
New Revision: 1171
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1171
Log:
Delete unneccessary rpath entries.
Modified:
packages/gnutls26/trunk/debian/changelog
packages/gnutls26/trunk/debian/control
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=1171&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/changelog (original)
+++ packages/gnutls26/trunk/debian/changelog Fri Aug 12 15:46:37 2011
@@ -2,6 +2,7 @@
* libgnutls26 Breaks sipsak (<= 0.9.6-2.1+b1) [sparc armhf].
Closes: #637520
+ * Delete unneccessary rpath entries.
-- Andreas Metzler <ametzler at debian.org> Fri, 12 Aug 2011 16:55:24 +0200
Modified: packages/gnutls26/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/control?rev=1171&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/control (original)
+++ packages/gnutls26/trunk/debian/control Fri Aug 12 15:46:37 2011
@@ -8,7 +8,8 @@
Simon Josefsson <simon at josefsson.org>
Build-Depends: debhelper (>= 8.1.3), libgcrypt11-dev (>= 1.4.0), zlib1g-dev,
cdbs (>= 0.4.93), gtk-doc-tools, texinfo (>= 4.8),
- libtasn1-3-dev (>= 0.3.4-0), autotools-dev, guile-1.8-dev, datefudge
+ libtasn1-3-dev (>= 0.3.4-0), autotools-dev, guile-1.8-dev, datefudge,
+ chrpath
Build-Conflicts: libgnutls-dev
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnutls/packages/gnutls26/trunk
Modified: packages/gnutls26/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls26/trunk/debian/rules?rev=1171&op=diff
==============================================================================
--- packages/gnutls26/trunk/debian/rules (original)
+++ packages/gnutls26/trunk/debian/rules Fri Aug 12 15:46:37 2011
@@ -51,3 +51,6 @@
cd ../.. && \
dh_link -pgnutls-doc
+common-install-prehook-arch::
+ find debian/tmp/usr/lib/* -name '*.so.*.*' -type f -exec \
+ chrpath -d {} +
More information about the Pkg-gnutls-commits
mailing list