[Pkg-xfce-commits] r6725 - goodies/trunk/xfce4-wavelan-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Mon Apr 9 06:04:29 UTC 2012
Author: corsac
Date: 2012-04-09 18:04:29 +0000 (Mon, 09 Apr 2012)
New Revision: 6725
Modified:
goodies/trunk/xfce4-wavelan-plugin/debian/changelog
goodies/trunk/xfce4-wavelan-plugin/debian/rules
Log:
* debian/rules:
- fix removal of .la files.
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/changelog 2012-04-09 17:49:40 UTC (rev 6724)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/changelog 2012-04-09 18:04:29 UTC (rev 6725)
@@ -1,6 +1,8 @@
xfce4-wavelan-plugin (0.5.8-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/rules:
+ - fix removal of .la files.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 09 Apr 2012 19:49:33 +0200
Modified: goodies/trunk/xfce4-wavelan-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-wavelan-plugin/debian/rules 2012-04-09 17:49:40 UTC (rev 6724)
+++ goodies/trunk/xfce4-wavelan-plugin/debian/rules 2012-04-09 18:04:29 UTC (rev 6725)
@@ -10,5 +10,5 @@
dh_auto_configure -- --disable-static
override_dh_auto_install:
+ dh_auto_install
find debian/xfce4-wavelan-plugin -name '*.la' -delete
- dh_auto_install
More information about the Pkg-xfce-commits
mailing list