fspanel (0.7-13) unstable; urgency=low

  * debian/control
    - (Build-Depends): Rm dpkg-dev; not needed with debhelper 9.
    - (Standards-Version): Update to 3.9.3.1.
  * debian/copyright
    - Update to format 1.0.
  * debian/rules
    - (override_dh_installman): Delete target; not needed.
    - (override_dh-auto_build): New.
    - Enable all hardening flags.
    - Use DEB_*_MAINT_* variables (Closes: #665270). Patch thanks to
      Simon Ruderich <simon@ruderich.org>.

 -- Jari Aalto <jari.aalto@cante.net>  Fri, 23 Mar 2012 06:21:19 -0400

fspanel (0.7-12) unstable; urgency=low

  * debian/patches:
    - (40): New. Fix failure to switch desktops and hidden by other windows
      (Closes: #660333). Massive patch that also corrects other things
      thanks to Ulrich Eckhardt <doomster@knuut.de>.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 19 Feb 2012 11:05:49 -0500

fspanel (0.7-11) unstable; urgency=low

  * debian/compat
    - Update to 9
  * debian/control
    - (Build-Depends): update to debhelper 9, dpkg-dev 1.16.1.
  * debian/copyright
    - (Format): Update URL.
  * debian/rules
    - Use hardened CFLAGS.
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 11 Feb 2012 17:50:27 -0500

fspanel (0.7-10) unstable; urgency=low

  * debian/copyright
    - Update to DEP 5 layout.
  * debian/compat
    - Update to 8.
  * debian/control
    (Build-Depends): debhelper 8.
    (Standards-Version): Update to 3.9.2.
  * debian/install
    - New file.
  * debian/manpages
    - Renamed from fspanel.manpages.
  * debian/menu
    - (section): Update from Apps/Tools to Applications/System/Administration.
  * debian/rules
    - Rewrite to use dh(1) layout.
  * debian/patches
    - (30): Update makefile to place libs in the proper place.
      (Closes: #641494). Update thanks to Ubuntu Daniel T Chen
      <seven.steps@gmail.com> (FTBFS; LP: #770750).

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 14 Sep 2011 09:39:24 +0300

fspanel (0.7-9) unstable; urgency=low

  * Move to format: 3.0 (quilt).
  * debian/clean
    - Move content from debian/rules for dh(1).
  * debian/control
    - (Depends): Remove dpatch.
    - (Standards-Version): update to 3.8.4.
  * debian/copyright
    - Add archive.org URL
  * debian/debian-vars.mk
    - Update.
  * debian/fspanel.{install,manpages}
    - Move content from debian/rules for dh(1).
  * debian/fspanel.1.pod
    - Add copyright.
  * debian/patches
    - Convert to quilt.
  * debian/README.source"
    - Delete, obsoleted by format 3.0.
  * debian/rules
    - Remove dpatch.
    - Remove rules obsoleted by dh(1).
  * debian/source/format
    - New file.
  * upstream
    - New file.

 -- Jari Aalto <jari.aalto@cante.net>  Sun, 14 Feb 2010 02:17:47 +0200

fspanel (0.7-8) unstable; urgency=low

  * GENERAL INFORMATION
    - Package was moved fully to dpatch.
  * debian/control:
    - (Build-Depends): Add dpatch. Change obsolete x-dev to
      x11proto-core-dev (Closes: #515523). Update debhelper to 7.
    - (Description): Correct GNOME spelling.
    - (Standards-Version): update to 3.8.3.
    - (Vcs-*): New fields to document Alioth repository.
  * debian/compat:
    - Update to 7.
  * debian/copyright:
    - Change to Freshmeat URL and correct upstream email.
    - spell out GPL-2 (lintian).
  * debian/debian-vars.mk
    - Rewrite file.
  * debian/fspanel.1.pod
    - New. Manual page in POD format.
  * debian/patches:
    - 10-xgetgeometry-fix.dpatch: New. Fix XGetGeometry()
      call's third parameter which is supposed to
      be a pointer to a 'Window' and not to a 'Pixmap'.
      Thanks to Ulrich Eckhardt <doomster@knuut.de>
      (Closes: #489010).
    - 20-fspanel-gc-patch.dpatch: New. Extracted from
      monolithic Debian patch.
    - 30-makefile.dpatch: New. Extracted from
      monolithic Debian patch.
  * debian/rules:
    - Add dpatch.
    - (clean): use dh_prep (lintian).
  * debian/watch:
    - Add missing newline.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 02 Dec 2009 10:19:29 +0000

fspanel (0.7-7) unstable; urgency=low

  * New maintainer. (O/ITA; Closes: #352430).
  * Makefile: changed 'cp' to 'install'.
  * debian/rules: Old rule file removed and used new dh_make template.
  * debian/dirs: Unneeded, removed (See Makefile changes).
  * debian/copyright: Updated to use latest template (added years)
  * debian/compat: raised to 5.
  * debian/watch: New file.
  * debian/control:
    (Maintainer:) Updated.
    (Build-Depends:) Added debhelper (>= 5).
    (Depends:) Added ${misc:Depends}
    (Description:) Added Homepage URL.

 -- Jari Aalto <jari.aalto@cante.net>  Mon, 13 Feb 2006 00:54:05 +0200

fspanel (0.7-6) unstable; urgency=low

  * Bah. I'd hoped to keep the same version in etch as in sarge.
  * Update build-deps to reflect the xlibs bitrot (closes: #346684)
  * May as well update to policy 3.6.2, since there's no changes needed
  * Squish a few compiler warnings while we're here, no substantive changes
  * ...and a couple of lintian ones
  * And translate the manpage into English

 -- Andrew Suffield <asuffield@debian.org>  Wed, 18 Jan 2006 18:42:05 +0000

fspanel (0.7-5) unstable; urgency=low

  * Adopted
  * Edit description a little
  * Migrate to debhelper 4
  * Update to policy 3.6.1, include DEB_BUILD_OPTIONS support
  * Go with -Os rather than -O2; at least on i386, it seems to generate
    better code in this case.

 -- Andrew Suffield <asuffield@debian.org>  Tue, 27 Jan 2004 17:40:26 +0000

fspanel (0.7-4) unstable; urgency=low

  * Adopted fspanel.
    Closes: #109964
  * Fixed description error regarding Sawmill->Sawfish
    Closes: #120974

 -- Brandon L. Griffith <brandon@debian.org>  Thu, 13 Dec 2001 18:24:00 -0500

fspanel (0.7-3) unstable; urgency=low

  * Fix minor spelling bug in the description
  * No, I'm not maintaining this.

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri, 23 Nov 2001 16:26:00 -0600

fspanel (0.7-2) unstable; urgency=low

  * Um . . . set the Maintainer to Debian-QA.
  * This release and the last were both done by me
  * At least it got fixed before the last version got into the archives

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri, 24 Aug 2001 21:00:00 -0500

fspanel (0.7-1) unstable; urgency=low

  * New upstream version
        partially supports the Unified Window Manager Specification
        improves icon support
  * Fspanel is orphaned with this release

 -- Debian QA Groups <packages@qa.debian.org>  Fri, 24 Aug 2001 15:11:03 -0500

fspanel (0.6-3) unstable; urgency=low

  * Make it build on Alpha (it's be nice if you could use the BTS, guys.)

 -- David Starner <dstarner98@aasaa.ofe.org>  Fri,  6 Jul 2001 16:56:03 -0500

fspanel (0.6-2) unstable; urgency=low

  * Recompile with a version of xlibs in the archive

 -- David Starner <dstarner98@aasaa.ofe.org>  Sun, 29 Apr 2001 15:29:33 -0600

fspanel (0.6-1) unstable; urgency=low

  * New upstream version
    	Faster clock updates.

 -- David Starner <dstarner98@aasaa.ofe.org>  Sat, 28 Apr 2001 15:29:33 -0600

fspanel (0.5-1) unstable; urgency=low

  * New upstream version
  	Fix refresh for XFree86 4. (upstream fix for 79862)
        Fix switching desktops (works in Sawfish now too).
        Make windows focus when raising. (Closes: #83965)

 -- David Starner <dstarner98@aasaa.ofe.org>  Wed, 31 Jan 2001 18:30:01 -0600

fspanel (0.4-3) unstable; urgency=low

  * Corrected problems with X4. (Closes: #79862)

 -- David Starner <dstarner98@aasaa.ofe.org>  Sat, 27 Jan 2001 21:48:18 -0600

fspanel (0.4-2) unstable; urgency=low

  * Corrected spelling in long description (tinny -> tiny)
    (Closes: #80919)
  * It should now compile on all architectures (Closes: #81696, #81194)

 -- David Starner <dstarner98@aasaa.ofe.org>  Sun, 14 Jan 2001 01:50:11 -0600

fspanel (0.4-1) unstable; urgency=low

  * Initial Release (Closes: #79554)

 -- David Starner <dstarner98@aasaa.ofe.org>  Wed, 13 Dec 2000 16:47:55 -0600
