r43838 - in /packages/gmp/trunk/debian: changelog rules
smr at users.alioth.debian.org
smr at users.alioth.debian.org
Tue Aug 30 01:04:24 UTC 2011
Author: smr
Date: Tue Aug 30 01:04:23 2011
New Revision: 43838
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43838
Log:
Clear dependency_libs from .la files.
Modified:
packages/gmp/trunk/debian/changelog
packages/gmp/trunk/debian/rules
Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=43838&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Tue Aug 30 01:04:23 2011
@@ -1,8 +1,10 @@
gmp (2:5.0.2+dfsg-1) unstable; urgency=low
* New upstream version. Closes: #627012.
-
- -- Steve M. Robbins <smr at debian.org> Mon, 29 Aug 2011 19:41:49 -0500
+
+ * rules: Empty dependency_libs. Closes: #633312,
+
+ -- Steve M. Robbins <smr at debian.org> Mon, 29 Aug 2011 20:02:49 -0500
gmp (2:5.0.1+dfsg-7) unstable; urgency=low
Modified: packages/gmp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/rules?rev=43838&op=diff
==============================================================================
--- packages/gmp/trunk/debian/rules (original)
+++ packages/gmp/trunk/debian/rules Tue Aug 30 01:04:23 2011
@@ -214,6 +214,8 @@
# affect _all_ packages. Anything you want to only affect one package
# should be put in another target, such as the install target.
binary-common:
+ # See 633312, http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+ sed -i "/dependency_libs/ s/'.*'/''/" `find debian/ -name '*.la'`
dh_testdir
dh_testroot
# User lower compatibility to avoid installing upstream changelog in all packages
More information about the debian-science-commits
mailing list