2009
glest (3.2.2-1) unstable; urgency=low
* New Upstream release
- Repackage the tarball from .zip to .tar.gz.
* Updated my name in control file
* adopt depends on glest-data
- Removed the lintian override
-- Alexander Reichle-Schmehl <tolimar@debian.org> Sun, 05 Apr 2009 20:21:04 +0200
glest (3.2.1-1) unstable; urgency=low
[ Siegfried-Angel Gevatter Pujals ]
* New upstream version.
- Repackage the tarball from .zip to .tar.gz.
- The default resultion is now 640x480 (Closes: #450770).
* debian/control:
- Change my entry in the Uploaders field.
- Add a Build-Depends on liblua5.1-dev, autoconf and automake.
- Bump Standards-Version to 3.8.0.
* debian/glest.install:
- Adjust the origin path.
* debian/glest.desktop:
- Fix a typo in the Catalan description.
* debian/patches/nomapeditor, debian/patches/do-not-link-unneeded-libs:
- Update them to apply against the new source.
* debian/patches/series, debian/patches/gcc-4.3-fixes:
- Remove gcc-4.3-fixes, it has been adopted upstream.
* debian/rules:
- Update it to work with the changed directory structure.
* debian/dirs:
- Remove some unnecessary lines (we still need bin/games because the only
file there is installed by debian/rules without using dh_install).
* debian/copyright:
- Update the copyright information and change the formatting of the file.
- Change the download location to SourceForge.
- Update the copyright to match the directory structure changes.
* debian/docs:
- Upstream's README files have no interesting content; remove it.
* debian/patches/fix-glest-ini:
- Change "english.lng" to just "english".
* debian/glest.sh:
- If there is an existing glest.ini file, change "<langname.lng>" to
just "<langname>". Also, if the selected language isn't available
anymore change it back to "english", in order to avoid the game refusing
to start.
- Replace the configuration file (glest.ini) with a new one if it is too
old (setting are not preserved).
- Create directory ~/.glest/screens for the screenshots (Closes: #505919).
- Do not create a "docs" symlink amymore (LP: #226584).
- Move configuration files from ~/.glest to ~/.config/glest.
* debian/glest.6:
- Update the manpage for Glest 3 (Closes: #505917).
* debian/menu:
- Change formatting to make the file more readable.
* debian/glest.desktop:
- Add a Spanish translation of the Comment.
[ Gonéri Le Bouder ]
* French translation for the .desktop file.
-- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Fri, 13 Mar 2009 16:26:52 +0100
2008
glest (3.1.2-1) unstable; urgency=low
[ Siegfried-Angel Gevatter Pujals (RainCT)]
* Fix debian/watch to work despite the constantly changing filenames.
* Update the description:
- Mention multiplayer support.
- Do not longer speak about two factions, as there will be more
somewhen soon.
[ Gonéri Le Bouder ]
* Add armel in arch list (Closes: #476943)
[ Ansgar Burchardt ]
* New upstream release (Closes: #468810)
* Updates to wrapper script:
- Install servers.ini (Closes: #467247)
- Do not create symlink to configuration.xml which does not exist.
* New patches:
- gcc-4.3-fixes: Add missing includes for gcc-4.3
- do-not-link-unneeded-libs: Do not link against libogg, libvorbis
* Add missing .TH in manpage
* Update libxerces build-depend to libxerces-c2-dev
* Don't set CFLAGS, CXXFLAGS (now set by dpkg-buildpackage)
* debian/copyright: Update, point to GPL-2
-- Ansgar Burchardt <ansgar@43-1.org> Sun, 04 May 2008 17:01:38 +0200
glest (3.1.0-1) unstable; urgency=low
[ Barry deFreese ]
* Add watch file
[ Jon Dowland ]
* Add Homepage: control field to source stanza
[ Siegfried-Angel Gevatter Pujals (RainCT) ]
* Drop patches/10_fix_gcc-4.1_particle.h.dpatch
* debian/control:
- Replace XS-Vcs-* with Vcs-*
- Add myself to Uploaders
* debian/glest.desktop:
- Update to the latest FD.o standards
- Add Catalan translation
[ Ansgar Burchardt ]
* Drop patches/01_addcleanrule.dpatch for new upstream release
* Use quilt for patch management instead of dpatch
* Remove Homepage field from description
* Add myself to Uploaders
* Bump Debian Standards version to 3.7.3
[ Alexander Schmehl ]
* New Upstream release (Closes: #463489)
+ patches/use-fixed-fonts refreshed patch for 3.1.0 release
* Made the depends on glest-date a non-hardcoded one
+ added linitan override for source:version used on package
build not from the same source package; since glest and
glest-data are in sync and both maintained by us it's safe
-- Alexander Schmehl <tolimar@debian.org> Fri, 15 Feb 2008 16:50:29 +0100
2007
glest (2.0.0-2) unstable; urgency=low
[ Eddy Petrișor ]
* added a disabled dpatch for the endianness issue; it was downloaded from
http://kozz.org/files/games/glest/glest-cvs20070102-endian.patch.gz;
explanations about the patch are at:
http://www.powerdeveloper.org/forums/viewtopic.php?p=6675
* changed section to contrib/games since the glest-data package is non-free
[ Cyril Brulebois ]
* Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
[ Eddy Petrișor ]
* added reference links (in debian/TODO) to other distro's packages
which seem to have more patches applied
-- Eddy Petrișor <eddy.petrisor@gmail.com> Thu, 23 Aug 2007 12:15:02 +0300
glest (2.0.0-1) unstable; urgency=low
[ Eddy Petrișor ] * Initial official Debian release (Closes: #350391) * changed dependency on libxerces27-dev instead of libxerces26-dev * added myself to uploaders * Debian Games Team is maintainer * Added a Homepage field * added a clean rule to the upstream Jamfile (not as a patch since it brings in unnecessary complications and the rule should be always there) * modified the way the editor building is disabled * do not ignore errors during build and clean; stop on failure * do not run autotools during build and do not depend on automake1.9 * nasty tricks with symlinks so that there are no unrepresentable changes in the source * change arch to specify only little endian arches (!hurd) since glest is not big endian friendly :-( * added an unfinished and disabled patch for big endian support in the hope it will be finalized by somebody else * don't use utopia fonts since are not available in Debian * make sure that the configure script is always executable [ Gonéri Le Bouder ] * call dh_desktop to run update-desktop-database
-- Eddy Petrișor <eddy.petrisor@gmail.com> Mon, 18 Jun 2007 20:34:02 +0100
2006
glest (2.0.0-0ubuntu1) edgy; urgency=low
* Initial release
-- Giuseppe Borzi <gborzi@ieee.org> Mon, 7 Aug 2006 20:02:47 +0200