Skip to content

Debian Changelog sapphire (0.15.8-9)

2009

sapphire (0.15.8-9) unstable; urgency=low

   * Acknowledge NMU; thanks Moritz.
   * Depend on xfonts-100dpi|xfonts-75dpi (the default font is lucida).
     (closes: #510264)
   * Fix debian/watch. (closes: #450076, #529138)
   * Don't strip in Makefile, leave it to conditional dh_strip.
     (closes: #437953)
   * Don't use absolute path for update-alternatives. (closes: #510938)
   * Bump Standards-Version to 3.8.1.0.
   * Fix menu section.
   * Add Homepage field.
   * Bump debhelper version to 7.
   * Catch errors from make clean.
   * Use dh_prep, not dh_clean -k.

 -- Chris Boyle <cmb@debian.org>  Mon, 25 May 2009 05:05:43 +0100

2008

sapphire (0.15.8-8.1) unstable; urgency=low

   * Non-maintainer upload.
   * Add missing buid-deps on x11proto-xext-dev and libxext-dev, fixes
     FTBFS (Closes: #487003)

 -- Moritz Muehlenhoff <jmm@debian.org>  Fri, 27 Jun 2008 23:12:18 +0200

2006

sapphire (0.15.8-8) unstable; urgency=low

   * Add outputencoding to menu-method, thanks Bill Alombert.
     (closes: #393082)
   * Fix interpreter in menu-method.
   * Bump Standards-Version to 3.7.2.2.

 -- Chris Boyle <cmb@debian.org>  Sat, 28 Oct 2006 14:12:45 +0100

sapphire (0.15.8-7) unstable; urgency=low

   * Update Build-Depends for Xorg. (closes: #347057)

 -- Chris Boyle <cmb@debian.org>  Fri, 13 Jan 2006 00:48:53 +0000

2005

sapphire (0.15.8-6) unstable; urgency=low

   * Add .desktop file. (closes: #330061)
   * Bump Standards-Version to 3.6.2.
   * Update GPL declaration in debian/copyright.

 -- Chris Boyle <cmb@debian.org>  Sun, 16 Oct 2005 16:34:36 +0100

2004

sapphire (0.15.8-5) unstable; urgency=low

   * Fix description tyops, thanks Jens Nachtigall
     <nachtigall@web.de>. (closes: #272212)

 -- Chris Boyle <cmb@debian.org>  Sat, 27 Nov 2004 22:34:05 +0000

sapphire (0.15.8-4) unstable; urgency=low

   * Bumped standards-version to 3.6.1.0.
   * Fixed debian/watch file (sourceforge ftp layout).

 -- Chris Boyle <cmb@debian.org>  Sun, 28 Mar 2004 19:18:05 +0100

2003

sapphire (0.15.8-3) unstable; urgency=low

   * Finished upstream's incomplete support for switching window
     managers, added a new "wmexec" menu item type, changed menu-method
     to use it instead of my half-assed kludge using "skill sapphire".
     (closes: #182430)
   * Corrected version string in windowmanager.cc:30.

 -- Chris Boyle <cmb@debian.org>  Wed, 20 Aug 2003 13:45:35 +0100

sapphire (0.15.8-2) unstable; urgency=low

   * Changed maintainer address, now here I really haven't been paying
     attention. (note: hmm, no new upstream release in all this time, I
     guess he's working on aewm++ instead)
   * Added support for DEB_BUILD_OPTIONS.
   * Bumped standards version to 3.6.0.
   * Building using pbuilder.

 -- Chris Boyle <cmb@debian.org>  Fri, 25 Jul 2003 13:57:49 +0100

2002

sapphire (0.15.8-1) unstable; urgency=medium

   * New upstream release.
     - Incorporates all source changes I've made so far (the bugfixes
       from previous versions).
   * Fixed build failure on g++ 2.96 (#include <stdlib.h> was missing in
     linkedlist.cc), hence the urgency. (closes: #128371)
   * Added support for switching to a different wm and bumped alternatives
     priority to 50 accordingly.
   * Added support for "text" menu items (calling x-terminal-emulator).
   * Cleaned up some "dh_make'isms" (comments from the example debian
     files that were still lying around).

 -- Chris Boyle <cmb@bluelinux.co.uk>  Wed, 9 Jan 2002 19:38:10 +0000

2001

sapphire (0.15.7-2) unstable; urgency=low

   * Fixed build failure with g++ 3.0 by changing use of "or" as a variable
     name in image.cc (patch from LaMont Jones <lamont@smallone.fc.hp.com>).
     (closes: #126830)
   * Other changes for g++ 3.0 from the same patch ("using namespace std;"
     and use of "friend class" instead of "friend" a few times).
   * Added the manpage to the alternatives system as a slave link.
   * Fixed "postrm: unknown argument" problems. That message will appear
     (harmlessly) on upgrading from the previous version, but hopefully
     for the last time.

 -- Chris Boyle <cmb@bluelinux.co.uk>  Mon, 31 Dec 2001 10:34:46 +0100

sapphire (0.15.7-1) unstable; urgency=low

   * Initial Release. (closes: #82572)
   * Added install(1) commands in Makefile instead of data.inst script, to
     allow use of DESTDIR.
   * Changed CONFIGURATION_PATH to /usr/share/sapphire
   * Moved the menus to /etc/X11/sapphire/menu but symlinked it so it doesn't
     bother the program.
   * Fixed some segfaults that would happen if we couldn't open the menu file,
     or a theme.
   * Made sure the default theme is always loaded if another one isn't, to fix
     another segfault where bits of the Theme object were uninitialized.
   * Fixed a segfault in RootMenu::parseMenuConfigurationFile() (rootmenu.cc,
     line 39) that for some reason was only manifesting when I changed the
     CONFIGURATION_PATH (fault was that the configuration_home variable was too
     small by 1).
   * Added a menu-method to get the Debian menu.
   * Added apostrophe as an allowed character in commands in the menu file.
   * Added backslash support to menulex.cc, and used it in the menu method to
     allow brackets in program titles.
   * Fixed a bug which would rearrange the menu if the tree depth was too
     great (by keeping track of position with a local variable in
     MenuLex::submenu, not 4 global variables).

 -- Chris Boyle <cmb@bluelinux.co.uk>  Mon, 17 Dec 2001 09:48:50 +0000