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

Stephen Kitt skitt at moszumanska.debian.org
Mon Jul 10 21:20:38 UTC 2017


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

skitt pushed a commit to branch master
in repository mednafen.

commit e69e372ca9c04634ac1251eb7c5bb68aeb62e030
Author: Stephen Kitt <steve at sk2.org>
Date:   Mon Jul 10 23:16:50 2017 +0200

    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 dcbf091..f76641b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mednafen (0.9.45.1+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Standards-Version 4.0.0, no change required.
+  * Switch to debhelper compatibility level 10.
 
  -- Stephen Kitt <skitt at debian.org>  Mon, 10 Jul 2017 22:14:18 +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 b9dac52..c8f146c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Stephen Kitt <skitt at debian.org>
 Section: games
 Priority: optional
 Build-Depends: autotools-dev,
-               debhelper (>= 9),
-               dh-autoreconf,
+               debhelper (>= 10),
                libasound2-dev [linux-any],
                libgl1-mesa-dev | libgl-dev,
                libjack-dev,
diff --git a/debian/rules b/debian/rules
index 180787e..1e6ec35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ liblzo2_source := $(shell dpkg-query -W -f='$${source:Package} (= $${source:Vers
 
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@
 
 override_dh_auto_build:
 	# Update MiniLZO

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



More information about the Pkg-games-commits mailing list