This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository higan.
commit 9ad7e83563e2dc4acbd2f5ca415b57412da767db Author: Tobias Hansen <[email protected]> Date: Mon Feb 13 23:21:50 2017 +0000 Switch to dh compat level 10. --- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 f261018..6e7b926 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: otherosfs Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Tobias Hansen <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), pkg-config, libgtk2.0-dev, libgtksourceview2.0-dev, diff --git a/debian/rules b/debian/rules index 1d3a5b7..873e47a 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ ifeq (,$(findstring $(DEB_BUILD_ARCH_CPU),"amd64 i386 powerpc")) endif %: - dh $@ --parallel --sourcedirectory=higan + dh $@ --sourcedirectory=higan override_dh_auto_clean: $(MAKE) --directory=icarus clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/higan.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

