This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository megaglest-data.
commit 42ecd7cde46a6d03cf059bf902529a767a1257b4 Author: Markus Koschany <[email protected]> Date: Mon Sep 15 12:58:45 2014 +0000 Update debian/copyright. Add myself to Uploaders. Run wrap-and-sort -sa. Build with parallel Use compat level 9 --- debian/changelog | 20 +++++++++++++++++--- debian/compat | 2 +- debian/control | 18 ++++++++++++------ debian/copyright | 19 ++++++++----------- debian/rules | 5 +---- 5 files changed, 39 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index b2ddb76..23e3d29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,22 @@ -megaglest-data (3.9.1-1) unstable; urgency=low +megaglest-data (3.9.1-1) UNRELEASED; urgency=low - * New upstream release + [ Mark Vejvoda ] + * New upstream release. + + [ Markus Koschany ] + * Add myself to Uploaders. + * wrap-and-sort -sa. + * Use compat level 9 and require debhelper >= 9. + * Update debian/copyright and point to the new source location at github. + * Declare compliance with Debian Policy 3.9.5. + * Remove Pre-Depends field. Obsolete. + * Suggest megaglest instead of recommending it so that people, who are only + interested in the data files, do not have to install the engine as well. + * debian/rules: + - Remove override for dh_builddeb. xz compression is the default now. + - Build with parallel. - -- Mark Vejvoda <[email protected]> Wed, 15 Jan 2014 21:01:59 +0800 + -- Markus Koschany <[email protected]> Sun, 14 Sep 2014 16:37:06 +0200 megaglest-data (3.7.1-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index a49ad3b..64397f9 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,24 @@ Maintainer: Debian Games Team <[email protected]> Uploaders: Giuseppe Borzi <[email protected]>, Siegfried-Angel Gevatter Pujals <[email protected]>, - Mark Vejvoda <[email protected]> -Build-Depends: cmake, debhelper (>= 7.0.50~), rdfind, symlinks -Standards-Version: 3.9.4 + Mark Vejvoda <[email protected]>, + Markus Koschany <[email protected]> +Build-Depends: + cmake, + debhelper (>= 9), + rdfind, + symlinks +Standards-Version: 3.9.5 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/megaglest-data/ Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/megaglest-data/ Homepage: http://megaglest.org/ Package: megaglest-data -Pre-Depends: dpkg (>= 1.15.6~) -Depends: ${misc:Depends} +Depends: + ${misc:Depends} Architecture: all -Recommends: megaglest +Suggests: + megaglest Description: data files for MegaGlest This package contains the data, docs and translations for MegaGlest. . diff --git a/debian/copyright b/debian/copyright index 26d6bf3..4fda167 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,8 @@ -Almost-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: megaglest-data Upstream-Contact: Mark Vejvoda <[email protected]> -Source: http://sourceforge.net/projects/megaglest/files/ +Source: https://github.com/MegaGlest/megaglest-data Comment: - This package was debianized by Giuseppe Borzi <[email protected]> - and Mark Vejvoda <[email protected]> - on Wed, 25 May 2011 Wed, 25 May 2011 23:31:21 -0700. - . - It was downloaded from http://sourceforge.net/projects/megaglest - . ########################### # Megaglest Data # ########################### @@ -100,7 +94,7 @@ Comment: ally_resists by Trappin tweaked by ultifd beat_the_enemy by Philipp Tscharntke center_castle by Titus Tscharntke(titi) - river_raid2 by James McCulloch(silnarm) + river_raid2 by James McCulloch(silnarm) highlands by Titus Tscharntke(titi) team_island by Titus Tscharntke(titi) five_on_three by Tiger @@ -161,11 +155,14 @@ Comment: Files: * Copyright: 2001-2008, The Glest Team (<http://glest.org>) - 2008-2011, The MegaGlest Team (<http://megaglest.org>) + 2008-2014, The MegaGlest Team (<http://megaglest.org>) License: CC-BY-SA-3.0 Files: debian/* -Copyright: 2011 Vincent Cheng <[email protected]> +Copyright: 2011, Giuseppe Borzi <[email protected]> + 2011, Vincent Cheng <[email protected]> + 2011-2014, Mark Vejvoda <[email protected]> + 2014, Markus Koschany <[email protected]> License: GPL-2+ License: GPL-2+ diff --git a/debian/rules b/debian/rules index eea77f7..0de0777 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #! /usr/bin/make -f %: - dh ${@} + dh $@ --parallel override_dh_auto_install: dh_auto_install --destdir=debian/megaglest-data @@ -14,6 +14,3 @@ override_dh_auto_install: # Fix those symlinks to make them relative symlinks -r -s -c debian/megaglest-data/ -override_dh_builddeb: - dh_builddeb --package=megaglest-data -- -Zxz - dh_builddeb --remaining-packages -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

