[Pkg-sdl-commits] [libsdl-console] 03/06: 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
Wed Jun 21 20:00:43 UTC 2017


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

mafm pushed a commit to branch master
in repository libsdl-console.

commit 2f779e52328894573e562f9cfd5f3fbdb7006604
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Wed Jun 21 21:40:00 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 1a0cea4..05a0563 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 libsdl-console (2.1-5) UNRELEASED; urgency=medium
 
   * Bump Policy Standards-Version to 4.0.0 (no changes needed)
+  * 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>  Wed, 21 Jun 2017 20:07:07 +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 074e1ca..d787d03 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Manuel A. Fernandez Montecelo <mafm at debian.org>
 Standards-Version: 4.0.0
-Build-Depends: debhelper (>= 9~),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 10~),
                dpkg-dev (>= 1.16.1~),
                libsdl1.2-dev (>= 1.2.14~),
                libsdl-image1.2-dev (>= 1.2.12~)
diff --git a/debian/rules b/debian/rules
index 27b2fac..955689c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined -Wl,--as-needed
 
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@

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



More information about the pkg-sdl-commits mailing list