[Pkg-xfce-commits] r7142 - goodies/trunk/xfce4-places-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Aug 28 02:03:15 UTC 2012


Author: corsac
Date: 2012-08-28 14:03:15 +0000 (Tue, 28 Aug 2012)
New Revision: 7142

Modified:
   goodies/trunk/xfce4-places-plugin/debian/changelog
   goodies/trunk/xfce4-places-plugin/debian/rules
Log:
* debian/rules:
  - remove .la files
  - disable static build just in case

Modified: goodies/trunk/xfce4-places-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/changelog	2012-08-28 13:36:49 UTC (rev 7141)
+++ goodies/trunk/xfce4-places-plugin/debian/changelog	2012-08-28 14:03:15 UTC (rev 7142)
@@ -1,6 +1,9 @@
 xfce4-places-plugin (1.4.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules:
+    - remove .la files
+    - disable static build just in case
 
  -- Yves-Alexis Perez <corsac at debian.org>  Tue, 28 Aug 2012 15:19:22 +0200
 

Modified: goodies/trunk/xfce4-places-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/rules	2012-08-28 13:36:49 UTC (rev 7141)
+++ goodies/trunk/xfce4-places-plugin/debian/rules	2012-08-28 14:03:15 UTC (rev 7142)
@@ -5,3 +5,10 @@
 
 %:
 	dh $@ --parallel
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-static
+
+override_dh_auto_install:
+	dh_auto_install
+	find debian/xfce4-places-plugin -name '*.la' -delete




More information about the Pkg-xfce-commits mailing list