This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository spring.
commit db31e8c1c74d5b5aba557e7d181b20560937c26f Author: Markus Koschany <[email protected]> Date: Thu Dec 8 22:56:05 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 14fe516..782d17b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ spring (103.0+dfsg-2) unstable; urgency=medium * Add gold-linker.patch and work around the build failure with Debian's gold linker. (Closes: #846921) + * Switch to compat level 10. -- Markus Koschany <[email protected]> Thu, 08 Dec 2016 22:54:28 +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 165216d..0e0e05c 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: asciidoc, bzip2, cmake, - debhelper (>= 9), + debhelper (>= 10), default-jdk, docbook-xml, docbook-xsl, diff --git a/debian/rules b/debian/rules index 006a6d9..a48183b 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ else 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/spring.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

