[Pkg-xfce-commits] r6660 - goodies/trunk/xfce4-sensors-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 01:44:57 UTC 2012
Author: corsac
Date: 2012-04-08 13:44:57 +0000 (Sun, 08 Apr 2012)
New Revision: 6660
Modified:
goodies/trunk/xfce4-sensors-plugin/debian/changelog
goodies/trunk/xfce4-sensors-plugin/debian/rules
Log:
- filter .la files at dh_install time.
- build with --disable-static.
Modified: goodies/trunk/xfce4-sensors-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-sensors-plugin/debian/changelog 2012-04-08 13:31:25 UTC (rev 6659)
+++ goodies/trunk/xfce4-sensors-plugin/debian/changelog 2012-04-08 13:44:57 UTC (rev 6660)
@@ -13,7 +13,8 @@
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
- use multiarch paths.
- enable parallel build.
- - use find to delete .a and .la files.
+ - filter .la files at dh_install time.
+ - build with --disable-static.
* 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:31:25 UTC (rev 6659)
+++ goodies/trunk/xfce4-sensors-plugin/debian/rules 2012-04-08 13:44:57 UTC (rev 6660)
@@ -6,11 +6,11 @@
dh $@ --parallel
override_dh_auto_configure:
- dh_auto_configure -- --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes --enable-notification
+ dh_auto_configure -- --enable-libsensors=yes --enable-procacpi --enable-hddtemp=yes --enable-notification --disable-static
override_dh_makeshlibs:
dh_makeshlibs -X debian/xfce4-sensors-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/modules/libxfce4sensors.so.*.*.*
override_dh_auto_install:
dh_auto_install
- find debian/`dh_listpackages` -name '*.a' -o -name '*.la' -delete
+ find debian/`dh_listpackages` -name '*.la' -delete
More information about the Pkg-xfce-commits
mailing list