This is an automated email from the git hooks/post-receive script. jpuydt-guest pushed a commit to branch master in repository freedroidrpg.
commit d97b459c6ec915c96fb405750edfcffc06480128 Author: Julien Puydt <[email protected]> Date: Thu Nov 10 10:47:55 2016 +0100 Updated dh compat to 10 --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 2 +- debian/rules | 5 +---- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3cbb345..01e0c0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ freedroidrpg (0.16.1-1) UNRELEASED; urgency=medium * Added myself as uploader. (Closes: #826921) * Updated standards-version to 3.9.8. * Added Vcs-* fields. + * Updated dh compat to 10. -- Julien Puydt <[email protected]> Thu, 10 Nov 2016 09:10:23 +0100 diff --git a/debian/compat b/debian/compat index 45a4fb7..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +10 diff --git a/debian/control b/debian/control index 9358a9d..b0ca62f 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Julien Puydt <[email protected]> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libsdl-gfx1.2-dev, libvorbis-dev, libjpeg-dev, libz-dev, libpng-dev +Build-Depends: debhelper (>= 10), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev, libsdl-gfx1.2-dev, libvorbis-dev, libjpeg-dev, libz-dev, libpng-dev Standards-Version: 3.9.8 Homepage: http://freedroid.sourceforge.net/ Vcs-Git: https://anonscm.debian.org/git/pkg-games/freedroidrpg.git diff --git a/debian/rules b/debian/rules index fde1a9a..c74a68c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,7 @@ #!/usr/bin/make -f -#export DH_VERBOSE=1 - %: - dh $@ --with autotools-dev + dh $@ override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freedroidrpg.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

