[Pkg-xmpp-commits] [SCM] GNU SASL Library branch, master, updated. upstream/1.4.0-88-g5cec51f

Simon Josefsson simon at josefsson.org
Mon Jun 20 14:36:59 UTC 2011


The following commit has been merged in the master branch:
commit 5cec51fbc2f76f6d55f8931d06dee9b3dd61cb48
Author: Simon Josefsson <simon at josefsson.org>
Date:   Mon Jun 20 16:29:26 2011 +0200

    Empty dependency_libs in libtool la file.
    
    http://wiki.debian.org/ReleaseGoals/LAFileRemoval Closes: #610136
    By Andreas Metzler.

diff --git a/debian/changelog b/debian/changelog
index 94822b5..88f1331 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 gsasl (1.6.1-1) unstable; urgency=low
 
+  [ Simon Josefsson ]
   * New upstream stable release.
   * Standards-Version: 3.9.2
+  * Moved from experimental to unstable after testing.
+
+  [ Andreas Metzler ]
+  * Empty dependency_libs in libtool la file.
+    http://wiki.debian.org/ReleaseGoals/LAFileRemoval Closes: #610136
 
  -- Simon Josefsson <simon at josefsson.org>  Mon, 20 Jun 2011 16:19:59 +0200
 
diff --git a/debian/rules b/debian/rules
index 6f8d81c..884a2e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,7 @@ include /usr/share/cdbs/1/class/autotools.mk
 DEB_DH_STRIP_ARGS = --dbg-package=gsasl-dbg
 DEB_MAKE_CHECK_TARGET = check
 DEB_DH_MAKESHLIBS_ARGS_libgsasl7 = -- -c4
+
+common-install-arch::
+	find debian/tmp/usr/lib -name "*.la" -exec \
+		sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +

-- 
GNU SASL Library



More information about the Pkg-xmpp-commits mailing list