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

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


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

Modified:
   goodies/trunk/xfce4-sensors-plugin/debian/changelog
   goodies/trunk/xfce4-sensors-plugin/debian/rules
Log:
use multiarch paths.

Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog	2012-04-08 13:15:00 UTC (rev 6652)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog	2012-04-08 13:16:51 UTC (rev 6653)
@@ -11,6 +11,7 @@
   * debian/compat bumped to 9.
   * debian/rules:
     - use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+    - use multiarch paths.
   * 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:15:00 UTC (rev 6652)
+++ goodies/trunk/xfce4-sensors-plugin/debian/rules	2012-04-08 13:16:51 UTC (rev 6653)
@@ -9,10 +9,10 @@
 	dh_auto_configure -- --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes --enable-notification
 
 override_dh_makeshlibs:
-	dh_makeshlibs  -X debian/xfce4-sensors-plugin/usr/lib/xfce4/modules/libxfce4sensors.so.*.*.*
+	dh_makeshlibs  -X debian/xfce4-sensors-plugin/usr/lib/$(DEB_HOST_MULTIARCH)xfce4/modules/libxfce4sensors.so.*.*.*
 
 override_dh_auto_install:
 	dh_auto_install
-	rmdir debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins
-	rm debian/`dh_listpackages`/usr/lib/xfce4/modules/*.a
-	rm debian/`dh_listpackages`/usr/lib/xfce4/modules/*.la
+	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




More information about the Pkg-xfce-commits mailing list