r35217 - in /packages/unstable/eog-plugins/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed May 30 23:10:54 UTC 2012


Author: biebl
Date: Wed May 30 23:10:53 2012
New Revision: 35217

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35217
Log:
Print the .la files when deleting them.

Modified:
    packages/unstable/eog-plugins/debian/changelog
    packages/unstable/eog-plugins/debian/rules

Modified: packages/unstable/eog-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/changelog?rev=35217&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/changelog [utf-8] (original)
+++ packages/unstable/eog-plugins/debian/changelog [utf-8] Wed May 30 23:10:53 2012
@@ -1,6 +1,7 @@
 eog-plugins (3.4.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Print the .la files when deleting them.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 31 May 2012 00:58:48 +0200
 

Modified: packages/unstable/eog-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/rules?rev=35217&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/rules [utf-8] (original)
+++ packages/unstable/eog-plugins/debian/rules [utf-8] Wed May 30 23:10:53 2012
@@ -20,4 +20,4 @@
 
 binary-install/eog-plugins::
 	dh_python2 -p$(cdbs_curpkg) /usr/lib/eog/plugins
-	find debian/$(cdbs_curpkg) -name \*.la -exec rm -f {} \;
+	find debian/$(cdbs_curpkg) -name '*.la' -print -delete




More information about the pkg-gnome-commits mailing list