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 aa30d08f82f19c1716bec5d0431ef7da4948c768 Author: Mark Vejvoda <[email protected]> Date: Thu May 26 06:35:09 2011 +0000 renamed from glest to megaglest and changed build system to cmake --- debian/changelog | 107 ++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 37 ++++++++++ debian/copyright | 157 ++++++++++++++++++++++++++++++++++++++++++ debian/dirs | 1 + debian/docs | 1 + debian/megaglest-data.install | 3 + debian/rules | 11 +++ debian/watch | 3 + 9 files changed, 321 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8691a73 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,107 @@ +megaglest-data (3.5.2-1) UNRELEASED; urgency=low + + [ Siegfried-Angel Gevatter Pujals ] + * debian/langs/catala.lng: + - Update the Catalan translation. Thanks to Narcis Garcia. + + [ Ansgar Burchardt ] + * Remove myself from Uploaders. + + [ Mark Vejvoda ] + * renamed from glest to megaglest and changed build system to cmake + -- Mark Vejvoda <[email protected]> Wed, 25 May 2011 23:31:21 -0700 + +glest-data (3.2.1-2) unstable; urgency=low + + [ Eddy Petrișor ] + * install tutorials, too (closes: 529769) + + [ Gonéri Le Bouder ] + * Standard version 3.8.3: no changes + + -- Gonéri Le Bouder <[email protected]> Fri, 28 Aug 2009 20:47:51 +0200 + +glest-data (3.2.1-1) unstable; urgency=low + + [ Siegfried-Angel Gevatter Pujals ] + * New upstream release. + - Repackage tarball from .zip to .tar.gz. + * debian/control: + - Add myself as Uploader. + * debian/rules: + - Remove Thumbs.db files. + * debian/copyright: + - Change the download location to SourceForge.net. + * debian/langs/: + - Change encodings from UTF-8 to ISO-8859-1, so that Glest can read them. + - Fix errors in some files (several used Languaje= instead of Language=). + - Don't install russian, Glest can't handle any possible encoding for it. + * debian/rules: + - Only install language files ending with .lng (so that Russian can be + disabled). + - Don't install the language files at all, as they need to be upgraded + for the new version. + + [ Alexander Reichle-Schmehl ] + * Adopt debian/control to my new name + + -- Alexander Reichle-Schmehl <[email protected]> Wed, 25 Feb 2009 17:04:14 +0100 + +glest-data (3.1.2-1) unstable; urgency=low + + [ Siegfried-Angel Gevatter Pujals (RainCT) ] + * New upstream release. + * debian/rules, debian/langs/*, debian/copyright: + - Add community contributed translations (Brazilian Portuguese, + Catalan, Hungarian, Italian, Russian and Slovak). + * debian/control: + - Improve the description. + + [ Ansgar Burchardt ] + * No longer contains unit documentation. + * debian/rules: Install servers.ini. + + -- Ansgar Burchardt <[email protected]> Sun, 04 May 2008 17:02:32 +0200 + +glest-data (3.1.0-1) unstable; urgency=low + + [ Barry deFreese ] + * Add watch file + + [ Ansgar Burchardt ] + * Add myself to Uploaders + * Change XS-Vcs-* to Vcs-* + * Bump Debian Standards version to 3.7.3 + * Add Homepage header + * Change Abstract in debian/glest-data.doc-base + + [ Alexander Schmehl ] + * New upstream release + + -- Alexander Schmehl <[email protected]> Fri, 15 Feb 2008 16:45:19 +0100 + +glest-data (2.0.0-2) unstable; urgency=low + + [ Cyril Brulebois ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + + [ Eddy Petrișor ] + * coverted to utf-8 the copyright file + * changed section to non-free since the license alows only free + distribution + + -- Eddy Petrișor <[email protected]> Sat, 25 Aug 2007 13:02:41 +0300 + +glest-data (2.0.0-1) unstable; urgency=low + + * First upload to Debian unstable + * Added myself to Uploaders + + -- Eddy Petrișor <[email protected]> Mon, 19 Jun 2007 11:15:20 +0100 + +glest-data (2.0.0-0ubuntu1) edgy; urgency=low + + * Initial release + + -- Giuseppe Borzi <[email protected]> Wed, 9 Aug 2006 14:12:01 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..7061c5a --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: megaglest-data +Section: games +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: Giuseppe Borzi <[email protected]>, + Eddy Petrișor <[email protected]>, + Alexander Reichle-Schmehl <[email protected]>, + Siegfried-Angel Gevatter Pujals <[email protected]>, + Mark Vejvoda <[email protected]> +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.8.3 +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/megaglest-data/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/megaglest-data/?op=log +Homepage: http://www.megaglest.org/ + +Package: glest-data + Depends: megaglest, ${misc:Depends} + Architecture: all + Section: oldlibs + Description: transitional dummy package + +Package: megaglest-data +Replaces: glest-data (<< 3.5.2-1~) +Conflicts: glest-data (<< 3.5.2-1~) +Architecture: all +Recommends: megaglest +Description: a free 3d real-time customizable strategy game + Glest takes place in a context which could be compared to that of the + pre-renaissance Europe, with the licence that magic forces exist in the + environment and can be controlled. + . + The current version is fully playable and supports both single player + games against CPU controlled players and multiplayer matches over the + Internet or a LAN. + . + This is the data package, which contains seven factions, maps, tilesets, + scenarios, tutorials, language files, etc. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d9948fc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,157 @@ +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 # +########################### + +Factions: +========= + +Magic: +Copyright 2001-2011 (c) The Glest Team (<http://glest.org>) +Partial Copyright 2010-2011 (c) The MegaGlest Team (<http://megaglest.org>) +The MegaGlest team has made minor modifications to the original data. + +Tech: +Copyright 2001-2011 (c) The Glest Team (<http://glest.org>) +Partial Copyright 2010-2011 (c) The MegaGlest Team (<http://megaglest.org>) +The MegaGlest team has made minor modifications to the original data. + +Indians: +Copyright 2007-2011 (c) Titus Tscharntke and Philipp Tscharntke +(<http://www.titusgames.de>) +Titus Tscharntke is AKA titi. +This faction uses some models contained in Glest as created by the Glest Team. + +Norsemen: +Copyright 2008-2011 (c) Titus Tscharntke, Raphael Schröder and Philipp +Tscharntke (<http://www.titusgames.de>) +Titus Tscharntke is AKA titi. +Raphael Schröder is AKA weedkiller. +This faction uses some models contained in Glest as created by the Glest Team. + +Egyptians: +Copyright 2010-2011 (c) Titus Tscharntke (<http://www.titusgames.de>) +Titus Tscharntke is AKA titi. + +Persians: +Copyright 2010-2011 (c) Titus Tscharntke and Philipp Tscharntke +(<http://www.titusgames.de>) +Titus Tscharntke is AKA titi. +This faction uses some models contained in Glest as created by the Glest Team. + +Romans: +Copyright 2010-2011 (c) Jacob Vejvoda (<http://www.soft-haus.com/jacob/blog>) +Jacob Vejvoda is AKA ElimNator. +The Romans faction uses music tracks from Mattias Westlund's album +"Chronicles III" - http://mattiaswestlund.jamendo.net/ + + +Tilesets: +========= +Tileset Jungle: by Titus Tscharntke(titi) & Philipp Tscharntke +Tileset Evergreen: by Titus Tscharntke(titi) +Tileset Autumn: by Titus Tscharntke(titi) +Tileset Desert2: by Idanwin and Titus Tscharntke(titi) +Tileset Winter: by Titus Tscharntke(titi) +Tileset Hell: by Titus Tscharntke(titi) +Tileset Mediterran: by Titus Tscharntke(titi) +Tileset Scurbland: by MadElf (improved a bit by titi) +Tileset Spring: by Philipp Tscharntke +Tileset Meadow: by Trappin ( with water from madelf ) +Tileset Fernland: by Titus Tscharntke(titi) +Tileset Pine Peat: by Trappin modified by Titus Tscharntke(titi). Uses some ground textures from Rhyzom and some models from wciow. +Tileset Karningul: by Trappin( with help from Omega) based on original imladris tileset by GameBoy + + +Maps: +===== + conflict by ttsmj + domination_isles by mapmaker(from the glest forum) + one_on_one by original glest team ( but no longer in the game yet ) + overgrown_city by mapmaker and Titus Tscharntke(titi) + tropical_arena by mapmaker(from the glest forum) + tt_goldrush_v2 by Titus Tscharntke(titi) + waterworld by Titus Tscharntke(titi) + tropical4v4 by Titus Tscharntke(titi) + pot_hole original by glest team, improved by Trappin + 4kingdoms8kings by Eliminator ( little changes by titi ) + land_of_plenty2 by Eliminator ( little changes by titi ) + end_times original by omega modified by Trappin + eight_gradient by Trappin + wadi_nefud2 by Trappin + lau_lagoon by Trappin + redoubt by Trappin + megakill3vs1 by Enno Tscharntke + cauldron by Wciow + 6isle.mgm by Titus Tscharntke(titi) + eight_rivers by Eliminator + 4hills8kings by Titus Tscharntke(titi) + coop4_ally_resist by Trappin + fracture by wciow + 2rivers by Titus Tscharntke(titi) + 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) + highlands by Titus Tscharntke(titi) + team_island by Titus Tscharntke(titi) + five_on_three by Tiger + +Scenarios: +========== +m4_amazones by Titus Tscharntke(titi) +m4_amazones_light by Titus Tscharntke(titi) +m4_beehive_castle by Titus Tscharntke(titi) +m4_indian_attack by Titus Tscharntke(titi) +m4_kill_the_magic by Titus Tscharntke(titi) +m4_magic_can_do_it by Titus Tscharntke(titi) +m4_my_island by Titus Tscharntke(titi) +m4_norsemen_attack by Titus Tscharntke(titi) +m4_persian_conflict by Philipp Tscharntke +m4_waterworld_light by Titus Tscharntke(titi) +m4_waterworld by Titus Tscharntke(titi) + +Tutorials: +========== +basic_tutorial2 by Philipp Tscharntke + +Translations: +============= +Italian by Marco "Pizza90" Gori +Danish by Frederick "Coldfusionstorm" Angelo +French by cygal and TrHiL-KiL based on the work of many others +German by Eduard Dopler (kontakt at eduard-dopler d0t de) based on the work of many others +Ukrainian by Dmitry Nikitin +Spanish by Miguel Verdú based on the work of many others +Catalan by Miguel Verdú + +Credits go to: +============== +Titus Tscharntke(titi) - Lead developer and creator of the new Mega-Glest project (http://www.titusgames.de) +Mark Vejvoda(SoftCoder) - Developer of the new Mega-Glest project (http://www.soft-haus.com) + +The original glest team who made all this possible!!! + +Aminos for the indians and persian background music !! +Margaras for the egypt background music!! +manolo camp for the background music(norsemen)!! +http://www.burningwell.org who have nice free (public domain) textures! +Gameboy for the norsemen icons +Weedkiller who created the spearman model of the indians, and the princess and swordman model of the persian faction +My family, some friends and neighbors for the unit voices. +ZaggyDad for some help with textures/models (norsemen) and for the persian elephant model. +Baida for the axe_thrower model (norsemen) +Elimnator (from http://www.soundbible.com) for the autumn day sound +Elimnator (from http://www.soundbible.com) for the autumn night sound +Elimnator (from http://www.soundbible.com) for the desert day sound +Cacatoes (from http://forum.freegamedev.net/) for a nice rock texture photo used in autumn tileset. +dobroide (from http://forum.freegamedev.net/) for spring ambiente daytime background sounds + +All files are released under the Terms of the Creative Commons +Attribution-ShareAlike 3.0 Unported license which is included in this distribution in the following file: + cc-by-sa-3.0-unported.txt diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..12436e5 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/share/games/megaglest diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..3422763 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +docs/README.txt diff --git a/debian/megaglest-data.install b/debian/megaglest-data.install new file mode 100644 index 0000000..2a1c861 --- /dev/null +++ b/debian/megaglest-data.install @@ -0,0 +1,3 @@ +debian/tmp/usr/share/megaglest usr/share/games +megaglest.png usr/share/pixmaps +megaglest.desktop usr/share/applications diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..12e0092 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --parallel + diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f6787dc --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/megaglest/megaglest[?:\-_]data[?:\-_]([\d.]+)\.(?:zip|tar\.gz|tar\.bz2|tar\.xz) -- 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

