[pentobi] 03/05: Use dh compat 10. Option --parallel is now default, dropped.

Juhani Numminen jsonic-guest at moszumanska.debian.org
Thu Dec 1 09:02:28 UTC 2016


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

jsonic-guest pushed a commit to branch master
in repository pentobi.

commit f937fa83b4493593a3f6b67a234dcd88fd3f871f
Author: Juhani Numminen <juhaninumminen0 at gmail.com>
Date:   Thu Dec 1 10:10:38 2016 +0200

    Use dh compat 10. Option --parallel is now default, dropped.
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8f6ace..eeadb8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pentobi (12.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
     - Contains d/patches/desktop-semicolon.patch. Remove d/patches.
+  * Use dh compat 10. Option --parallel is now default, dropped.
 
  -- Juhani Numminen <juhaninumminen0 at gmail.com>  Thu, 01 Dec 2016 09:29:02 +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 2f0c8e2..983e1ab 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Dean Evans <dean at codemonkies.net>,
            Juhani Numminen <juhaninumminen0 at gmail.com>
 Build-Depends: cmake,
-               debhelper (>= 9),
+               debhelper (>= 10),
                extra-cmake-modules,
                kio-dev,
                libqt5svg5-dev,
diff --git a/debian/rules b/debian/rules
index 0bc53aa..0d197ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 endif
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pentobi.git



More information about the Pkg-games-commits mailing list