2008
vegastrike (0.5~svn12126-2) unstable; urgency=low
* Oops, the mips and mipsel architectures really don't like when
variables are called mips... Added fix-mips.diff to fix that
(closes: #475961)
-- Vincent Fourmond <fourmond@debian.org> Tue, 15 Apr 2008 01:06:46 +0200
vegastrike (0.5~svn12126-1) unstable; urgency=low
[ Barry deFreese ]
* Add watch file
* Add Homepage field in control
* Add VCS fields in control
[ Ansgar Burchardt ]
* Remove deprecated Encoding key from .desktop file
[ Vincent Fourmond ]
* A get_upstream_svn script to retrieve an upstream SVN snapshot
* Bumped to standards 3.7.3 with no changes.
* New upstream release:
- apparently no int-vs-long problems anymore (Closes: #307992)
- default fonts are now pretty readable IMHO (Closes: #453491)
- fixed licensing problems with the collider (Closes: #449475)
* drop makefiles.diff, structure has completely changed.
* new Makefile.diff: apparently, now -lboost_python should be used
instead of -lboost_python-st (Closes: #473300)
* disabled gtk2.diff, as there is nothing left to patch ;-)...
* disabled gcc4.diff and gcc41.diff as vegastrike now compiles cleanly
without those
* Adapted joystick.h.diff
* Removed opengl.diff, apparently useless now
* Disable path_fixes, as the sound server does not appear to be used
anymore
* Updated posh.diff (no need for AMD64-specific fixes, they are already
in now)
* Dropped alut_deprecation.diff, as it does not seem to be necessary
anymore (and does not apply anyway).
* Updated and extended config_path.diff
* Updated launcher.diff (who now only care about location
of executable/data)
* Updating vssetup.diff (vssetup/src is now at setup/src)
* Dropped hat_switches.diff, included upstream
* Dropped configure.in_modifications, as upstream build system did
evolve quit a fair amount !
* bootstrap-fail-on-error to not continue building if the bootstrap process
is not happy.
* Quite a few debian/rules tweaks so vegastrike can build
relatively cleanly
* Disable the overzealous INSTALL_PROGRAM -s option, as dh_strip is
big enough to figure out what it needs to strip by itself.
* Installing most of the executables into /usr/lib/vegastrike, except the
ones that should be in the path (Makefile.diff)
* Dropped accordingly a fair amount of the manual pages
* Builds cleanly from source (Closes: #473941)
* Few more manpages tweaks to make lintian reasonably happy
-- Vincent Fourmond <fourmond@debian.org> Sun, 13 Apr 2008 13:30:53 +0200
2007
vegastrike (0.4.3.debian1-1) unstable; urgency=low
* Repackage upstream source to get rid of two useless copies of the
boost libraries code, and getting rid of the copyright problems at
the same time (closes: #445048)
* Added myself to Uploaders
-- Vincent Fourmond <fourmond@debian.org> Thu, 15 Nov 2007 21:10:45 +0100
vegastrike (0.4.3.debian-3) unstable; urgency=low
[ Andres Mejia ]
* Going to use orig tarball that is uploaded already instead.
+ Changed debian/rules and patches to use this.
* Kept quilt instead of dpatch.
+ Modified patches to use quilt.
* Documentation from vegastrike-data won't be included.
[ Gonéri Le Bouder ]
* rewrite the clean target with some calls to find (Closes: #442758)
* do not ignore "make distclean" return code anymore
* add myself in Uploaders
[ Vincent Fourmond ]
* Updated debian/copyright, though it means more problems arising.
-- Vincent Fourmond <fourmond@debian.org> Tue, 06 Nov 2007 00:00:04 +0100
vegastrike (0.4.3.debian-2) unstable; urgency=low
[ Gonéri Le Bouder ]
* call dh_strip
[ Eddy Petrișor ]
* use CURDIR instead of PWD since the later is erased in sudo
(Closes: 418505)
* desktop files changes
- added a Romanian translation of the comments
- removed invalid category "Application"
[ Andres Mejia ]
* Addressing bug 426872 (Closes: 426872)
+ use -lboost_python-st with libboost-python-dev 1.34.0.
+ removed python-dev as build depend since libboost-python-dev takes care
of proper python dependency regardless.
* Adding checks for python2.4 and python2.5 in configure.in
* Adding checks to detect version of libboost-python-dev.
* Replacing build dependency from xlibmesa-gl-dev to libgl1-mesa-dev.
* Modified vegastrike dependencies for vegastrike-data.
* Switched config path from .vegastrike.4.x to .vegastrike-0.4.x
* Replacing quilt with dpatch for patches.
* Patches that modified the same file were combined to a single patch.
* Taking out use of rebootstrap patch. Autotools will be used instead.
* Renamed accountserver binary to vsaccountserver.
* Tar-in-tar build method will be used again.
* Closing vslauncher bug. (Closes: 297815)
+ It's been noted that vsluancher is no longer supported upstream.
+ Also tested vslauncher. It does nothing at all now.
* Modified vegastrike man page.
+ vegstrike man page will contain information for all binaries.
+ man pages for other binaries will link to vegastrike man page.
* Package's long description will mention the homepage.
* Removing xgot hack as it's no longer needed. (Closes: 374798)
* Closing bug with glibc error. (Closes: 362314)
+ This bug cannot be reproduced, may have been fixed already.
* Closing bug with soundserver problem. (Closes: 377735)
+ This bug cannot be reproduced, may have been fixed already.
* Closing bug with flying through objects. (Closes: 281598)
+ This bug cannot be reproduced, may have been fixed already.
+ I've have crashed during all attempts to fly through objects.
* Changed build dependency to freeglut3-dev (Closes: 394504).
* Added .desktop file for 'vsinstall --setup'.
* Changed vegastrike.desktop exec parameter to vsinstall.
* vssetup GUI will now display xterm for viewing README.
* Using icon found in vegastrike-data package.
* Added Spanish translations in .desktop files.
[ Emmet Hikory ]
* Install .desktop file to /usr/share/applications/
* Added 502_hat_switches.diff to support hatswitch configuration
-- Andres Mejia <mcitadel@gmail.com> Fri, 10 Aug 2007 01:55:12 -0400
vegastrike (0.4.3.debian-1) unstable; urgency=low
* Use quilt for patch management.
* Repacked tarball to get rid of tar-in-tar build method.
* debian/control:
+ Set maintainer to the Debian Games Team.
+ Uncapitalised short description and reworked long description.
+ Build-depend on debhelper (>= 5.0) and quilt.
+ Added Vcs fields.
+ Build-depend on libboost-python-dev and libgtk2.0-dev.
* debian/compat:
+ Set level to 5.
* debian/patches/014_gtk2.diff:
+ Use GTK 2.0 for the launcher.
* debian/patches/020_disable_internal_boost.diff:
+ Do not build the internal libboost (Closes: #407106).
* debian/patches/050_am_maintainer_mode.diff:
+ Set AM_MAINTAINER_MODE.
* debian/patches/100_rebootstrap.diff:
+ Rebootstrap package here instead of build-depending and -conflicting on
the autotools.
* debian/patches/250_config_path.diff:
+ Use .vegastrike.4.x everywhere.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 06 Apr 2007 15:05:36 +0200
2006
vegastrike (0.4.3-5) unstable; urgency=low
* Fixes for joysticks and deprecated alut code (taken from ubuntu pkg)
- Added 50_joystick which adds support for joysticks with lots of
buttons
- Added 60_alut-deprecation.diff to update alut calls to avoid
segv at startup (Closes: 359173)
- Thanks to those posting to the bug, particularly Emmet Hikory
and Reinhard Tartler
* Removed an extra ] from configure.in via 11_autoconf_extra]
* Added a .desktop file, thanks to Corey Burger (for submitting it
to ubuntu)
* Added a real package or'd with the automaken build dep
(Closes: 360731)
* Added kfreebsd-amd64 to arch list (Closes: 361636)
* Added gcc-4.1 patch. Thanks to Martin Michlmayr. (Closes: 358212)
* Updated standards rev to 3.7.2, no changes necessary
-- Mike Furr <mfurr@debian.org> Mon, 22 May 2006 22:19:04 -0400
vegastrike (0.4.3-4) unstable; urgency=low
* Rebuild for new openal package and add build-dep on libalut-dev * Changed automake dep to automaken (Closes: 343155)
-- Mike Furr <mfurr@debian.org> Sun, 19 Mar 2006 22:03:15 -0500
2005
vegastrike (0.4.3-3) unstable; urgency=low
* Changed a bunch of pointer -> int casts to use long instead
so that vs builds on 64bit archs (Closes: 323655)
-- Mike Furr <mfurr@debian.org> Tue, 20 Sep 2005 18:33:31 -0400
vegastrike (0.4.3-2) unstable; urgency=low
* Rebuild for CXX transition (also, removed explicit dep on g++-3.4) * Added number prefixs to patches to seperate them out a bit * Added gcc4 patch * Added ppc64 (Closes: #301068) and kfreebsd-i386 (Closes: #315048) to architecture list * Bumped policy to 3.6.2
-- Mike Furr <mfurr@debian.org> Sun, 7 Aug 2005 17:42:45 -0400
vegastrike (0.4.3-1) unstable; urgency=low
* New upstream release.
* No longer ship vslauncher since it is no longer supported.
Missions should now be selected in-game(Closes: #224625)
-- Mike Furr <mfurr@debian.org> Tue, 15 Feb 2005 23:34:21 -0500
2004
vegastrike (0.4.2-2) unstable; urgency=low
* Added -Wa,-xgot to mips[el] build to avoid relocation overflows
on those platforms.
-- Mike Furr <mfurr@debian.org> Mon, 27 Dec 2004 13:34:38 -0500
vegastrike (0.4.2-1) unstable; urgency=low
* New upstream release (Closes: 280983) * Strictly use gcc(++)-3.4
-- Mike Furr <mfurr@debian.org> Mon, 22 Nov 2004 17:41:54 -0500
vegastrike (0.4.1-12) unstable; urgency=low
* Added build dep on libxmu-dev
-- Mike Furr <mfurr@debian.org> Sun, 1 Aug 2004 20:43:49 -0400
vegastrike (0.4.1-11) unstable; urgency=low
* Added amd64 build patch from Frederik Schueler(Closes: 250239)
-- Mike Furr <mfurr@debian.org> Sun, 13 Jun 2004 12:25:49 -0400
vegastrike (0.4.1-10) unstable; urgency=low
* Added a call to glutInit in winsys.cpp to properly initialize
glut before its use. (Closes: 246299)
-- Mike Furr <mfurr@debian.org> Sun, 9 May 2004 13:33:28 -0400
vegastrike (0.4.1-9) unstable; urgency=low
* #define'd GLX_GLXEXT_PROTOTYPES in gl_init.cpp since xfree 4.3
uses glx 1.4 and doesn't declare this by default.
-- Mike Furr <mfurr@debian.org> Sat, 21 Feb 2004 15:49:54 -0500
vegastrike (0.4.1-8) unstable; urgency=low
* Removed m68k from Arch list.
-- Mike Furr <mfurr@debian.org> Fri, 20 Feb 2004 16:17:34 -0500
vegastrike (0.4.1-7) unstable; urgency=low
* Fixed reference to readme.txt in vegastrike.6 (Closes: 224668) * vssetup now actually displays the readme.txt (Closes: 224648)
-- Mike Furr <mfurr@debian.org> Thu, 1 Jan 2004 14:19:26 -0500
2003
vegastrike (0.4.1-6) unstable; urgency=low
* Okay, autoconf2.50 is a diversion. Lets try a build-conflicts on
autoconf2.13 to prevent this...
* Have I mentioned I hate autotools?
-- Mike Furr <mfurr@debian.org> Fri, 31 Oct 2003 00:31:19 -0500
vegastrike (0.4.1-5) unstable; urgency=low
* Forced autoconf to version 2.50. I hate auto* incompatibilities... * Added explicit build dep on libtool.
-- Mike Furr <mfurr@debian.org> Wed, 29 Oct 2003 17:55:07 -0500
vegastrike (0.4.1-4) unstable; urgency=low
* Removed undefined variable src/networking/Makefile.am to make
some older automaken happy(Closes: #216334)
-- Mike Furr <mfurr@debian.org> Wed, 22 Oct 2003 20:31:46 -0400
vegastrike (0.4.1-3) unstable; urgency=low
* Added support for s/390 in posh.h so it wouldn't #error
* Added a Build-Conflicts on automake1.4 since the automaken are
handled by the alternatives system and vs really doesn't like 1.4.
-- Mike Furr <mfurr@debian.org> Mon, 6 Oct 2003 10:26:15 -0400
vegastrike (0.4.1-2) unstable; urgency=low
* Added glut3-dev build-dep * Changed automaken build-dep to automake1.6|automake1.7 * corrected deb/rules file error to actually print config.log on failure
-- Mike Furr <mfurr@debian.org> Sat, 4 Oct 2003 17:59:17 -0400
vegastrike (0.4.1-1) unstable; urgency=low
* Note that you might have to remove your ~/.vegastrike and re-create it
with vsinstall since this release is not 100% backwards compatible
with old save games and config files.
* Changed build-dep to python2.2-dev since it doesn't like 2.3
* New upstream release. (Closes: 212352)
-- Mike Furr <mfurr@debian.org> Wed, 2 Oct 2003 16:07:06 -0400
vegastrike (0.3.1-6) unstable; urgency=low
* Fix token-pasting problems with gcc-3.3 (Thanks to Matt Kraai!)
-- Matt Kraai <kraai@debian.org> Sun, 13 Jul 2003 17:25:26 +0000
vegastrike (0.3.1-5) unstable; urgency=low
* Rebuilt against libvoribs0a (closes: 184975)
-- Mike Furr <mfurr@debian.org> Sat, 15 Mar 2003 13:29:53 -0500
vegastrike (0.3.1-4) unstable; urgency=low
* IA-64 compile fix (hopefully). * Char signedness fix. (closes: 182166) * Added configure-stamp so the build target would not rerun configure every time
-- Mike Furr <mfurr@debian.org> Sun, 2 Mar 2003 17:23:11 -0500
vegastrike (0.3.1-3) unstable; urgency=low
* Big endian compile fixes.
-- Mike Furr <mfurr@debian.org> Tue, 18 Feb 2003 20:03:39 -0500
vegastrike (0.3.1-2) unstable; urgency=low
* Added libjpeg62-dev to build deps * Removed -g from cflags unless actually doing a debug build * Cleaned up Makefile.am's to make older automaken happy * Fixed paths in man page.
-- Mike Furr <mfurr@debian.org> Sun, 9 Feb 2003 12:05:33 -0500
vegastrike (0.3.1-1) unstable; urgency=low
* New upstream release (closes: #178169) * Added build-deps on autotools * redid entire package to unpack and patch on the fly.
-- Mike Furr <mfurr@debian.org> Sun, 26 Jan 2003 13:22:13 -0500
2002
vegastrike (0.2.9.4-2) unstable; urgency=low
* Fixed endianness test that was throwing #error's
-- Mike Furr <mfurr@debian.org> Sun, 1 Sep 2002 12:24:18 -0400
vegastrike (0.2.9.4-1) unstable; urgency=low
* New upstream release * Changed maintainer field to my d.o address :) * Changed GL build dep to be more generic than just mesag-dev(can't use libgl-dev b/c no glext.h!) * Added now necessary python deps * Updated README.Debian and other little cleanups * Upstream wrote some man pages! * Changed Debian Policy version to 3.5.6
-- Mike Furr <mfurr@debian.org> Wed, 28 Aug 2002 18:59:24 -0400
vegastrike (0.2.9.2-6) unstable; urgency=low
* Changed build-dep back to libpng3-dev. * Fixed typos in description
-- Mike Furr <mike.furr@umbc.edu> Wed, 31 Jul 2002 10:17:54 -0400
vegastrike (0.2.9.2-5) unstable; urgency=low
* Cleaned out the .dep files from the mission dir
-- Mike Furr <mike.furr@umbc.edu> Tue, 23 Jul 2002 20:30:47 -0400
vegastrike (0.2.9.2-4) unstable; urgency=low
* Big endian fixes so that it now runs on ppc (and probably others). * Rewrote README.Debian and moved some info into copyright per Policy * Fixed some typos in man pages * Should be ready fo uploading. (closes: #126385)
-- Mike Furr <mike.furr@umbc.edu> Mon, 22 Jul 2002 14:31:32 -0400
vegastrike (0.2.9.2-3) unstable; urgency=low
* Changed build-dep to libpng-dev from libpng3 * Added build-dep for OpenAL lib * Added build-dep for gtk1.2
-- Mike Furr <mike.furr@umbc.edu> Sun, 14 Jul 2002 17:42:15 -0400
vegastrike (0.2.9.2-2) unstable; urgency=low
* had to add automaek1.5 build-dep for depcomp(temporary sol'n) * removed vsselect and added vslauncher and vssetup * hacked a little bit on vssetup to use user's home directory * created man pages for above new binaries
-- Mike Furr <mike.furr@umbc.edu> Thu, 27 Jun 2002 23:04:21 -0400
vegastrike (0.2.9.2-1) unstable; urgency=low
* Updated README.Debian and control description * Changed extra binaries to have "vs" prefix * New upstream release
-- Mike Furr <mike.furr@umbc.edu> Fri, 21 Jun 2002 10:23:33 -0400
vegastrike (0.0.20020405-2) unstable; urgency=low
* Added man pages for vegastrike(6) and vegaselect(6). * Updated README.Debian with some more information.
-- Mike Furr <mike.furr@umbc.edu> Sun, 7 Apr 2002 17:20:11 -0400
vegastrike (0.0.20020405-1) unstable; urgency=low
* Lots of Upstream changes, including splitscreen multiplayer.
* Fixed -cp in rules file
* rules file now uses config.status instead of configure-stamp
* Added build-depends
* included ./configure in orig.tar.gz instead of in the .diff file
(fixes permission problem with ./configure)
-- Mike Furr <mike.furr@umbc.edu> Fri, 05 Apr 2002 11:12:26 -0500
vegastrike (0.0.20020321-1) unstable; urgency=low
* Initial Release. * This is my first official .deb. Comments welcome!
-- Mike Furr <mike.furr@umbc.edu> Thu, 21 Mar 2002 21:24:39 -0500