[Pkg-xfce-commits] r9934 - in /goodies/trunk/xfce4-screenshooter/debian: changelog rules
Unit 193
unit193-guest at moszumanska.debian.org
Wed Jun 28 11:36:10 UTC 2017
Author: unit193-guest
Date: Wed Jun 28 11:36:09 2017
New Revision: 9934
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9934
Log:
d/rules: Drop dh_auto_configure override, move xdt-autogen to dh_auto_autoreconf.
Modified:
goodies/trunk/xfce4-screenshooter/debian/changelog
goodies/trunk/xfce4-screenshooter/debian/rules
Modified: goodies/trunk/xfce4-screenshooter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/changelog?rev=9934&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/changelog (original)
+++ goodies/trunk/xfce4-screenshooter/debian/changelog Wed Jun 28 11:36:09 2017
@@ -20,6 +20,8 @@
* d/control:
- Drop explicit build-depends on autoconf, automake, autotools-dev, libtool.
- Drop unneeded build-depends on libxml-parser-perl and libcurl4-gnutls-dev.
+ * d/rules:
++ - Drop dh_auto_configure override, move xdt-autogen to dh_auto_autoreconf.
-- Yves-Alexis Perez <corsac at debian.org> Mon, 26 Jun 2017 10:14:12 +0200
Modified: goodies/trunk/xfce4-screenshooter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-screenshooter/debian/rules?rev=9934&op=diff
==============================================================================
--- goodies/trunk/xfce4-screenshooter/debian/rules (original)
+++ goodies/trunk/xfce4-screenshooter/debian/rules Wed Jun 28 11:36:09 2017
@@ -3,10 +3,9 @@
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,--as-needed -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-override_dh_auto_configure:
+override_dh_autoreconf:
mkdir -p m4
- NOCONFIGURE=1 xdt-autogen
- dh_auto_configure -- --disable-silent-rules
+ NOCONFIGURE=1 dh_autoreconf xdt-autogen
override_dh_auto_clean:
dh_auto_clean
More information about the Pkg-xfce-commits
mailing list