This is an automated email from the git hooks/post-receive script. vivicoder-guest pushed a commit to branch master in repository lugaru.
commit 3e7aced0d7ca131aeb166b8b010f49c0b8e36440 Author: Vincent Prat <[email protected]> Date: Sun Jun 25 16:03:05 2017 +0200 Update to Debian Policy 4.0.0, debhelper 10, and watch file 4 --- debian/changelog | 4 +++- debian/compat | 2 +- debian/control | 4 ++-- debian/watch | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 03eda53..b563545 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ lugaru (1.2-1) UNRELEASED; urgency=medium package * Add upstream appstream file * Switch from using launch wrapper to binary directly - * Update Standards-Version to 3.9.8 + * Update Standards-Version to 4.0.0 - Remove Debian menu entry * Rename openlugaru to lugaru * Update dependencies @@ -20,6 +20,8 @@ lugaru (1.2-1) UNRELEASED; urgency=medium current release. * Add Fix-mismatched-usage-length-build-fail-on-g.patch, fixes compile issue on g++. + * Update debhelpher compatibility version to 10 + * Update watch file version to 4 -- Martin Erik Werner <[email protected]> Sun, 21 May 2017 09:03:58 +0200 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 0fcbe3e..1b6021b 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,13 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Martin Erik Werner <[email protected]>, Vincent Prat <[email protected]> Build-Depends: cmake, - debhelper (>= 9), + debhelper (>= 10), libjpeg-dev, libopenal-dev, libpng-dev, libsdl2-dev, libvorbis-dev -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Homepage: https://gitlab.com/osslugaru/lugaru Vcs-Git: https://anonscm.debian.org/cgit/pkg-games/lugaru.git Vcs-Browser: https://anonscm.debian.org/git/pkg-games/lugaru.git diff --git a/debian/watch b/debian/watch index 3bd7023..1eb6875 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 https://bitbucket.org/osslugaru/lugaru/downloads/ lugaru-(\d\S+).tar.xz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lugaru.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

