[Pkg-xfce-commits] r6665 - goodies/trunk/xfce4-wavelan-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Apr 8 01:51:31 UTC 2012


Author: corsac
Date: 2012-04-08 13:51:31 +0000 (Sun, 08 Apr 2012)
New Revision: 6665

Modified:
   goodies/trunk/xfce4-wavelan-plugin/debian/changelog
   goodies/trunk/xfce4-wavelan-plugin/debian/rules
Log:
use find to delete .la files.

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/changelog	2012-04-08 13:50:52 UTC (rev 6664)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/changelog	2012-04-08 13:51:31 UTC (rev 6665)
@@ -7,6 +7,7 @@
     - use multiarch paths
     - build with --parallel.
     - configure with --disable-static.
+    - use find to delete .la files.
   * debian/control:
     - drop build-dep on cdbs and hardening-includes.
     - update debhelper build-dep to 9 and add build-dep on dpkg-dev 1.16.1.

Modified: goodies/trunk/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/rules	2012-04-08 13:50:52 UTC (rev 6664)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/rules	2012-04-08 13:51:31 UTC (rev 6665)
@@ -10,5 +10,5 @@
 	dh_auto_configure -- --disable-static
 
 override_dh_auto_install:
-	-rm -rf debian/xfce4-wavelan-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
+	find debian/xfce4-wavelan-plugin -name '*.la' -delete
 	dh_auto_install




More information about the Pkg-xfce-commits mailing list