[Pkg-sdl-commits] [sdl-stretch] 02/07: 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 23:08:19 UTC 2017


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

mafm pushed a commit to annotated tag debian/0.3.1-5
in repository sdl-stretch.

commit ee1711b33c64c0c090b311e0f8df7c26ba36b134
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Wed Jun 21 23:52:56 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 44ab307..df433d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 sdl-stretch (0.3.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 23:49:26 +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 e3e9e09..406624a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Priority: optional
 Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
 Uploaders: Manuel A. Fernandez Montecelo <mafm at debian.org>, Félix Arreola Rodríguez <fgatuno.123 at gmail.com>
 Standards-Version: 4.0.0
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 10~),
                dpkg-dev (>= 1.16.1~),
                libsdl1.2-dev (>= 1.2.14~),
-               autotools-dev,
                pkg-config,
                python,
                xmlto
diff --git a/debian/rules b/debian/rules
index affb7d8..a141bfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--no-undefined -Wl,--as-needed
 
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
 	dh_auto_build

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



More information about the pkg-sdl-commits mailing list