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 <st...@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 <sk...@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_m...@yahoo.es>,
            Stephen Kitt <sk...@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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to