This is an automated email from the git hooks/post-receive script. emorrp1-guest pushed a commit to branch master in repository corsix-th.
commit 7453703d760dab4a4c1c4b1312a362b5349e5106 Author: Phil Morrell <[email protected]> Date: Tue Nov 15 18:05:02 2016 +0000 bump debhelper compat to 10 * parallel now on by default * cmake appears to be detected correctly --- debian/changelog | 3 ++- debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ef6461..78c9ab5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ corsix-th (0.60-2) UNRELEASED; urgency=medium Thanks to Alexandre Detiste * enable unit tests with newly packaged lua-busted * more flexible tag matching in debian/watch + * bump debhelper compat to 10 - -- Phil Morrell <[email protected]> Fri, 11 Nov 2016 16:40:22 +0000 + -- Phil Morrell <[email protected]> Tue, 15 Nov 2016 18:08:55 +0000 corsix-th (0.60-1) unstable; urgency=medium 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 286f12e..a55f5be 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Phil Morrell <[email protected]>, Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), imagemagick, libavdevice-dev (>= 7:2.8), libfreetype6-dev, diff --git a/debian/rules b/debian/rules index 56d39d1..300aa75 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --parallel --buildsystem=cmake + dh $@ override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/corsix-th.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

