ire (0.92-2.1ubuntu2) gutsy; urgency=low * debian/control: Update maintainer fields according to debian- maintainer-field spec. -- Martin Pitt Mon, 17 Sep 2007 14:42:56 +0000 ire (0.92-2.1ubuntu1) feisty; urgency=low * Merge newer debian version. Only remaining change: - change build-dependency from liballegro-dev to liballegro4.2-dev (Allegro-transition, see LP#33678). -- Stefan Potyra Tue, 19 Dec 2006 16:18:07 +0100 ire (0.92-2.1) unstable; urgency=high * Non-maintainer upload. * Remove all 64-bit architectures (alpha, amd64, ia64) from the architecture list, as ire is not 64-bit clean. (Closes: #353776, #396551, #396553) -- Steinar H. Gunderson Mon, 13 Nov 2006 16:21:16 +0100 ire (0.92-2) unstable; urgency=low * fix issues with gcc-4.0 (Closes: #297310) apply patch from Andreas Jochens (pe_sys.cpp, pe_vm.cpp, scripts.cpp) * /ithelib/debug.c : va_list issue corrected (thanks to Julien Blache) * Standards-Version bumped to 3.6.2.1 -- no changes. -- Alexandre Pineau Wed, 17 Aug 2005 20:36:32 +0200 ire (0.92-1) unstable; urgency=low * New upstream release + lots of bugfixes + PNG image file support + map resizer utility available + Improvements to frame-locking * debian/control: + add libpng12-dev and zlib1g-dev to build-depends + upgraded build-dependencies for liballegro-dev to version 2:4.1.5-1 (alogg and ire should depend on the same version of allegro) + ire-the-flat is now only suggested + remove the conflicts dependency + standards version upgraded to 3.6.1.0 -- no changes * Warning fixes (loadfile.c, linklist.cpp, library.cpp, bgui2/src/billfs.c, bgui2/src/bprocs.c, darken.c, media.c, oscli.c, object.cpp, pe/pe_lang.cpp, pe/pe_sys.cpp, pe/pe_vm.cpp, resize.ccp, mainloop.cpp, gui/objects.cpp) Thanks to J.P. Morris for his help on some warnings. * tdgui.h : chain to bgui2/src/tdgui.h * mainloop.cpp : due to the change of API between allegro 4.1.5 and 4.0.3, the function set_close_button_callback is used to check if user clicks the close button on program's window. * debian/ire.sgml: should respect the sgml syntax * game.ini: add -vx option to videomode to start Ire in windowed mode like suggested by Christopher M. Hagar for Liquidwar * The tools crypter, chknpc and resize_map are included in the package ire-ed. * rename crypter in ire-crypter, chknpc in ire-chknpc and resize_map in ire-resize * update the ire-ed manpage do document the new tools. * create a symlink from ire-crypter.1, ire-chknpc.1 and ire-resize.1 to ire-ed.1 * use the tool allegro-makedoc to build html documentation * fix issues with gcc-4.0 on AMD64 (partial and not tested) Thanks for your patch, Andreas! (bgui2/src/binterna.h, src/console.h, src/library.cpp, src/library.hpp, src/loadsave.cpp) * revert changes done on configuration file management in ire.cpp (look for game.ini in /etc/ire directory or in /home directory like for Ire 0.81) -- Alexandre Pineau Mon, 16 Aug 2004 21:52:19 +0200 ire (0.90.0-2) unstable; urgency=low * description of editor updated -- Alexandre Pineau Tue, 16 Sep 2003 19:32:32 +0200 ire (0.90.0-1) unstable; urgency=low * New upstream release + final 0.90 version + fix minor issues when reloading a saved game * minor issue in the editor man page corrected * add a warning in the long description for editor * correct the location of HTML documentation for editor -- Alexandre Pineau Mon, 8 Sep 2003 18:56:44 +0200 ire (0.90pre2-1) unstable; urgency=low * New upstream release + Warning fixes and bugfixes + Game and editor are now frame-locked + Pathfinder improved + Editor now uses a pick-list for editing statistics. + Dropped support for .rar files, data is always loaded direct now. + Simplified the way config files are handled. * Standards-Version bumped to 3.6.0 -- no changes. * Description updated, closes: #202420 * Packaged the editor. -- Alexandre Pineau Thu, 21 Aug 2003 18:15:18 +0200 ire (0.81-8) unstable; urgency=low * replace asm("int $3") by raise(SIGTRAP) in pe_sys.cpp and in ithelib.h,closes: #193055 -- Alexandre Pineau Mon, 26 May 2003 18:13:56 +0200 ire (0.81-7) unstable; urgency=low * remove the rules %.o: %.cc and %.o: %.S from Makefile.lin * change the makefile for not using nasm * remove libc6-dev and nasm from Build-Depends * remove useless version number from Build-Depends -- Alexandre Pineau Wed, 2 Apr 2003 20:00:27 +0200 ire (0.81-6) unstable; urgency=low * a more complete long description. * delete the man page generated by docbook-to-man in the clean rules. * standards version upgraded to 3.5.9 -- Alexandre Pineau Thu, 27 Mar 2003 18:31:16 +0100 ire (0.81-5) unstable; urgency=low * built with libvorbis0a -- Alexandre Pineau Wed, 26 Mar 2003 21:30:06 +0100 ire (0.81-4) unstable; urgency=low * Warning fixes * correct a SGML syntax error in ire.sgml * add -lX11 -lXext to LIBS in Makefile (to solve a link issue on some systems). * remove clean rule from makefile.bgui2 -- Alexandre Pineau Mon, 3 Mar 2003 20:14:05 +0100 ire (0.81-3) unstable; urgency=low * changes in the build options -- Alexandre Pineau Sat, 1 Mar 2003 21:44:43 +0100 ire (0.81-2) unstable; urgency=low * purge rule corrected * add a conffile dedicated to datafile * add an "open file" function for developpement * menu entry for Ire deleted * bugfixe in conffile management * built with gcc 3.2.2 * manual page updated * the location of the BSD license has been corrected * delete version number from recommended packages * add a conflicts dependency * correct the name of a recommanded package (ire-rotj) -- Alexandre Pineau Sat, 15 Feb 2003 09:33:19 +0100 ire (0.81-1) unstable; urgency=low * New upstream release : + Allogg support under Linux (Free-speech music playback) + FHS support under Linux + Savegame support improved + Lots of bugfixes * standards version upgraded to 3.5.8 * Ire now depends on libalogg * add a new recomanded package : the reign of the just * the purge rule in postrm to remove ~/.ire and ~/.iresaves in user space has been deleted * man page updated -- Alexandre Pineau Sun, 5 Jan 2003 09:58:23 +0100 ire (0.8-3) unstable; urgency=low * upgraded build-dependencies for liballegro-dev to version 2:4.0.2 * added a a purge rule in postrm to remove ~/.ire and ~/.iresaves in user space * removed /etc/ire when purging * add the configuration file game.ini to conffiles -- Alexandre Pineau Sun, 24 Nov 2002 13:38:11 +0100 ire (0.8-2) unstable; urgency=low * corrected a mistake in the Bgui license * added nasm to build-depends -- Alexandre Pineau Thu, 21 Nov 2002 22:19:42 +0100 ire (0.8-1) unstable; urgency=low * Initial Release. * This is my first Debian package. * added an install rule to the makefile * completed the clean rule of the makefile * added a rule to the makefile to compile the ithelib library * added a rule to the makefile to compile the BGUI2 library * removed of the march option for gcc * used the allegro library instead of the FMOD library for sound * changed paths for configuration file and data files * configuration file and log files are now stored in .ire in the user's home * Released a new version of the BGui library (v2.0.3) : changed license to a gift-ware license. -- alexandre Mon, 21 Oct 2002 19:59:10 +0200