This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository darkplaces.
commit cb3cc74d472af0dc38aece26268add5551413ffe Author: Simon McVittie <[email protected]> Date: Wed Feb 22 10:21:43 2017 +0000 Increase debhelper compat level to 10 for parallel build --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 58fa71a..439a6c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +darkplaces (0~20140513+svn12208-5) UNRELEASED; urgency=medium + + * Increase debhelper compat level to 10 for parallel build + + -- Simon McVittie <[email protected]> Wed, 22 Feb 2017 10:21:22 +0000 + darkplaces (0~20140513+svn12208-4) unstable; urgency=medium [ Stephen Kitt ] 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 15a0836..e45b78d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Simon McVittie <[email protected]>, David Bate <[email protected]>, Build-Depends: - debhelper (>= 9), + debhelper (>= 10), libcurl4-gnutls-dev, libfreetype6-dev, libjpeg-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkplaces.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

