r26882 - in /tools/gnome-pkg-tools: 1/rules/clean-la.mk debian/changelog

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Mar 14 21:45:31 UTC 2011


Author: pochu
Date: Mon Mar 14 21:45:30 2011
New Revision: 26882

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26882
Log:
* 1/rules/clean-la.mk:
  + If $DEB_HOST_MULTIARCH is set, look in this directory for .la files
   to clean too. Thanks Steve Langasek for the patch. Closes: #618377.

Modified:
    tools/gnome-pkg-tools/1/rules/clean-la.mk
    tools/gnome-pkg-tools/debian/changelog

Modified: tools/gnome-pkg-tools/1/rules/clean-la.mk
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/1/rules/clean-la.mk?rev=26882&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/clean-la.mk [utf-8] (original)
+++ tools/gnome-pkg-tools/1/rules/clean-la.mk [utf-8] Mon Mar 14 21:45:30 2011
@@ -3,4 +3,9 @@
 $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
 	for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/*.la); do \
 		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
-		done
+	done
+ifneq (,$(DEB_HOST_MULTIARCH))
+	for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/$(DEB_HOST_MULTIARCH)/*.la); do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
+endif

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=26882&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog [utf-8] (original)
+++ tools/gnome-pkg-tools/debian/changelog [utf-8] Mon Mar 14 21:45:30 2011
@@ -1,3 +1,11 @@
+gnome-pkg-tools (0.17.1) UNRELEASED; urgency=low
+
+  * 1/rules/clean-la.mk:
+    + If $DEB_HOST_MULTIARCH is set, look in this directory for .la files
+     to clean too. Thanks Steve Langasek for the patch. Closes: #618377.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 14 Mar 2011 21:42:18 +0000
+
 gnome-pkg-tools (0.17.0) unstable; urgency=low
 
   [ Laurent Bigonville ]




More information about the pkg-gnome-commits mailing list