[med-svn] [anfo] 01/04: debhelper 10

Andreas Tille tille at debian.org
Mon Oct 9 12:23:29 UTC 2017


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

tille pushed a commit to branch master
in repository anfo.

commit fe2225c23fcf5bfb1f14c866f74ae8180341cda6
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 9 14:16:15 2017 +0200

    debhelper 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b711dae..75443fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 anfo (0.98-6) UNRELEASED; urgency=medium
 
   * Moved packaging from SVN to Git
+  * debhelper 10
 
  -- Andreas Tille <tille at debian.org>  Mon, 09 Oct 2017 14:11:48 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index e480af8..57e7e72 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                libpopt-dev,
                libprotobuf-dev,
                libelk0-dev,
@@ -13,7 +13,6 @@ Build-Depends: debhelper (>= 9),
                libbz2-dev,
                pkg-config,
                protobuf-compiler,
-               dh-autoreconf,
                d-shlibs (>= 0.77)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/anfo.git
diff --git a/debian/rules b/debian/rules
index 80fc67e..479e236 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh  $@ --with autoreconf
+	dh  $@
 
 override_dh_install:
 	rm `find debian/tmp -name '*.la'`

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



More information about the debian-med-commit mailing list