2007
zblast (1.3-2.3) unstable; urgency=low
* Non-maintainer upload.
* Create /var/games/zblast in zblast-data postinst script.
(Closes: #429155)
Thanks to Joachim Reichel's for the proposed patch.
* Adapt to the new menu policy by moving zblast-x11 to section Games/Action.
* Fix lintian debian-rules-ignores-make-clean-error warning.
* Bump to Standards-Version 3.7.2.2.
-- Jérémy Bobbio <lunar@debian.org> Sat, 29 Sep 2007 02:09:33 +0200
zblast (1.3-2.2) unstable; urgency=high
* Non-maintainer upload during BSP. * Fix install patch of pixmaps (Closes: #405193).
-- Luk Claes <luk@debian.org> Sun, 20 May 2007 18:15:59 +0200
2006
zblast (1.3-2.1) unstable; urgency=high
* Non-maintainer upload. * Split xlibs-dev build-dep (Closes: #346864).
-- Luk Claes <luk@debian.org> Fri, 20 Jan 2006 17:08:17 +0100
2004
zblast (1.3-2) unstable; urgency=low
* sod2.c: no empty label in a switch block so that it can be compiled
with gcc 3.4 (thanks to Andreas Jochens <aj@andaco.de> for the patch)
(closes: #264154)
* zblast.6: command line options use a minus sign, not a hyphen
* debian/zblast-x11.menu: quoted a string
-- Oohara Yuuma <oohara@debian.org> Sat, 7 Aug 2004 21:51:24 +0900
2003
zblast (1.3-1) unstable; urgency=low
* new upstream release
* debian/copyright: updated the copyright year and the upstream e-mail,
and cut-n-pasted the legal text from README (the license is still "GPL
version 2 or later")
* debian/zblast-data.docs, debian/zblast-svgalib.docs,
debian/zblast-x11.docs: no more FAQ in the upstream tarball
* debian/rules: no lintian override for /usr/doc symlinks
* debian/zblast-data.overrides, debian/zblast-svgalib.overrides,
debian/zblast-x11.overrides: removed
-- Oohara Yuuma <oohara@debian.org> Thu, 11 Sep 2003 02:36:50 +0900
zblast (1.2.1-7) unstable; urgency=high
* urgency set to high because this version fixes the buffer overflow
which can be exploited for privilege escalation up to GID games
* hiscore.c: use strncpy() instead of strcpy() to avoid a buffer overflow
when the user name is too long (thanks to Steve Kemp <skx@debian.org>
for the patch) (closes: #203511)
-- Oohara Yuuma <oohara@debian.org> Thu, 31 Jul 2003 10:27:28 +0900
2002
zblast (1.2.1-6) unstable; urgency=low
* debian/zblast-data.postinst: cp && rm breaks idempotency, use mv instead
(what happens if the user presses Ctrl+C between cp and rm?)
* debian/control: uses newer debhelper to remove the /usr/doc symlink
* debian/zblast-data.overrides, debian/zblast-svgalib.overrides,
debian/zblast-x11.overrides: new files, suppresses the /usr/doc symlink
warnings
* debian/rules: installs the lintian override files
* Makefile: replaced "debug" DEB_BUILD_OPTIONS option with "noopt"
* debian/control: set Standards-Version: to 3.5.7
-- Oohara Yuuma <oohara@debian.org> Mon, 25 Nov 2002 20:13:51 +0900
zblast (1.2.1-5) unstable; urgency=low
* debian/control: downgraded Recommends: zblast-x11 | zblast-svgalib of
zblast-data to Suggests: to please (old "I know better than you so I
install these recommended packages too") dselect (closes: #146871)
-- Oohara Yuuma <oohara@debian.org> Fri, 26 Jul 2002 08:33:52 +0900
zblast (1.2.1-4) unstable; urgency=low
* zblast.c: the game gets faster only once (older versions broke when
you cleared wave 70 because zblast called usleep() with a negative
argument)
* debian/rules, debian/zblast-svgalib.docs, debian/zblast-x11.docs:
now each of zblast packages comes with its own copy of documents
(this is necessary to make sure that the user has the latest changelog
even if he/she holds some of the packages and upgrades the rest)
* debian/zblast-svgalib.links, debian/zblast-x11.links: removed because
they are no longer necessary
* debian/xzb.xpm: new file, created with the folloing imagemagick command:
mogrify -format xpm -geometry 32x32 -map \
/usr/X11R6/include/X11/pixmaps/cmap.xpm xzb.icon
* debian/rules, debian/zblast-x11.dirs: installing menu icon of zblast-x11
-- Oohara Yuuma <oohara@debian.org> Fri, 3 May 2002 06:04:01 +0900
zblast (1.2.1-3) unstable; urgency=low
* debian/control, debian/rules: zblast-svgalib is now for i386 only
because svgalibg1-dev is only available on i386 (closes: #143402)
-- Oohara Yuuma <oohara@debian.org> Thu, 18 Apr 2002 20:26:04 +0900
zblast (1.2.1-2) unstable; urgency=low
* ChangeLog, zblast.6, zblast.c: applied the auto-fire patch, which
is accepted by the upstream
* debian/README.Debian: explains why the auto-fire is slow
-- Oohara Yuuma <oohara@debian.org> Wed, 3 Apr 2002 03:16:05 +0900
zblast (1.2.1-1) unstable; urgency=low
* New upstream release (version 1.2). The upstream version number
for the Debian package was changed to 1.2.1 because dpkg thinks
1.2 is older than 1.2pre. This is the upstream's choice.
* debian/README.Debian: added some game tips
-- Oohara Yuuma <oohara@debian.org> Sat, 30 Mar 2002 04:19:17 +0900
zblast (1.2pre-7) unstable; urgency=low
* Makefile, debian/zblast-data.files: the score file is no longer
a normal dpkg-handled file (it wlll be preserved when zblast-data is
removed and will be deleted when zblast-data is purged)
* debian/zblast-data.postinst, debian/zblast-data.preinst,
debian/zblast-data.postrm: new files, handle the score file
* debian/zblast-svgalib.postinst, debian/zblast-x11.postinst: now the
score file is handled by zblast-data, not by the game engine package
* debian/control: split a long Description: paragraph into two
* debian/control: added versioned dependency on zblast-data to
zblast-svgalib and zblast-x11 to make sure the score file has a right
permission (in older versions the score files is installed as 644
root.root by zblast-data and changed to 664 root.games by zblast-svgalib
or zblast-x11)
* debian/README.Debian: new file, explains the ugly score file hack
* debian/zblast-data.docs: added debian/README.Debian (in case)
-- Oohara Yuuma <oohara@debian.org> Wed, 20 Mar 2002 11:02:33 +0900
zblast (1.2pre-6) unstable; urgency=low
* new maintainer * adopting an orphaned pachage (closes: #135058) * debian/changelog: removed add-log-mailing-address * debian/copyright: fixed typo * debian/control, debian/rules: replaced dh_testversion with versioned build dependency * debian/control, debian/copyright: added upstream webpage information * debian/rules: traps error of chown and chmod * debian/control: set Standards-Version: to 3.5.6 * debian/control: added zblast-svgalib to Recommends: of zblast-data as an alternative of zblast-x11 * debian/control: improved Description: * Makefile: added DEB_BUILD_OPTIONS "debug" and "nostrip" support * debian/rules: set the permission of debian/zblast-svgalib and debian/zblast-x11 to 600 because the build process leaves setgid programs
-- Oohara Yuuma <oohara@debian.org> Sun, 17 Mar 2002 01:07:47 +0900
2001
zblast (1.2pre-5) unstable; urgency=low
* scores file is included in -data package, and -x11 is depending
on it. So, postinst of -x11 can depend on existance of score file.
(Closes: #86688)
* -data package is builded in binary-indep now. (Closes:#87202)
-- Peter Novodvorsky <nidd@debian.org> Sun, 6 May 2001 20:41:36 +0400
zblast (1.2pre-4) unstable; urgency=low
* Forgot to add dh_movefiles for zblast-data, now
fixed. (Closes: #84777)
-- Peter Novodvorsky <nidd@debian.org> Sun, 4 Feb 2001 15:15:55 +0300
zblast (1.2pre-3) unstable; urgency=low
* Fixed architecture and build-depends bugs. (Closes: Bug#84671)
-- Peter Novodvorsky <nidd@debian.org> Sat, 3 Feb 2001 04:44:25 +0300
zblast (1.2pre-2) unstable; urgency=low
* Fixed typo in description. (Closes: Bug#83971) * Removed dh_suidregister (as it isn't needed). (Closes: Bug#84039)
-- Peter Novodvorsky <nidd@debian.org> Sat, 3 Feb 2001 04:44:02 +0300
2000
zblast (1.2pre-1) unstable; urgency=low
* Initial Release. (Closes: Bug#77778)
-- Peter Novodvorsky <nidd@debian.org> Sat, 23 Dec 2000 00:31:45 +0300