[Pkg-sdl-commits] [libsdl-sge] 05/08: Switch to debhelper compat level v10

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Mon Jun 19 21:47:48 UTC 2017


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

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

commit ad806f9f23005d829813b353bb69a414227ad03d
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Mon Jun 19 23:37:42 2017 +0200

    Switch to debhelper compat level v10
    
    - Upgrade dependency on debhelper versions
    - Remove "--parallel" in d/rules
---
 debian/changelog | 3 +++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b91502d..27eefdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libsdl-sge (030809dfsg-7) UNRELEASED; urgency=medium
   * Fix autopkgtest by adding "Restrictions: allow-stderr"
   * d/control: Update Vcs-* URLs
   * Bump Policy Standars-Version to 3.9.8 (no changes needed)
+  * Switch to debhelper compat level v10
+    - Upgrade dependency on debhelper versions
+    - Remove "--parallel" in d/rules
 
  -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Mon, 19 Jun 2017 23:27:47 +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 bf640ea..d824184 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
 Uploaders: Manuel A. Fernandez Montecelo <mafm at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9~),
+Build-Depends: debhelper (>= 10~),
                libfreetype6-dev (>= 2.4.2),
                libsdl1.2-dev (>= 1.2.14~),
                libsdl-image1.2-dev (>= 1.2.12~)
diff --git a/debian/rules b/debian/rules
index 26b62d5..b74a46c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ ALL_CUSTOM_LDFLAGS := $(DEB_LDFLAGS_MAINT) $(DEB_LDFLAGS_MAINT_APPEND)
 
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_build:
         # Build the static library and make a backup

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



More information about the pkg-sdl-commits mailing list