[Pkg-wmaker-commits] [wmaker] 02/02: Remove explicit call to dh_autoreconf; enabled by default in debhelper 10.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Jul 25 02:40:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmaker.

commit 15fa82f4c233387f48cfd90e4e7c1c8341665bf4
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Jul 24 22:33:02 2017 -0400

    Remove explicit call to dh_autoreconf; enabled by default in debhelper 10.
---
 debian/changelog | 4 +++-
 debian/control   | 1 -
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 805f26b..c85f468 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,10 @@ wmaker (0.95.8-2) UNRELEASED; urgency=medium
   * Remove maintainer scripts.  They either dealt with the Debian menu
     or are now automatically generated by dh_installwm.
   * Bump debhelper compatibility level to 10.
+  * Remove explicit call to dh_autoreconf; enabled by default in
+    debhelper 10.
 
- -- Doug Torrance <dtorrance at piedmont.edu>  Mon, 24 Jul 2017 22:32:41 -0400
+ -- Doug Torrance <dtorrance at piedmont.edu>  Mon, 24 Jul 2017 22:34:23 -0400
 
 wmaker (0.95.8-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e2898c8..2af2a53 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders: Andreas Metzler <ametzler at debian.org>,
 Standards-Version: 4.0.0
 Build-Depends: automake (>= 1:1.12),
                debhelper (>= 10),
-               dh-autoreconf,
                gettext,
                libfontconfig1-dev,
                libgif-dev,
diff --git a/debian/rules b/debian/rules
index c6d2075..cf725f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ COMMON_OPTIONS    := --datadir=$(SHAREDIR)            \
                      --with-defsdatadir=$(DEFSDATADIR)
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	env LINGUAS="$(LINGUAS)" dh_auto_configure --verbose -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list