[xmoto] 03/05: Switch to debhelper compatibility level 10
Stephen Kitt
skitt at moszumanska.debian.org
Tue Aug 8 11:12:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
skitt pushed a commit to branch master
in repository xmoto.
commit 4295a7c609c3d53362e90594468d15ed0b563ff2
Author: Stephen Kitt <steve at sk2.org>
Date: Tue Aug 8 12:08:45 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 bcaa76a..4c6ca1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xmoto (0.5.11+dfsg-7) UNRELEASED; urgency=medium
* Avoid comparing pointers with booleans. (Closes: #853712.)
* Update debian/copyright.
* Standards-Version 4.0.0, no further change required.
+ * Switch to debhelper compatibility level 10.
-- Stephen Kitt <skitt at debian.org> Sun, 06 Aug 2017 23:23:05 +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 7f3ee41..0197d10 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Uploaders: Miriam Ruiz <little_miry at yahoo.es>,
Stephen Kitt <skitt at debian.org>
Section: games
Priority: optional
-Build-Depends: autotools-dev,
- debhelper (>= 9),
- dh-autoreconf,
+Build-Depends: debhelper (>= 10),
libbz2-dev,
libcurl4-gnutls-dev,
libgl1-mesa-dev | libgl-dev,
diff --git a/debian/rules b/debian/rules
index 73c5491..efc1125 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_auto_configure:
rm -rf src/ode
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xmoto.git
More information about the Pkg-games-commits
mailing list