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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Uploaders: Dean Evans <[email protected]>, Juhani Numminen <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

