cthugha (1.4-5) unstable; urgency=medium * QA upload. * Package is orphaned (#378946); set maintainer to Debian QA Group. * Acknowledge NMU. Closes: #349382. * src/Interface.cc (interfaceMain): Remove extra qualification. Thanks to Andreas Jochens for the patch. Closes: #360359. * Tidy up build dependencies: - Add libxi-dev. - Remove mesag-dev as an alternative to libgl1-mesa-dev. - Remove svgalib-dummyg1 as an alternative to libsvga1-dev. - Prefer libgl1-mesa-dev to xlibmesa-gl-dev. - Prefer libglu1-mesa-dev to xlibmesa-glu-dev. - Prefer libxaw7-dev to libxaw6-dev. * Switch to debhelper 4. * debian/rules: Remove svgalib-dummyg1 hack. * debian/changelog: Remove obsolete Emacs local variables. * Conforms to Standards version 3.7.2. -- Matej Vela Fri, 11 Aug 2006 11:14:12 +0200 cthugha (1.4-4.1) unstable; urgency=low * Non-maintainer upload. * Don't use parenthesises around the type when using new[]; fixes FTBFS on gcc-3.4/gcc-4.0, patch from Andreas Jochens. (Closes: #294028) * Unset GL_GLEXT_LEGACY and set GL_GLEXT_PROTOTYPES instead, and include . (Closes: #349225) * Replace build-dependency on xlibs-dev with an explicit build-dependency on each required package. (Closes: #347144) * Make the build-dependency on svgalib valid for amd64 as well. (Closes: #255725) * Make sure xlibmesa-gl-dev and xlibmesa-glu-dev are _first_ in their alternatives chain, not last; sbuild needs a non-virtual alternative as the first one. -- Steinar H. Gunderson Sun, 22 Jan 2006 18:20:11 +0100 cthugha (1.4-4) unstable; urgency=low * Debian/rules: Use build-stamp again. Unbashify clean target. Touch aclocal, configure but use echo >stamp-h.in (closes: #229455). While hacking svgalib-dummy recognize libsvga1 too. * Debian/control: Add libsvga1-dev to build-depends. * Patches: Configure.in: change -m386 to -march=i486 for all i386. Autoconf2.13. Update config.{sub,guess} from autotools-dev_20040105.1. -- Martin Albert Tue, 17 Feb 2004 14:15:16 +0100 cthugha (1.4-3) unstable; urgency=low * Maintenance and sarge / gcc / OpenGL compatibility release: * Update Standards-Version: 3.6.1. Debian/rules: Build with -g; -O0 if DEB_BUILD_OPTIONS has noopt. Remove obsolete dh_suidregister and source and diff targets. * Build-Depends: remove xlib6g, libxaw; change to libglut3, libgl, libglu. * Compile with gcc 3.3 against xlibs and libxaw6 (closes: #211561, #193745). * Debian/control: Add Recommends: sox, Suggests: xmp. Make long description use less lines. * Update WWW URL in README.Debian and debian.texinfo. Update OpenGL info: 'Xlibmesa makes glcthugha look boring - use mesa or vendor drivers.' * TODO.Debian: Remove docbase(done), add manpage, doc and source rewrites. * Patches: Update config.{sub,guess} from autotools-dev_20031007.1. configure: change -m386 to -march=i486. Touch stamp-h.in. flames.cc:32 add 'static'. CDPlayer.cc:478,749; Interface.cc:110,112,119,121,128,130; keymap.cc:363,366,369: cast v as int(). cmd_randswirls: Make 'int' main 'return 0' and use 'size,u,m,n,b,xf,yf'. SoundDeviceFile.cc: Use NEW! sox support as mp3 default. Update manpage to mention glcthugha, remove obsolete cthugha-saver. -- Martin Albert Tue, 23 Oct 2003 23:38:41 +0100 cthugha (1.4-2) unstable; urgency=low * Workarounds: cthugha.ini shipped with no-load-on-demand, no-load-late. DisplayDeviceGL.cc: don't exit when EXT_paletted_texture not available. * Patch src/DisplayDeviceX11:prePrint to call base class if text_on_term. * Patch src/GL_display.cc to build with xlibmesa-dev. Move xlibmesa-dev from Build-Conflicts to alternative Build-Depends. * Install a doc-base entry to section 'Sound'. Add 'makeinfo --html' to debian/rules build. Add doc/cthugha.html to debian/docs. Patch doc/mixed.texi to include debian/debian.texi as Tips node. * Patch doc/Makefile.am to not produce any ps and so no dvi. Remove doc/cthugha.{info,ps,ht-ml} with clean target. * Regenerate with aclocal, autoheader, automake -ac and autoconf. * Add Build-Depends: svgalib-dummyg1, libxaw[67]-dev (closes: #111639). * rules: Improve GNU type detection and handling of DEB_BUILD_OPTIONS. Fix all shell code to be ruled by set -e. No longer use dh_suidregister. Use debian/docs and debian/doc-base, remove inlines from rules. * Rewrite README.debian to include Tips and updates on OpenGL problems with XFree86-4 and NVidia GLX implementations. Update TODO.debian. * Update the long description to include the supported displays. * Maintainer address in changelog and control changed to d.o. -- Martin Albert Sat, 15 Sep 2001 02:11:04 +0200 cthugha (1.4-1) unstable; urgency=low * New maintainer (closes: #68102). * New upstream release. * debian/control: debhelper added to Build-Depends. * debian/rules: menus only for programs that were actually built. Support DEB_BUILD_OPTIONS and DEB_HOST_ variables. Added maintainer README and TODO. Builds with --disable-svga actually finish. * configure.in: g++ options removed that are no longer supported. * Patches to recognize socklen_t in configure and source. * Patches to upstream to fix broken keyboard and compile cleanly. Conffile loads from /etc and is changed to work around sound bug. * Upload sponsored by Cord Beermann . -- Martin Albert Tue, 23 Jan 2001 21:22:23 +0100 cthugha (1.3-5) unstable; urgency=low * Recompiled on a recent woody. (closes: #55375) * Standards-Version: 3.1.1 * Upload sponsored by Tony Mancill . -- Adrian Bunk Thu, 14 Sep 2000 00:28:12 +0200 cthugha (1.3-4) unstable; urgency=low * Debian QA upload. * Rebuild with current potato (closes: #53365). * Moved to FHS compliance. * debian/control: Added build dependencies. * configure: Regenerated from configure.in with current autoconf to work around a bug in the old configure script which thinks gcc can not do "const"... * Various one-line patches to the sources to get it compile with the current gcc. * configure.in: Removed check for inline since that breaks compilation with g++ and inline is not used in C-only sources. -- Torsten Landschoff Mon, 10 Jan 2000 00:53:52 +0100 cthugha (1.3-3) unstable; urgency=low * Orphaned the package, I'm not maintining non-free things anymore. -- Joey Hess Thu, 18 Mar 1999 14:51:29 -0800 cthugha (1.3-2) unstable; urgency=low * Rebuilt with newer debhelper to fix suidmanager registration (#34067) -- Joey Hess Thu, 4 Mar 1999 10:21:09 -0800 cthugha (1.3-1) unstable; urgency=low * New upstream release with pristine source at long last. * Disabled broken pentium detection in configure.in -- Joey Hess Wed, 18 Nov 1998 15:34:51 -0800 cthugha (1.1a-7) unstable; urgency=low * Rebuilt with newest debhelper to change how suid binaries are registered. -- Joey Hess Tue, 27 Oct 1998 21:32:07 -0800 cthugha (1.1a-6) unstable; urgency=low * Removed icon=none from menu file. -- Joey Hess Wed, 5 Aug 1998 14:28:28 -0700 cthugha (1.1a-5) unstable; urgency=low * Modified src/svga/display.c to check return codes, so it doesn't crash under svgalib-dummy. * Built with a newer svgalib, and hacked debian/rules so it still has the | svgalib-dummyg1 dependancy. -- Joey Hess Sat, 14 Mar 1998 18:48:30 -0800 cthugha (1.1a-4) unstable; urgency=low * Moved the xcthugha man page symlink into X11R6/man. -- Joey Hess Tue, 24 Feb 1998 00:03:48 -0800 cthugha (1.1a-3) unstable; urgency=low * Updated standards-version. * Removed tabinfo and tabheader from the package. I don't think anyone will ever need to use them. -- Joey Hess Mon, 9 Feb 1998 23:37:24 -0800 cthugha (1.1a-2) unstable; urgency=low * Use debhelper. * Removed amp, nspmod man pages. #15583 * Added info on amp, nspmod copyrights to the copyright file. -- Joey Hess Tue, 2 Dec 1997 18:37:07 -0500 cthugha (1.1a-1) unstable; urgency=low * New upstream release -- Joey Hess Mon, 8 Sep 1997 22:16:56 -0400 cthugha (0.9-1) unstable; urgency=low * New upstream release. - No longer uses libsx. - Source package is now much cleaner. * Updated menus to menu-1 format. -- Joey Hess Sun, 4 May 1997 14:25:38 -0400 cthugha (0.8-4) unstable; urgency=low * Fixed broken man page symlinks * Routine update of debian/rules: Clean up junk files in subdirs. -- Joey Hess Sun, 16 Mar 1997 17:25:33 -0500 cthugha (0.8-3) unstable; urgency=low * Reduced size of tab files, should make package smaller, and load time shorter. -- Joey Hess Sat, 4 Jan 1997 21:38:24 -0500 cthugha (0.8-2) unstable; urgency=low * Fixed problem that was preventing cthugha from reading any of its special effects files. If the previous version seemed boring, give this one a try instead. -- Joey Hess Fri, 3 Jan 1997 21:30:44 -0500 cthugha (0.8-1) unstable; urgency=low * First release. -- Joey Hess Wed, 1 Jan 1997 15:31:42 -0500