[Pkg-xfce-commits] r6658 - goodies/trunk/xfce4-sensors-plugin/debian

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


Author: corsac
Date: 2012-04-08 13:28:04 +0000 (Sun, 08 Apr 2012)
New Revision: 6658

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

Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog	2012-04-08 13:26:13 UTC (rev 6657)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog	2012-04-08 13:28:04 UTC (rev 6658)
@@ -13,6 +13,7 @@
     - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
     - use multiarch paths.
     - enable parallel build.
+    - use find to delete .a and .la files.
   * debian/control:
     - update debhelper build-dep to 9.
     - add build-dep on dpkg-de 1.16.1.

Modified: goodies/trunk/xfce4-sensors-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/rules	2012-04-08 13:26:13 UTC (rev 6657)
+++ goodies/trunk/xfce4-sensors-plugin/debian/rules	2012-04-08 13:28:04 UTC (rev 6658)
@@ -13,6 +13,4 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	rmdir debian/`dh_listpackages`/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins
-	rm debian/`dh_listpackages`/usr/lib/$(DEB_HOST_MULTIARCH)xfce4/modules/*.a
-	rm debian/`dh_listpackages`/usr/lib/$(DEB_HOST_MULTIARCH)xfce4/modules/*.la
+	find debian/`dh_listpackages` -name '*.a' -o -name '*.la' -delete




More information about the Pkg-xfce-commits mailing list