[stella] 05/06: Switch to debhelper compatibility level 10

Stephen Kitt skitt at moszumanska.debian.org
Thu Nov 24 22:12:44 UTC 2016


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

skitt pushed a commit to branch master
in repository stella.

commit a09d4595f8bc3f9063e748efe0d18a6b9938e31c
Author: Stephen Kitt <steve at sk2.org>
Date:   Thu Nov 24 23:06:10 2016 +0100

    Switch to debhelper compatibility level 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 67ed462..4e37b2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ stella (4.7.3-1) UNRELEASED; urgency=medium
 
   * New upstream version.
   * Update spelling fixes.
+  * Switch to debhelper compatibility level 10.
 
  -- Stephen Kitt <skitt at debian.org>  Thu, 24 Nov 2016 22:48:02 +0100
 
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 9373d12..387994b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen Kitt <skitt at debian.org>
 Section: otherosfs
 Priority: optional
-Build-Depends: autotools-dev,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                g++ (>= 4:4.9),
                libpng-dev,
                libsdl2-dev,
diff --git a/debian/rules b/debian/rules
index b669468..eaadb68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autotools_dev
+	dh $@
 
 override_dh_auto_clean:
 # Generate the minimal config.mak required for "make distclean"

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



More information about the Pkg-games-commits mailing list