[Pkg-sdl-commits] [sdlgfx] 03/08: Switch to debhelper compat level v10 - dh flags --parallel are not needed - autoreconf is invoked by default

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Jun 20 20:12:57 UTC 2017


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

mafm pushed a commit to annotated tag debian/2.0.25-6
in repository sdlgfx.

commit c03899c5f64f1194656356ce767d07a0be06961a
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Tue Jun 20 20:12:45 2017 +0200

    Switch to debhelper compat level v10
    - dh flags --parallel are not needed
    - autoreconf is invoked by default
---
 debian/changelog | 3 +++
 debian/compat    | 2 +-
 debian/control   | 3 +--
 debian/rules     | 2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6431004..a5be450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 sdlgfx (2.0.25-6) UNRELEASED; urgency=medium
 
   * Bump std-version to 3.9.8, no changes required.
+  * Switch to debhelper compat level v10
+    - dh flags --parallel are not needed
+    - autoreconf is invoked by default
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Tue, 20 Jun 2017 19:32:20 +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 94339d8..a5475d7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Uploaders: Felix Geyer <fgeyer at debian.org>, Manuel A. Fernandez Montecelo <mafm@
 Section: libs
 Priority: optional
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10~),
                libsdl1.2-dev,
-               dh-autoreconf,
                dh-linktree,
                libjs-jquery
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdlgfx.git
diff --git a/debian/rules b/debian/rules
index 88a078c..d461cf0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ LIBPKG = libsdl-gfx1.2-5
 
 
 %:
-	dh $@ --parallel --with autoreconf,linktree
+	dh $@ --with linktree
 
 CONFIGURE_FLAGS ?=--disable-mmx
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdlgfx.git



More information about the pkg-sdl-commits mailing list