[Pkg-xfce-commits] r6722 - goodies/trunk/xfce4-diskperf-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Apr 9 05:47:35 UTC 2012
Author: corsac
Date: 2012-04-09 17:47:34 +0000 (Mon, 09 Apr 2012)
New Revision: 6722
Modified:
goodies/trunk/xfce4-diskperf-plugin/debian/changelog
goodies/trunk/xfce4-diskperf-plugin/debian/rules
Log:
- configure with --disable-static and stop removing .a files.
- use find to remove .la files.
Modified: goodies/trunk/xfce4-diskperf-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/changelog 2012-04-09 17:35:52 UTC (rev 6721)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/changelog 2012-04-09 17:47:34 UTC (rev 6722)
@@ -3,6 +3,8 @@
* New upstream release.
* debian/rules:
- build with parallel.
+ - configure with --disable-static and stop removing .a files.
+ - use find to remove .la files.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 09 Apr 2012 19:10:37 +0200
Modified: goodies/trunk/xfce4-diskperf-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-diskperf-plugin/debian/rules 2012-04-09 17:35:52 UTC (rev 6721)
+++ goodies/trunk/xfce4-diskperf-plugin/debian/rules 2012-04-09 17:47:34 UTC (rev 6722)
@@ -6,7 +6,9 @@
%:
dh $@ --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-static
+
override_dh_auto_install:
- -rm -rf debian/xfce4-diskperf-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.a
- -rm -rf debian/xfce4-diskperf-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
dh_auto_install
+ find debian/xfce4-diskperf-plugin/usr/lib -name '*.la' -delete
More information about the Pkg-xfce-commits
mailing list