Skip to content

Debian Changelog tecnoballz (0.92-2.1)

2008

tecnoballz (0.92-2.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fixed gcc-4.3 FTBFS, patch by KiBi (Closes: #455319)

 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 16 Mar 2008 18:20:34 +0100

2007

tecnoballz (0.92-2) unstable; urgency=low

   * Added a build-depends to libsdl-image1.2-dev so the package can autobuild.
     (closes: #452537)

 -- Alexis Sukrieh <sukria@debian.org>  Fri, 23 Nov 2007 23:45:19 +0100

tecnoballz (0.92-1) unstable; urgency=low

   * New upstream release

 -- Alexis Sukrieh <sukria@debian.org>  Thu, 22 Nov 2007 00:16:43 +0100

2006

tecnoballz (0.91cvs20060616-2) unstable; urgency=low

   [ The "Hey babe, I'm a Debian Developer!" upload, part #4 ]
 
   * Added tecnoballz.desktop so the Game is shown in the GNOME menu (thanks to
     Vassilis Pandis).
     (closes: #382198)
   * Changed the Maintainer field to sukria@debian.org.

 -- Alexis Sukrieh <sukria@debian.org>  Sat, 9 Sep 2006 12:31:05 +0200

tecnoballz (0.91cvs20060616-1) unstable; urgency=low

   * New upstream release (CVS snapshot).
     Fixes for real the AMD 64 issue about sizeof(int).
     Thanks to Sam Hocevar and Helge Kreutzmann for their help.
     (closes: #318719)

 -- Alexis Sukrieh <sukria@sukria.net>  Fri, 16 Jun 2006 11:01:22 +0200

tecnoballz (0.91cvs20060612-2) unstable; urgency=low

   * debian/tecnoballz.preinst:
     + Remove useless switches on args, handle only "upgrade" for saving the
       scorefile.
     (closes: #373168, #373166)

 -- Alexis Sukrieh <sukria@sukria.net>  Tue, 13 Jun 2006 13:34:00 +0200

tecnoballz (0.91cvs20060612-1) unstable; urgency=low

   * Maintainer upload.
   * The « De retour à Paname, j'applique les patches de Sam » upload.
 
   * Acknowledging previous NMUs, thanks to Sam Hocevar
     (Closes: #370831, #318719).
 
   * New upstream release (CVS snapshot)
     + provides last patches submitted in NMU's for fixing 64-bits issues.
     + removed debian/patches already applied upstream

 -- Alexis Sukrieh <sukria@sukria.net>  Mon, 12 Jun 2006 15:34:03 +0200

tecnoballz (0.91cvs20060501-1.3) unstable; urgency=low

   * Non-maintainer upload.
   * The « t’es toujours pas là ? » upload.
 
   * 010_sdl_mixer_internals.diff:
     + Fix this patch for architectures where a pointer is bigger than an int.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 11 Jun 2006 12:36:18 +0200

tecnoballz (0.91cvs20060501-1.2) unstable; urgency=low

   * Non-maintainer upload.
   * The « ou alors fallait revenir plus tôt » upload.
 
   * No longer ship the score file with the package, so that it is not
     overwritten.
 
   * debian/tecnoballz.postinst:
     + Fix erroneous usage of dpkg-statoverride.
     + Help dpkg with the /usr/share/doc/tecnoballz directory -> symlink
       transition.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 10 Jun 2006 19:52:25 +0200

tecnoballz (0.91cvs20060501-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * The « fallait pas partir à Arras » upload.
 
   * Moved patch handling to quilt, because it roulaize.
   * debian/control:
     + Build-depend on quilt instead of dpatch.
   * debian/rules:
     + Fix CXXFLAGS propagation in the make rule.
     + Build the binary-independent package in the correct rule
       (Closes: #370831).
     + Don't copy share/doc files in the binary package.
 
   * 010_64bit_pointers.diff:
     + New patch. Fix wrong data size for 64-bit architectures in BOB_killer.cc
       (Closes: #318719).
 
   * 010_sdl_mixer_internals.diff:
     + Half-fixed braindead usage of the sdl-mixer1.2 internal structures that
       caused crashes on 64-bit architectures.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 10 Jun 2006 18:37:27 +0200

tecnoballz (0.91cvs20060501-1) unstable; urgency=low

   [ Alexis Sukrieh ]
   * Policy 3.6.2
   * Fixed several packaging issues (closes: #341160)
     + Removed useless dependency to g++
     + debian/tecnoballz.postinst:
       use dpkg-stateoverride instead of chmoding by hand the scorefile.
   * Cleaning:
     + Removed the debian/technoballz.substvars.
     + Fixed the DEB_BUILD_OPTIONS stuff in debian/rules, removed the nostrip
       part, which is already handled by dh_strip.
     + Used $(MAKE) clean in debian/rules instead of hand-cleaning.
   * Better handling of autotools and friends:
     + Uses $(confflags) as suggested in
       `/usr/share/doc/autotools-dev/README.Debian.gz'
     + build-depends on autotools-dev and copy config.sub and config.guess in
       the `clean' target.
   * Uses -O2 optimisations instead of -O3.
   * Fixed some typos in the package description thanks to Philipp Kern.
 
   [ Martin Michlmayr ]
   * Patch for closing a FTBFS issue with with G++ 4.1
     (closes: #355841)

 -- Alexis Sukrieh <sukria@sukria.net>  Fri, 26 May 2006 12:16:56 +0200

2005

tecnoballz (0.91cvs20050828-2) unstable; urgency=low

   * Added a build dependency against dpatch (closes: #328128)

 -- Alexis Sukrieh <sukria@sukria.net>  Wed, 14 Sep 2005 10:28:44 +0200

tecnoballz (0.91cvs20050828-1) unstable; urgency=low

   * New upstream version (CVS snapshot from 2005 08 28).
     (closes: #324059)
   * Changed the dependences for building with g++ 4.0 and friends.
     (closes: #324952)
   * Handling of the environment variable DEB_BUILD_OPTIONS in debian/rules,
     changed configure.ac for not overriding debian/rules' CXXFLAGS.
     (closes: #318715)

 -- Alexis Sukrieh <sukria@sukria.net>  Wed, 14 Sep 2005 10:27:52 +0200

tecnoballz (0.91-2) unstable; urgency=low

   * Fixed a typo in debian/control (thanks to Martin Schulze).
     (closes: #303287)
   * Add a patch to ressources.cc to fix the Debian path to the scores file
     (which is different from the upstream path).
   * Removed bad dependencies on tecnoballz, used ${shlibs:Depends} instead.
     (closes: #303655)

 -- Alexis Sukrieh <sukria@sukria.net>  Sat, 9 Apr 2005 13:20:20 +0200

tecnoballz (0.91-1) unstable; urgency=low

   * Packaged upstream version: 0.91
   * Upload to the archive, closes ITP.
     (closes: #278620)
   * Sponsored by Neil McGovern <neilm@debian.org>

 -- Alexis Sukrieh <sukria@sukria.net>  Fri, 11 Mar 2005 08:15:33 +0100