[Pkg-xfce-commits] r6741 - goodies/trunk/xfce4-places-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Apr 13 07:10:06 UTC 2012
Author: corsac
Date: 2012-04-13 19:10:05 +0000 (Fri, 13 Apr 2012)
New Revision: 6741
Modified:
goodies/trunk/xfce4-places-plugin/debian/changelog
goodies/trunk/xfce4-places-plugin/debian/rules
Log:
stop running xdt-autogen since we don't patch anymore.
Modified: goodies/trunk/xfce4-places-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/changelog 2012-04-13 19:09:58 UTC (rev 6740)
+++ goodies/trunk/xfce4-places-plugin/debian/changelog 2012-04-13 19:10:05 UTC (rev 6741)
@@ -13,6 +13,7 @@
* debian/rules:
- build with --parallel.
- use debhelper 9 and dpkg-dev 1.16.1 hardening support.
+ - stop running xdt-autogen since we don't patch anymore.
* debian/compat bumped to 9.
* debian/control:
- update debhelper build-dep to 9.
Modified: goodies/trunk/xfce4-places-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-places-plugin/debian/rules 2012-04-13 19:09:58 UTC (rev 6740)
+++ goodies/trunk/xfce4-places-plugin/debian/rules 2012-04-13 19:10:05 UTC (rev 6741)
@@ -3,16 +3,5 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
-override_dh_auto_configure:
- find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
- NOCONFIGURE=1 xdt-autogen
- dh_auto_configure
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -f $$(find -name 'Makefile.in*')
- rm -f INSTALL aclocal.m4 config.h.in configure depcomp install-sh
- rm -f ltmain.sh missing mkinstalldirs po/POTFILES.skip
-
%:
dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list