[Pkg-xfce-commits] r6647 - goodies/trunk/xfce4-hdaps/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 8 12:31:20 UTC 2012
Author: corsac
Date: 2012-04-08 12:31:19 +0000 (Sun, 08 Apr 2012)
New Revision: 6647
Modified:
goodies/trunk/xfce4-hdaps/debian/changelog
goodies/trunk/xfce4-hdaps/debian/rules
Log:
don't install .la files.
Modified: goodies/trunk/xfce4-hdaps/debian/changelog
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/changelog 2012-04-08 12:24:49 UTC (rev 6646)
+++ goodies/trunk/xfce4-hdaps/debian/changelog 2012-04-08 12:31:19 UTC (rev 6647)
@@ -15,6 +15,7 @@
intltool.
- use autoreconf dh addon too.
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+ - don't install .la files.
* debian/compat bumped to 9.
-- Yves-Alexis Perez <corsac at debian.org> Sun, 08 Apr 2012 13:53:42 +0200
Modified: goodies/trunk/xfce4-hdaps/debian/rules
===================================================================
--- goodies/trunk/xfce4-hdaps/debian/rules 2012-04-08 12:24:49 UTC (rev 6646)
+++ goodies/trunk/xfce4-hdaps/debian/rules 2012-04-08 12:31:19 UTC (rev 6647)
@@ -7,5 +7,9 @@
NOCONFIGURE=1 xdt-autogen
dh_auto_configure
+override_dh_auto_install:
+ dh_auto_install
+ find debian/xfce4-hdaps -name '*.la' -delete
+
%:
dh $@ --with autoreconf
More information about the Pkg-xfce-commits
mailing list