Skip to content

Debian Changelog libcaca (0.99.beta14-1)

2008

libcaca (0.99.beta14-1) unstable; urgency=low

   * New upstream release.
 
   * debian/patches/100_gcc_4.3_build_fix.diff
     debian/patches/200_revert_api_breakage.diff:
     + Patches merged upstream. Dropping them.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 05 Jul 2008 16:35:57 +0000

libcaca (0.99.beta13b-5) unstable; urgency=low

   * debian/control:
     + Build-depend on libncursesw5-dev instead of libncurses5-dev so that the
       ncurses driver works properly with UTF-8.
     + Set policy to 3.8.0. No changes required.
     + Add a Homepage: header.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 18 Jun 2008 15:37:39 +0000

2007

libcaca (0.99.beta13b-4) unstable; urgency=high

   * debian/control:
     + Disable the mono-gmcs build-dependency for now. C# bindings are not
       shipped yet.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 16 Dec 2007 12:12:29 +0100

libcaca (0.99.beta13b-3) unstable; urgency=low

   * debian/rules:
     + Build with --disable-csharp due to a weird gmcs crash.
 
   * debian/control:
     + Set policy to 3.7.3.
 
   * debian/patches/100_gcc_4.3_build_fix.diff:
     + New patch. Add missing #include <cstring> to fix gcc-3.4 FTBFS
       (Closes: #456074).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 14 Dec 2007 16:01:40 +0000

libcaca (0.99.beta13b-2) unstable; urgency=low

   * debian/patches/200_revert_api_breakage.diff:
     + Revert upstream API breakage or software in Debian will FTBFS.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 01 Dec 2007 15:08:12 +0000

libcaca (0.99.beta13b-1) unstable; urgency=low

   * New upstream release.
 
   * debian/control:
     + Do not build-depend on the whole texlive suite, but on more fine-grained
       packages. Thanks to Norbert Preining for the hints (latex -recorder, then
       inspect the .fls file).
   * Ship libcaca++, libcucul++ and their development files.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 25 Nov 2007 19:08:40 +0000

libcaca (0.99.beta12.debian-3) unstable; urgency=low

   * debian/control:
     + Build-depend on texlive instead of all the other texlive-* packages so
       that we have the proper fonts at build time (Closes: #445797).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 13 Oct 2007 20:10:44 -0400

libcaca (0.99.beta12.debian-2) unstable; urgency=low

   * Use quilt in the build process.
 
   * debian/patches/010_show_latex_log_on_error.diff:
     + Output refman.log if refman.tex fails to build for whatever reason.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 07 Oct 2007 20:45:59 +0000

libcaca (0.99.beta12.debian-1) unstable; urgency=low

   * New upstream release.
     + This release fixes a bug in ANSI import that was mistakenly ignoring
       \r control characters (Closes: #438370).
 
   * debian/control:
     + Changed the tetex build-dependencies into texlive build-dependencies.
     + Replaced ${Source-Version} with ${source:Version} and ${binary:Version}.
 
   * debian/rules:
     + Don’t ignore make distclean failures.
     + Removed old toilet build rules.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 30 Sep 2007 14:28:35 +0000

libcaca (0.99.beta11.debian-3) unstable; urgency=high

   * debian/control:
     + Removed spurious Conflicts: figlet.
     + Removed mention of TOIlet in the long description.
     + Added Vcs fields.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 03 Apr 2007 00:48:13 +0200

2006

libcaca (0.99.beta11.debian-2) unstable; urgency=high

   * Remove toilet from caca-utils now that it has entered testing.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 3 Dec 2006 02:05:11 +0100

libcaca (0.99.beta11.debian-1) unstable; urgency=high

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 16 Nov 2006 17:29:27 +0100

libcaca (0.99.beta10.debian-1) unstable; urgency=high

   * New upstream release.
   * cacafire and cacademo now quit on C-c or C-z (Closes: #398085).
   * toilet, cacaserver, cacaplay and img2irc now have proper manual pages
     (Closes: #397524).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 12 Nov 2006 19:26:26 +0100

libcaca (0.99.beta9.debian2-2) unstable; urgency=high

   * debian/rules:
     + Fix an FTBFS by setting PKG_CONFIG_PATH to the current build directory.
   * debian/control:
     + Drop the build-dependency on ourselves.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 7 Nov 2006 19:46:21 +0100

libcaca (0.99.beta9.debian2-1) unstable; urgency=high

   * New tarball, includes more fonts.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 6 Nov 2006 19:06:26 +0100

libcaca (0.99.beta9.debian-1) unstable; urgency=high

   * New upstream release.
   * debian/control:
     + Build-depend on libcucul-dev in order to build TOIlet.
     + Mention TOIlet in the caca-utils description.
     + Suggest figlet so that we can use its fonts, but conflict with its older
       versions because of the alternative system.
   * debian/caca-utils.postinst debian/caca-utils.prerm:
     + Add an alternative for figlet, with a lower priority because we do not
       support all of FIGlet's options yet.
   * debian/rules:
     + Added toilet build rules.
     + Bumped shlibs versioning because of new functions in libcucul.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 6 Nov 2006 00:50:57 +0100

libcaca (0.99.beta8-3) unstable; urgency=high

   * debian/control:
     + Build-depend on pkg-config because the imlib2 test now requires it.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 23 Oct 2006 09:05:38 +0200

libcaca (0.99.beta8-2) unstable; urgency=low

   * debian/control:
     + Build-depend on freeglut3-dev instead of xlibmesa-gl-dev to fix build.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 23 Oct 2006 00:11:32 +0200

libcaca (0.99.beta8-1) unstable; urgency=high

   * New upstream release.
 
   * debian/rules:
     + Build the X11 and GL drivers as plugins so that we no longer depend
       on libx11 or libGL (Closes: #289677).
     + Bumped shlibs due to new symbols in the library.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 22 Oct 2006 23:34:48 +0200

libcaca (0.99.beta7-1) unstable; urgency=high

   * New minor upstream release.
   * Set urgency to high so as not to delay packages waiting for us.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 4 Oct 2006 14:17:14 +0200

libcaca (0.99.beta6-1) unstable; urgency=low

   * New upstream release.
   * This release's cacafire and cacademo only display the "Powered by libcaca"
     banner for a few seconds (Closes: #389628).
 
   * debian/control:
     + Have the -dev packages depend on the newest runtime version.
     + Clarify the libcucul-dev long description.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 30 Sep 2006 20:43:50 +0200

libcaca (0.99.beta5-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 23 Sep 2006 10:16:29 +0200

libcaca (0.99.beta4-1) unstable; urgency=low

   * New upstream release.
 
   * Upstream added a compatibility layer for the older API. To use it, just
     add the following three lines after the usual #include <caca.h>:
 
       #include <caca.h>
       #ifdef CACA_API_VERSION_1
       #   include <caca0.h>
       #endif
 
     (Closes: #385174).
 
   * caca-config now only outputs required libraries and does not clutter the
     build with libcaca's dependencies (Closes: #385076).
 
   * Upstream fixed manpage links (Closes: #379770).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 9 Sep 2006 20:00:40 +0200

libcaca (0.99.beta3-1) unstable; urgency=low

   * New upstream release.
   * Upload to unstable.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 25 Aug 2006 12:32:48 +0200

libcaca (0.99.beta2-2) experimental; urgency=low

   * Switched to non-native packaging.
   * debian/control:
     + Properly make the -dev packages depend on their corresponding runtime
       library.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 25 Jun 2006 19:14:01 +0200

libcaca (0.99.beta2-1) experimental; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 29 May 2006 00:04:08 +0200

libcaca (0.9-6) unstable; urgency=low

   * Maintainer upload.
   * Acknowledging previous NMU (Closes: #349790). Thanks to Don Armstrong.
   * debian/control:
     + Set policy to 3.7.2.
   * configure.ac:
     + Work around AC_PATH_X not setting ${x_libraries} to avoid build
       failures (Closes: #268651, #367854).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 19 May 2006 03:08:53 -0500

libcaca (0.9-5.1) unstable; urgency=low

   * Non-maintainer upload.
   * Hard-code cacaview_LDFLAGS = -lImlib2 instead of using the output of
     imlib2-config which is incorrect for GNU/* systems using dynamic
     linking. (Closes: #349790)
   * Add AM_MAINTAINER_MODE to configure.ac as well, to avoid build-time
     regeneration of autotools files.
   * Fix syntax errors in doc/Makefile.am that aren't accepted by current
     automake-1.7
   * Thanks to Steve Langasek for the above patches

 -- Don Armstrong <don@debian.org>  Sun, 19 Feb 2006 01:46:44 -0800

2005

libcaca (0.9-5) unstable; urgency=low

   * debian/control:
     + Build-depend on libslang2-dev instead of slang1-dev (Closes: #315234).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 23 Jun 2005 22:46:20 +0200

2004

libcaca (0.9-4) unstable; urgency=low

   * debian/control:
     + Build-depend on libxt-dev because autoconf's AC_PATH_X needs it to find
       the X headers (Closes: #266070).
     + Set policy to 3.6.1.1.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 17 Aug 2004 13:29:58 +0200

libcaca (0.9-3) unstable; urgency=low

   * doc/Makefile.am:
     + Work around doxygen's new behaviour of storing .3caca manpages in the
       man3caca directory instead of man3 (Closes: #250602).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 27 May 2004 18:08:43 -0300

libcaca (0.9-2) unstable; urgency=low

   * debian/control:
     + Depend on libx11-dev instead of xlibs-dev.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 15 Mar 2004 16:48:19 +0100

libcaca (0.9-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 2 Feb 2004 03:50:43 +0100

libcaca (0.8-2) unstable; urgency=low

   * src/caca.c src/event.c src/graphics.c:
     + Include <ncurses.h> instead of <curses.h> to fix m68k FTBFS.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 26 Jan 2004 11:47:32 +0100

libcaca (0.8-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 18 Jan 2004 05:19:23 +0100

libcaca (0.7-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 7 Jan 2004 19:16:19 +0100

libcaca (0.6-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 3 Jan 2004 23:59:08 +0100

2003

libcaca (0.5-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 25 Dec 2003 22:34:51 +0100

libcaca (0.4-1) unstable; urgency=low

   * New upstream release.
   * debian/control:
     + Build-depend on doxygen and tetex to build documentation.
     + Build-depend on xlibs-dev and slang1-dev to provide alternate drivers.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 23 Dec 2003 18:01:41 +0100

libcaca (0.3-2) unstable; urgency=low

   * debian/rules:
     + Moved cacafire to the caca-utils package.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 18 Dec 2003 10:32:19 +0100

libcaca (0.3-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 18 Dec 2003 01:38:17 +0100

libcaca (0.2-2) unstable; urgency=low

   * First Debian upload (Closes: #222753).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 4 Dec 2003 17:57:46 +0100

libcaca (0.2-1) unstable; urgency=low

   * New upstream release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 30 Nov 2003 17:38:23 +0100

libcaca (0.1-1) unstable; urgency=low

   * Initial release.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 22 Nov 2003 14:00:18 +0100