[Pkg-xfce-commits] r7650 - goodies/trunk/xfce4-notes-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sat May 25 03:02:16 UTC 2013


Author: corsac
Date: 2013-05-25 15:02:15 +0000 (Sat, 25 May 2013)
New Revision: 7650

Modified:
   goodies/trunk/xfce4-notes-plugin/debian/changelog
   goodies/trunk/xfce4-notes-plugin/debian/rules
Log:
update paths for multiarch.

Modified: goodies/trunk/xfce4-notes-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/changelog	2013-05-25 14:44:04 UTC (rev 7649)
+++ goodies/trunk/xfce4-notes-plugin/debian/changelog	2013-05-25 15:02:15 UTC (rev 7650)
@@ -8,6 +8,7 @@
   * debian/rules:
     - enable parallel build.
     - use dpkg/debhelper hardening support. 
+    - update paths for multiarch.
   * debian/compat bumped to 9.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Sat, 25 May 2013 16:40:24 +0200

Modified: goodies/trunk/xfce4-notes-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-notes-plugin/debian/rules	2013-05-25 14:44:04 UTC (rev 7649)
+++ goodies/trunk/xfce4-notes-plugin/debian/rules	2013-05-25 15:02:15 UTC (rev 7650)
@@ -4,8 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 override_dh_install:
-	-rm -rf debian/tmp/usr/lib/xfce4/panel-plugins/*.a
-	-rm -rf debian/tmp/usr/lib/xfce4/panel-plugins/*.la
+	-rm -rf debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
 	dh_install --fail-missing
 
 override_dh_makeshlibs:




More information about the Pkg-xfce-commits mailing list