[heroes] 04/05: Switch to debhelper compatibility level 10

Stephen Kitt skitt at moszumanska.debian.org
Fri Jul 14 20:43:34 UTC 2017


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

skitt pushed a commit to branch master
in repository heroes.

commit 828bada4144697a08a2c6877819c8d36f688191e
Author: Stephen Kitt <steve at sk2.org>
Date:   Fri Jul 14 20:41:32 2017 +0200

    Switch to debhelper compatibility level 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 4 +---
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c2385c..580ac66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ heroes (0.21-16) UNRELEASED; urgency=medium
     common.
   * Update debian/copyright.
   * Standards-Version 4.0.0, no further change required.
+  * Switch to debhelper compatibility level 10.
 
  -- Stephen Kitt <skitt at debian.org>  Sat, 01 Jul 2017 23:31:38 +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 7a42d7c..6cdac3e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,7 @@ Uploaders: Stephen Kitt <skitt at debian.org>
 Section: games
 Priority: optional
 Build-Depends: autogen,
-               autotools-dev,
-               debhelper (>= 9),
-               dh-autoreconf,
+               debhelper (>= 10),
                gettext,
                help2man,
                heroes-data,
diff --git a/debian/rules b/debian/rules
index 2b7b930..b06d4dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games --without-ggi --with-sdl --with-mikmod --with-sdl-mixer

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



More information about the Pkg-games-commits mailing list