Author: apo-guest Date: 2014-09-15 12:58:45 +0000 (Mon, 15 Sep 2014) New Revision: 15207
Modified: packages/trunk/megaglest-data/debian/changelog packages/trunk/megaglest-data/debian/compat packages/trunk/megaglest-data/debian/control packages/trunk/megaglest-data/debian/copyright packages/trunk/megaglest-data/debian/rules Log: Update debian/copyright. Add myself to Uploaders. Run wrap-and-sort -sa. Build with parallel Use compat level 9 Modified: packages/trunk/megaglest-data/debian/changelog =================================================================== --- packages/trunk/megaglest-data/debian/changelog 2014-09-15 12:56:13 UTC (rev 15206) +++ packages/trunk/megaglest-data/debian/changelog 2014-09-15 12:58:45 UTC (rev 15207) @@ -1,9 +1,23 @@ -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. - -- Mark Vejvoda <[email protected]> Wed, 15 Jan 2014 21:01:59 +0800 + [ 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. + -- Markus Koschany <[email protected]> Sun, 14 Sep 2014 16:37:06 +0200 + megaglest-data (3.7.1-1) unstable; urgency=low [ Mark Vejvoda ] Modified: packages/trunk/megaglest-data/debian/compat =================================================================== --- packages/trunk/megaglest-data/debian/compat 2014-09-15 12:56:13 UTC (rev 15206) +++ packages/trunk/megaglest-data/debian/compat 2014-09-15 12:58:45 UTC (rev 15207) @@ -1 +1 @@ -7 +9 Modified: packages/trunk/megaglest-data/debian/control =================================================================== --- packages/trunk/megaglest-data/debian/control 2014-09-15 12:56:13 UTC (rev 15206) +++ packages/trunk/megaglest-data/debian/control 2014-09-15 12:58:45 UTC (rev 15207) @@ -5,18 +5,24 @@ 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. . Modified: packages/trunk/megaglest-data/debian/copyright =================================================================== --- packages/trunk/megaglest-data/debian/copyright 2014-09-15 12:56:13 UTC (rev 15206) +++ packages/trunk/megaglest-data/debian/copyright 2014-09-15 12:58:45 UTC (rev 15207) @@ -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 @@ 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 @@ 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+ Modified: packages/trunk/megaglest-data/debian/rules =================================================================== --- packages/trunk/megaglest-data/debian/rules 2014-09-15 12:56:13 UTC (rev 15206) +++ packages/trunk/megaglest-data/debian/rules 2014-09-15 12:58:45 UTC (rev 15207) @@ -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 @@ # 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

