[med-svn] [g2] 04/08: Drop explicit autoreconf which is default in debhelper 10
Andreas Tille
tille at debian.org
Tue Nov 7 08:37:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository g2.
commit 190e0e094da2cdb4d11bceefbf3d67413802728e
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 7 11:12:37 2017 +0100
Drop explicit autoreconf which is default in debhelper 10
---
debian/changelog | 4 +++-
debian/control | 3 ---
debian/rules | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5234b59..3f32efa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ g2 (0.72-7) UNRELEASED; urgency=medium
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
* build-depend on libgd-dev, not libgd2-dev
+ Closes: #880550
+ * Drop explicit autoreconf which is default in debhelper 10
- -- Andreas Tille <tille at debian.org> Tue, 07 Nov 2017 09:02:07 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 07 Nov 2017 09:05:43 +0100
g2 (0.72-6) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 62175d2..8036611 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,6 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
- autotools-dev,
- autoconf,
- dh-autoreconf,
libtool,
libx11-dev,
chrpath,
diff --git a/debian/rules b/debian/rules
index c202f63..02e8f03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ pkglib=libg20
pkgdev=libg2-dev
%:
- dh $@ --with autotools_dev,autoreconf
+ dh $@
# Compile with -fPIC on all platforms
#override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/g2.git
More information about the debian-med-commit
mailing list