wing (0.7-30) unstable; urgency=low * Team upload. * Dpkg does not replace symlinks with directories and vice versa, therefore maintainer scripts need to be used. Add wing.preinst script. Remove wing-data.preinst. (Closes: #720155) * Install README with wing.docs. -- Markus Koschany Tue, 17 Sep 2013 20:12:56 +0200 wing (0.7-29) unstable; urgency=low * Adopt for the Games Team. (Closes: #711564). + Add myself to uploaders. * Change to source format 3.0 (quilt). + Drop build-dep on quilt. * Bump debhelper build-dep and compat to 9. + Switch to simple dh style rules. * Update 010_makefile.diff to pass CPPFLAGS and LDFLAGS. * Make maintainer scripts not ignore errors. * Fix up debian/copyright file. * Make debian/rules not ignore make clean errors. * Add watch file. * Use Breaks instead of Conflicts for data package. * Add Homepage and VCS tags. * Add ${misc:Depends} to binary packages. * Bump Standards Version to 3.9.4. -- Barry deFreese Sat, 03 Aug 2013 19:05:01 -0400 wing (0.7-28) unstable; urgency=low * Orphan the package, see #711564. * Change versioned build dependency liballegro4.2-dev to unversioned dependency on liballegro4-dev. (Closes: #710600) -- Tobias Hansen Sat, 08 Jun 2013 00:12:52 +0200 wing (0.7-27.1) unstable; urgency=low * Non-maintainer upload. * Applied Lior Kaplan's patch to make the package binNMU safe. (Closes: #432993) * Use menu section Games/Action instead of Games/Arcade. * debian/rules: Don't forget to remove `.pc' directory upon clean target. -- David Ammouial Sun, 30 Sep 2007 02:14:48 +0200 wing (0.7-27) unstable; urgency=low * debian/control: + Removed the wing/wing-data circular dependency. + Set policy to 3.7.2. -- Sam Hocevar (Debian packages) Mon, 29 May 2006 15:23:03 +0200 wing (0.7-26) unstable; urgency=low * debian/control: + Build-depend on liballegro4.2-dev (>= 2:4.2.0-4) to fix the missing libxcursor-dev build-dependency (Closes: #360191). -- Sam Hocevar (Debian packages) Fri, 31 Mar 2006 11:22:22 +0200 wing (0.7-25) unstable; urgency=low * Moved development to Alioth. * debian/rules + Switched to quilt for patch handling. * debian/control: + Build-depend on quilt. * 010_makefile.diff: (new patch from old diff.gz) makefile fixes. * 020_misc.diff: (new patch from old diff.gz) lots of compilation and bug fixes in the code. -- Sam Hocevar (Debian packages) Thu, 30 Mar 2006 12:33:11 +0200 wing (0.7-24) unstable; urgency=low * Rebuilt against liballegro4.2. * debian/compat: use version 4. -- Sam Hocevar (Debian packages) Fri, 11 Nov 2005 14:23:34 +0100 wing (0.7-23) unstable; urgency=low * Rebuilt package using a version of Allegro that is in Debian. * makefile.unx: + Compile one file after another instead of #including all files in a single compilation pass. -- Sam Hocevar (Debian packages) Tue, 4 Oct 2005 01:33:21 +0200 wing (0.7-22) unstable; urgency=low * g++ transition upload. * debian/control: + Set policy to 3.6.2.1. + Removed leading "a" in short description. -- Sam Hocevar (Debian packages) Mon, 3 Oct 2005 23:08:37 +0200 wing (0.7-21) unstable; urgency=low * debian/control: + Set policy to 3.6.1.1. + Make the data package depend on the same version of the binary package. * debian/rules: + Use debian/compat instead of DH_COMPAT. * debian/menu: + Quoted strings where appropriate. -- Sam Hocevar (Debian packages) Fri, 23 Jul 2004 12:41:34 +0200 wing (0.7-20) unstable; urgency=low * debian/control: + Set policy to 3.6.1.0. + Wrote more meaningful long descriptions (Closes: #210137). -- Sam Hocevar (Debian packages) Thu, 2 Oct 2003 16:28:06 +0200 wing (0.7-19) unstable; urgency=low * Fixed spelling in the wing-data package description. * Set policy to 3.5.10. -- Sam Hocevar (Debian packages) Fri, 30 May 2003 16:58:51 +0200 wing (0.7-18) unstable; urgency=low * Fixed dpkg-statoverride calls so that they don't disappear on upgrade. * The score file is now /var/games/wing.scores. * Fixed data corruption in apstring::>> and ScoreListTYPE::ReadFromFile(). * Fixed bad shifts in collision.cpp:mk_spr_mask() that caused collision detection to fail on alpha (Closes: #188849). -- Samuel Hocevar Fri, 11 Apr 2003 06:26:43 +0200 wing (0.7-17) unstable; urgency=low * Added a SIG_SEGV handler to reset keyboard state when crashing. * Disabled collision detection between our weapons and enemies that are not finished exploding to avoid double kills (Closes: #188443, part 1). * Disabled collision detection between ship and enemy shots when we are not finished exploding (Closes: #188443, part 2). * The game does not quit immediately when our ship loses its last life, so that we have time to watch the explosion. I love watching explosions. * Added a '-w' flag to run wing in windowed mode, updated manpage accordingly. * Added -Wall to the build rules to make error spotting easier, and fixed all compilation warnings. * The ship is now invulnerable for a few seconds when it appears on the screen (Closes: #188443, part 4). * Fixed crashes in a linked list parsing in EnemyTYPE::UpdateAI(). * In ScoreListTYPE::ReadFromFile(), we check that the score file is good before reading its contents. * Replaced strcpy() with strncpy() in ScoreListTYPE::DisplayList to avoid crashes when the score file contains garbage (Closes: #188443, part 3). * Made /usr/share/doc/wing-data a symlink to wing. -- Samuel Hocevar Fri, 11 Apr 2003 06:26:43 +0200 wing (0.7-16) unstable; urgency=low * New maintainer. * Removed duplicate changelog in debian/. * Removed spurious log file in /. * Updated standards version to 3.5.9.0. * All code is now g++-3.2 friendly. * Changed weapon-switching keys to F1-F4 instead of 1-4 because Allegro does not properly handle international keyboards. * Added usleep() calls after each blit to avoid eating all CPU. * Wrote the wing(6) manpage. * We now use dpkg-statoverride to register the setgid binary. * Drew a 32-colour icon for wing. -- Samuel Hocevar Sun, 30 Mar 2003 19:02:39 +0200 wing (0.7-15) unstable; urgency=low * remoe empty directory in wing-data.postrm, closes: #161838 * fixed spelling in package description, closes: #125483 -- Eduard Bloch Sun, 29 Sep 2002 15:14:22 +0200 wing (0.7-14) unstable; urgency=low * recompilation against a new Allegro release -- Eduard Bloch Thu, 22 Aug 2002 20:41:20 +0200 wing (0.7-13) unstable; urgency=low * recompilation against the stable Allegro release * Patched to quit the program when pressing quit in main menu - for people without a properly configured mouse -- Eduard Bloch Fri, 18 Jan 2002 14:57:09 +0100 wing (0.7-12) unstable; urgency=low * recompilation against fixed liballegro-dev, Closes: #122924 * corrected BASHism in debian/rules -- Eduard Bloch Sat, 8 Dec 2001 14:44:19 +0100 wing (0.7-11) unstable; urgency=low * recompilation for the new Allegro branch -- Eduard Bloch Wed, 21 Nov 2001 23:16:16 +0100 wing (0.7-10) unstable; urgency=low * recompilation for the new Allegro -- Eduard Bloch Wed, 17 Oct 2001 20:44:46 +0200 wing (0.7-9) unstable; urgency=low * Recompiled for the new Allegro branch * set Depends -> Recommends in wing-data, avoiding possible dependency loops * cosmetical fixes to appease lintian -- Eduard Bloch Tue, 25 Sep 2001 12:37:02 +0200 wing (0.7-8) unstable; urgency=low * rebuild, changed Build-Depends: to require Allegro >>3.9.37 -- Eduard Bloch Sun, 15 Jul 2001 22:37:04 +0200 wing (0.7-7) unstable; urgency=low * removed Build-Depends, misunderstanding was caused by broken dpkg-dev. Closes: #101646 -- Eduard Bloch Wed, 20 Jun 2001 21:33:03 +0200 wing (0.7-6) unstable; urgency=low * fixed Depends and Conflicts, closes: #101385 and closes: #101416 -- Eduard Bloch Tue, 19 Jun 2001 08:17:53 +0200 wing (0.7-5) unstable; urgency=low * compiled explicitely for the new allegro packages so even autobuilders should use the right one * splited into binary and data package * no longer upx * scores.dat is no longer a conffile, FHS compliant * hacked main.cpp to chdir correctly, removing useless wrapper -- Eduard Bloch Mon, 28 May 2001 16:07:39 +0200 wing (0.7-4) unstable; urgency=low * changed wrapper to removed bashism (Closes: #97059) * moved binary to /usr/games/wing.real, according to FHS -- Eduard Bloch Fri, 11 May 2001 16:20:49 +0200 wing (0.7-3) unstable; urgency=low * rebuild with new libs, disabled execution as root for stability reasons. Closes: #96037 -- Eduard Bloch Thu, 3 May 2001 08:45:36 +0200 wing (0.7-2) unstable; urgency=low * removed cpu specific options, Closes: #84038 * removed UPX call until it is available on Debian -- Eduard Bloch Fri, 2 Feb 2001 18:10:50 +0100 wing (0.7-1) unstable; urgency=low * Initial Release. -- Eduard Bloch Sun, 24 Dec 2000 10:46:18 +0100