[Pkg-xfce-commits] r6664 - goodies/trunk/xfce4-wavelan-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 01:50:52 UTC 2012
Author: corsac
Date: 2012-04-08 13:50:52 +0000 (Sun, 08 Apr 2012)
New Revision: 6664
Modified:
goodies/trunk/xfce4-wavelan-plugin/debian/changelog
goodies/trunk/xfce4-wavelan-plugin/debian/rules
Log:
configure with --disable-static.
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/changelog 2012-04-08 13:50:09 UTC (rev 6663)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/changelog 2012-04-08 13:50:52 UTC (rev 6664)
@@ -6,6 +6,7 @@
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
- use multiarch paths
- build with --parallel.
+ - configure with --disable-static.
* debian/control:
- drop build-dep on cdbs and hardening-includes.
- update debhelper build-dep to 9 and add build-dep on dpkg-dev 1.16.1.
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/rules 2012-04-08 13:50:09 UTC (rev 6663)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/rules 2012-04-08 13:50:52 UTC (rev 6664)
@@ -6,7 +6,9 @@
%:
dh $@ --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- --disable-static
+
override_dh_auto_install:
- -rm -rf debian/xfce4-wavelan-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.a
-rm -rf debian/xfce4-wavelan-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*.la
dh_auto_install
More information about the Pkg-xfce-commits
mailing list