celestia (1.4.1-0ubuntu2) feisty; urgency=low * Added po/sv.po and make the reflecting changes to LINGUAS Thanks Daniel Nylander. -- Christian Bjälevik Sat, 20 Jan 2007 21:36:58 +0100 celestia (1.4.1-0ubuntu1) feisty; urgency=low * New upstream release. * debian/*: - Update to current policys. * Applied patch inline from RedHat to fix FTBFS. -- Christian Bjälevik Sat, 20 Jan 2007 21:28:29 +0100 celestia (1.3.2-4ubuntu1) feisty; urgency=low * Merge from Debian unstable. Remaining changes: - Use dh_iconcache. - Add celestia-glut .desktop. -- William Alexander Grant Thu, 9 Nov 2006 21:55:31 +1100 celestia (1.3.2-4) unstable; urgency=low * QA upload. * Package is orphaned (#374534); set maintainer to Debian QA Group. * debian/changelog: Remove obsolete Emacs local variables. * debian/control: Add missing commas. * debian/watch: Add. -- Matej Vela Mon, 30 Oct 2006 12:04:52 +0100 celestia (1.3.2-3.3ubuntu1) edgy; urgency=low * Merge from Debian unstable. Remaining changes: - Use dh_iconcache. - Add celestia-glut .desktop. -- William Alexander Grant Wed, 13 Sep 2006 18:34:38 +1000 celestia (1.3.2-3.3) unstable; urgency=low * NMU. * Drop build dependency on g++-3.4. Closes: #385828. -- Matthias Klose Sun, 3 Sep 2006 15:33:44 +0000 celestia (1.3.2-3.2ubuntu1) edgy; urgency=low * Merge from debian unstable. -- Daniel T Chen Thu, 29 Jun 2006 12:35:52 +0100 celestia (1.3.2-3.2) unstable; urgency=low * Non-maintainer upload. * updated libtool/ltmain to prevent libfreetype6 from being liked, as suggested by Steve Langasek (Closes: #349961) * removed extra qualification from src/celengine/command.h:94 to fix FTBFS with g++-4.1 (Closes: #356881) -- Filippo Giunchedi Sat, 22 Apr 2006 14:23:53 +0200 celestia (1.3.2-3.1ubuntu3) dapper; urgency=low * debian/rules: Install celestia-glut.desktop correctly (Closes: Malone #39585). -- Daniel T Chen Fri, 14 Apr 2006 20:13:45 -0400 celestia (1.3.2-3.1ubuntu2) dapper; urgency=low * Add celestia-glut desktop file from Phil Bull (Closes Malone: #36366) -- Barry deFreese Thu, 13 Apr 2006 09:29:05 -0400 celestia (1.3.2-3.1ubuntu1) dapper; urgency=low * debian/rules: + Use dh_iconcache . -- Zak B. Elep Mon, 10 Apr 2006 09:50:19 -0400 celestia (1.3.2-3.1build1) dapper; urgency=low * Rebuild KDE universe for libstdc++ transition -- Jonathan Riddell Sat, 17 Dec 2005 16:24:44 +0000 celestia (1.3.2-3.1) unstable; urgency=low * Non-maintainer upload. * work around gcc-4.0 FTBFS on some architectures -- LaMont Jones Fri, 14 Oct 2005 19:28:24 +0000 celestia (1.3.2-3) unstable; urgency=low * New upload to fix libqt3-mt and kdelib4 deps (closes: #326567) * Dependency fix: libgnomeuimm2.0-dev -> libgnomeuimm2.6-dev (closes: #326716, #325208) * fixes some pointer casting issues for 64-bit builds (patch from BTS, see bug#326716) -- Mathias Weyland Mon, 12 Sep 2005 12:56:16 +0200 celestia (1.3.2-2) unstable; urgency=low * Workaround for compilation on sparc (added --enable-libsuffix=) (closes: #303860) * Fixed celestia.desktop for the gnome menu (closes: #311311) * Changed gulg3-dev dependency to freeglut3-dev -- Mathias Weyland Mon, 6 Jun 2005 03:19:06 +0200 celestia (1.3.2-1) unstable; urgency=low * New upstream release - new features (closes: #228417) - gtk-2.0 support (closes: #268845) - translations (closes: #137082) - extrasolar.ssc has been modified (closes: #135574) * New Maintainer (closes: #298997) * Package now depends on the lua for the scripting engine debian/rules: adapted configure parameters to enable lua * Fixed broken lua includes in src/celestia/celx.(cpp|h) * Applied patch to compile with gcc-3.4 (closes: #270008) * Added versioned dependencies on celestia-common (closes: #253970) * More docs are included * Fixed selection of frontend in debian/rules * Added missing build dependencies for libgnomeuimm2.0-dev and libgtkglext1-dev * Corrected package descriptions (closes: #210319) * Removed the 'kderemove' tag from the menu (not needed anymore) * changed Section from kde to science -- Mathias Weyland Sat, 7 May 2005 18:54:18 +0200 celestia (1.3.0-2) unstable; urgency=low * QA Group upload orphaning this package * debian/control: remove override disparities for source package and celestia-gnome * debian/celestia.menu: quoted the unquoted * debian/changelog: convert to UTF-8 encoding * debian/celestia-gnome.menu: quoted the unquoted * debian/celestia-glut.menu: quoted the unquoted -- Andrew Pollock Thu, 7 Apr 2005 20:33:41 +1000 celestia (1.3.0-1) unstable; urgency=low * New Maintainer (closes: #170824) * New upstream release (closes: #193156) * Changed menu category to Apps/Science (closes: #180085) * Package reorganization: - celestia is now the KDE frontend - Gnome frontend is celestia-gnome -- Mika Fischer Thu, 24 Aug 2003 08:10:19 +0200 celestia (1.2.4-4) unstable; urgency=low * debian/control: s/libpng2-dev/libpng3-dev/, add version info to libgtk2.0-dev dependency. -- Marcelo E. Magallon Fri, 16 Aug 2002 11:18:14 +0200 celestia (1.2.4-3) unstable; urgency=low * src/celengine/glext.h: Since I couldn't find anything in the ld documentation that could help here, the horrible hacky way it goes. #define glFooEXT cel_glFooEXT to prevent the linker from trying to use the symbols of the same name found in the system's libGL if they exist. C++ namespaces should have worked, they didn't. (closes: bug#149623) * src/celmath/vecmath.h: add checks for division by zero on alpha. * several files: fix errors and warnings with g++ 3.1. It compiles here, if find something else I need a patch. (closes: bug#148573) * src/celengine/vertexprog.cpp: fix stupid omission in previous patch. (closes: bug#148303, bug#146265) * Regarding 146265, the 3ds file for MGS is not included in the upstream tarball. The vertex program issue is fixed and the model will be included with the next release. -- Marcelo E. Magallon Sun, 30 Jun 2002 12:38:07 +0200 celestia (1.2.4-2) unstable; urgency=low * debian/control: Add missing build-depends (libgnomeui-dev, gnome-common) (closes: bug#148401) -- Marcelo E. Magallon Thu, 30 May 2002 13:04:58 +0200 celestia (1.2.4-1) unstable; urgency=low * New upstream version * The "It took 3 months :-P" release... no real bug, though. This release splits the package into celestia, celestia-common and celestia-glut. The glut package contains only the GLUT interface. This should please the folks not wanting to install all those GNOME libraries. * configure.in: sync a lot of superfluous differences * **/Makefile.in: use upstream version * debian/control: Build-Depend on libpng-dev, libgnome2-dev, libgtk2.0-dev, libgtkgl2.0-dev * configure.in, src/celestia/gtkmain.cpp: make it work with GNOME 2 * All the changes sent to Chris. Hopefully we can get in sync again. -- Marcelo E. Magallon Sat, 18 May 2002 18:12:14 +0200 celestia (1.2.2-5) unstable; urgency=low * configure: C uses == for comparison. -- Marcelo E. Magallon Tue, 2 Apr 2002 21:54:16 +0200 celestia (1.2.2-4) unstable; urgency=low * src/celestia/celestiacore.cpp: you can't copy a const_iterator to an iterator. (closes: bug#139036) -- Marcelo E. Magallon Tue, 19 Mar 2002 22:42:09 +0100 celestia (1.2.2-3) unstable; urgency=low * Wow. Three in one day :-) * src/celutil/basictypes.h: define int8 as 'signed char', thanks Michel. Really really closes: bug#137769 -- Marcelo E. Magallon Mon, 18 Mar 2002 15:07:14 +0100 celestia (1.2.2-2) unstable; urgency=low * src/celtxf/texturefont.h: s/short/signed short/, Michel, could you please text that this is indeed the proper fix? Thanks. (closes: bug#137769) -- Marcelo E. Magallon Mon, 18 Mar 2002 09:10:13 +0100 celestia (1.2.2-1) unstable; urgency=low * New upstream version * Remove debian/*.ex crap * License.txt, readme.txt: upstream renamed this and got included in the .diff accidentaly. * celestia.log: how did this get included in CVS? * debian/rules: install new texture sets * Thanks to Jack Howarth -- Marcelo E. Magallon Mon, 18 Mar 2002 07:28:43 +0100 celestia (1.2.0-7) unstable; urgency=low * src/celestia/gtkmain.cpp: fix location of controls.txt and the license. Thanks Kevin B. McCarty (closes: bug#138664) -- Marcelo E. Magallon Sun, 17 Mar 2002 08:00:15 +0100 celestia (1.2.0-6) unstable; urgency=low * A celestia a day does you good... * src/celengine/starbrowser.cpp: change declaration of listStars to use a size_t parameter. Thanks to Petter Reinholdtsen for pointing out the problem. (closes: bug#135629) * src/celengine/stardb.cpp, src/cel3ds/3dsread.cpp: move things arround in the include statements in order to use the correct I'm-big,-nope,-I'm-litte-endian functions. Thanks to Michel Dänzer (closes: bug#135437) -- Marcelo E. Magallon Tue, 26 Feb 2002 07:36:53 +0100 celestia (1.2.0-5) unstable; urgency=low * Misc. fixes to get it to compile with gcc 3.0 -- Marcelo E. Magallon Sun, 24 Feb 2002 07:19:30 +0100 celestia (1.2.0-4) unstable; urgency=low * src/celengine/starbrowser.cpp: add 'using namespace std' at the top. Thanks to Helge Kreutzmann for pointing this out. * debian/rules: use DEB_BUILD_OPTIONS -- Marcelo E. Magallon Sat, 23 Feb 2002 09:48:58 +0100 celestia (1.2.0-3) unstable; urgency=low * src/celengine/texture.cpp: fix wrong fix for endianness problems. Thanks to Petter Reinholdtsen. Please TEST this and confirm that it works so I can forward a tested patch upstream (closes: bug#134856) -- Marcelo E. Magallon Fri, 22 Feb 2002 21:19:34 +0100 celestia (1.2.0-2) unstable; urgency=low * debian/menu: move to Apps/Math, it's ridiculous but menu policy is a bit short-sighted. * debian/docs: remove a couple of superfluous documents -- Marcelo E. Magallon Tue, 19 Feb 2002 08:40:34 +0100 celestia (1.2.0-1) unstable; urgency=low * The "how long before someone submits the 'GNOME! evil!' bug" release * New upstream release, finally. * Modified sources to use configurable texture, font and shader directories. * debian/control: add libgnome-dev * debian/rules: --with-gnome -- Marcelo E. Magallon Mon, 18 Feb 2002 22:33:29 +0100 celestia (1.1.0-3) unstable; urgency=low * debian/rules, debian/control: use config.guess and config.sub from autotools-dev (closes: bug#132916) -- Marcelo E. Magallon Mon, 18 Feb 2002 20:08:18 +0100 celestia (1.1.0-2) unstable; urgency=low * debian/control: Build-Depend on libgl-dev not libgl1-dev. (closes: bug#112863) * src/octree.h: fix to get it compiling with gcc 3. Thanks James. (closes: bug#120525) * debian/control: fix typo. Thanks Luis Alberto García (closes: bug#119916, bug#124491) * Previous upload fixed endianness problems. Thanks Colin (closes: bug#113009) * debian/rules: install PNG files, too. (closes: bug#127373) -- Marcelo E. Magallon Sat, 8 Dec 2001 18:51:39 +0100 celestia (1.1.0-1) unstable; urgency=low * New upstream version. * debian/celestia.1: updated. -- Marcelo E. Magallon Mon, 4 Jun 2001 18:02:00 +0200 celestia (1.0.10-3) unstable; urgency=low * debian/control: add libpng2-dev to build-depends (closes: bug#98620) -- Marcelo E. Magallon Thu, 24 May 2001 23:07:22 +0200 celestia (1.0.10-2) unstable; urgency=low * debian/celestia.1: Real manpage! * Hmmm... it seems the previous upload was corrupted. -- Marcelo E. Magallon Thu, 24 May 2001 00:16:22 +0200 celestia (1.0.10-1) unstable; urgency=low * New upstream version. -- Marcelo E. Magallon Sat, 19 May 2001 20:54:05 +0200 celestia (1.08-1) unstable; urgency=low * Initial packaging -- Marcelo E. Magallon Mon, 7 May 2001 22:10:07 +0200 Local variables: mode: debian-changelog End: