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

tille pushed a commit to branch master
in repository pirs.

commit dbdafc9d2ff3cff547060474d76f103a5adda7fb
Author: Andreas Tille <[email protected]>
Date:   Thu Sep 14 10:39:09 2017 +0200

    Drop autoreconf dependency which is useless with debhelper 10
---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 3 +--
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 323bff0..5fe906e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pirs (2.0.2+dfsg-6) UNRELEASED; urgency=medium
   * Standards-Version: 4.1.0 (no changes needed)
   * Depends: s/ttf-liberation/fonts-liberation/
     Closes: #861367
+  * Drop autoreconf dependency which is useless with debhelper 10
 
  -- Andreas Tille <[email protected]>  Thu, 14 Sep 2017 10:08:41 +0200
 
diff --git a/debian/control b/debian/control
index 9b4ac00..9fc76f9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Uploaders: Andreas Tille <[email protected]>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 10),
-               dh-autoreconf,
                libboost-dev,
                zlib1g-dev,
                libgzstream-dev
diff --git a/debian/rules b/debian/rules
index a2ce289..3cac3bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,14 +14,13 @@ ifneq ($(DEB_HOST_ARCH_CPU),amd64 kfreebsd-amd64 x32)
 endif
 
 %:
-       dh $@ --with autoreconf --sourcedirectory=src
+       dh $@ --sourcedirectory=src
 
 override_dh_auto_clean:
        dh_auto_clean
        cd src && ./srclean.sh >/dev/null 2>/dev/null || true
 
 override_dh_autoreconf:
-       #cd src && ./genauto.sh
        cd src && \
        mv INSTALL INSTALL.save && \
        autoreconf --install && \

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

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to