This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository neverball.
commit 3101cb3c10ba47fae36dc14ed34c81a6167a6a65 Author: Markus Koschany <[email protected]> Date: Sat Dec 10 00:44:51 2016 +0100 Switch to compat level 10. --- 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 264db26..83bb999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ neverball (1.6.0-5) experimental; urgency=medium * Enable Oculus Rift support and build-depend on libopenhmd-dev. (Closes: #845657) + * Switch to compat level 10. -- Markus Koschany <[email protected]> Sat, 10 Dec 2016 00:43:38 +0100 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 43c6447..0fcee9b 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Tamas SZERB <[email protected]>, Markus Koschany <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), libjpeg-dev, libopenhmd-dev, libphysfs-dev, diff --git a/debian/rules b/debian/rules index f46fdfd..956cf20 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_CPPFLAGS_MAINT_APPEND = -DNDEBUG %: - dh $@ --parallel + dh $@ override_dh_auto_build-arch: $(MAKE) $(shell dpkg-buildflags --export=configure) \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/neverball.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

