xfce4-utils (4.7.4-0ubuntu1) natty; urgency=low

  * New upstream development release.
  * Resync packaging with pkg-xfce svn r4776, see 4.7.2-0ubuntu1 for the
    remaining Ubuntu changes.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 03 Jan 2011 19:59:54 +0100

xfce4-utils (4.7.3-0ubuntu1) natty; urgency=low

  * New upstream development release.
  * debian/preinst: do not query dpkg-status directly.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 05 Dec 2010 17:38:43 +0100

xfce4-utils (4.7.2-0ubuntu1) natty; urgency=low

  * Upload to natty (pkg-xfce svn r4618), remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libdbus-glib-1-dev (>= 0.33)
      + drop the libxml-parser-perl dep (migration script disabled)
    - debian/rules:
      + pass --with-vendor-info=Xubuntu to dh_auto_configure
      + pass --disable-xfconf-migration to drop the 4.6 migration script and
        desktop file (LP: #587933)
    - debian/preinst: Clean up migration script on upgrade. This needs to be
      kept until after the next LTS.

  * debian/Xubuntu: dropped, will be part of xubuntu-default-settings, to allow
    translations. lp: #656869

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 04 Dec 2010 22:45:01 +0100

xfce4-utils (4.7.2-1) UNRELEASED; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream development release.
    - fix annoying messages in .xsession-errors    lp: #539247, Closes: #567300
    - fix spelling error in xfhelp4 script                      Closes: #534850
  * debian/control:
    - refresh build-deps for Xfce 4.7
    - bump standards version to 3.9.1
    - add build-dep on hardening-includes
  * debian/patches:
    - 01_xflock4-test-running-screensaver refreshed.
    - 02_use-Xsessions.options-for-ssh-agent-handling dropped, Xfce has an
      internal parameter so it can now be disabled there.
  * debian/rules:
    - pick {C,LD}FLAGS from dpkg-buildflags.
    - add hardening flags to {C,LD}FLAGS
    - create /usr/share/xfce4 folder before installing vendor info.

  [ Lionel Le Folgoc ]
  * debian/rules: force $docdir to /usr/share/doc/xfce4-utils, and drop
    $libexecdir, unneeded.
  * debian/control: add myself to Uploaders.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 07 Nov 2010 13:38:34 +0100

xfce4-utils (4.6.2-1ubuntu2) maverick; urgency=low

  * debian/rules: Drop the 4.6 config migration script and autostart file,
    it's not needed for hedley and wastes boot time. (LP: #587933)
  * debian/control: Due to the change above, drop the libxml-parser-perl
    dependency to save some more disk space.
  * debian/preinst: Clean up migration script on upgrade. This needs to be
    kept until after the next LTS.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 14 Jun 2010 12:01:15 +0200

xfce4-utils (4.6.2-1ubuntu1) maverick; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libdbus-glib-1-dev (>= 0.33)
    - debian/rules:
      + pass --with-vendor-info=Xubuntu to ./configure
      + install debian/Xubuntu
    - debian/Xubuntu: added.

  * Drop gnome-screensaver from the alternate recommends, we don't care.
  * debian/patches/04_avoid-xcblib-hang.patch: ditto, we don't support
    gnome-screensaver, it needs gnome.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 23 May 2010 23:14:58 +0200

xfce4-utils (4.6.2-1) unstable; urgency=low

  [ Stefan Ott ]
  * debian/watch edited to track Xfce archive reorganisation.

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/control:
    - update standards version to 3.8.4.
    - add ${misc:Depends} to Depends. 
    - update debhelper build dep for overrides.
  * Switch to 3.0 (quilt) source format.
  * debian/rules:
    - switch to tiny debhelper 7 rules.
  * debian/manpages: install manpages for scripts from dh_installman.
  * debian/docs: install docs from dh_installdocs.
  * debian/patches:
    - 04_debianize-scripts added, add iceweasel to browser list, use Thunar
      instead of xftree as filemanager.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 23 May 2010 13:48:43 +0200

xfce4-utils (4.6.1-2ubuntu2) lucid; urgency=low

  * debian/patches/xubuntu_update-xdg-config-and-data-dirs.patch: dropped,
    not needed (with the changes in xubuntu-default-settings).
  * debian/patches/series: disable it.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Wed, 27 Jan 2010 22:18:44 +0100

xfce4-utils (4.6.1-2ubuntu1) lucid; urgency=low

  * Merge from Debian testing, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libdbus-glib-1-dev (>= 0.33)
      + allow gnome-screensaver to satisfy the screensaver Recommends. Prevents
        derivatives from pulling in xscreensaver. (LP: #264594)
    - debian/rules:
      + pass --with-vendor-info=Xubuntu to ./configure
      + do not replace firefox calls with iceweasel
    - debian/Xubuntu: added
    - debian/patches:
      + xubuntu_update-xdg-config-and-data-dirs.patch: prepend
        "/etc/xdg/xubuntu" to XDG_{CONFIG,DATA}_DIRS to allow
        xubuntu-default-settings config files to override upstream ones; also
        include /etc/xdg so that any settings that are not defined in the
        XDG_CONFIG_DIRS directory can be defined by /etc/xdg. (LP: #350962)
      + debian/patches/04_avoid-xcblib-hang.patch: avoid race condition and
        deadlock in libxcb by launching dbus-launch before gnome-screensaver
        (which should occur anyhow) (LP: #232364)
      + series: refreshed.

  * debian/Xubuntu: replace mailto address with an url to pkg-xfce's website.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 15 Nov 2009 15:47:23 +0100

xfce4-utils (4.6.1-2) unstable; urgency=low

  * debian/patches:
    - 02_use-Xsessions.options-for-ssh-agent-handling.patch refreshed to
      patch xinitrc.in.in.
  * debian/control:
    - update standards version to 3.8.3.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 11 Oct 2009 14:33:20 +0200

xfce4-utils (4.6.1-1ubuntu2) karmic; urgency=low

  * Updated following patches to patch scripts/xinitrc.in.in instead of 
    xinitrc.in so that they'll actually get used as xinitrc.in is now generated
    from xinitrc.in.in:
    - debian/patches/04_avoid-xcblib-hang.patch,
    - debian/patches/02_use-Xsessions.options-for-ssh-agent-handling.patch:

 -- Cody A.W. Somerville <cody.somerville@canonical.com>  Fri, 17 Jul 2009 04:52:29 -0400

xfce4-utils (4.6.1-1ubuntu1) karmic; urgency=low

  * Merge from Debian unstable, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libdbus-glib-1-dev (>= 0.33)
      + allow gnome-screensaver to satisfy the screensaver Recommends. Prevents
        derivatives from pulling in xscreensaver. (LP: #264594)
    - debian/rules:
      + pass --with-vendor-info=Xubuntu to ./configure
      + do not replace firefox calls with iceweasel
    - debian/Xubuntu: added
    - debian/patches:
      + xubuntu_update-xdg-config-and-data-dirs.patch: prepend
        "/etc/xdg/xubuntu" to XDG_{CONFIG,DATA}_DIRS to allow
        xubuntu-default-settings config files to override upstream ones; also
        include /etc/xdg so that any settings that are not defined in the
        XDG_CONFIG_DIRS directory can be defined by /etc/xdg. (LP: #350962)
      + debian/patches/04_avoid-xcblib-hang.patch: avoid race condition and
        deadlock in libxcb by launching dbus-launch before gnome-screensaver
        (which should occur anyhow) (LP: #232364)
      + series: refreshed.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Fri, 29 May 2009 23:49:07 +0200

xfce4-utils (4.6.1-1) unstable; urgency=low

  * New upstream release.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 19 Apr 2009 14:43:52 +0200

xfce4-utils (4.6.0-2) unstable; urgency=low

  * Upload to unstable.
  * debian/rules:
    - add -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
    - replace dh_clean -k by dh_prep.
  * debian/compat bumped to 7.
  * debian/control:
    - update build-dep on debhelper to 7 accordingly.
    - update standards version to 3.8.1.
    - move to xfce section.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 04 Apr 2009 01:18:04 +0200

xfce4-utils (4.6.0-1ubuntu2) jaunty; urgency=low

  * Update xubuntu_update-xdg-config-and-data-dirs.patch to also include
    /etc/xdg so that any settings that are not defined in the XDG_CONFIG_DIRS
    directory can be defined by /etc/xdg. (LP: #350962)

 -- Mario Limonciello <superm1@ubuntu.com>  Sat, 11 Apr 2009 11:21:17 -0500

xfce4-utils (4.6.0-1ubuntu1) jaunty; urgency=low

  * Merge Xfce 4.6.0 final with Debian experimental, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libdbus-glib-1-dev (>= 0.33)
      + allow gnome-screensaver to satisfy the screensaver Recommends. Prevents
        derivatives from pulling in xscreensaver. (LP: #264594)
    - debian/rules:
      + pass --with-vendor-info=Xubuntu to ./configure
      + do not replace firefox calls with iceweasel
    - debian/Xubuntu: added
    - debian/patches:
      + xubuntu_update-xdg-config-and-data-dirs.patch: prepend
        "/etc/xdg/xubuntu" to XDG_{CONFIG,DATA}_DIRS to allow
        xubuntu-default-settings config files to override upstream ones
      + debian/patches/04_avoid-xcblib-hang.patch: avoid race condition and
        deadlock in libxcb by launching dbus-launch before gnome-screensaver
        (which should occur anyhow) (LP: #232364)
      + series: refreshed.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 01 Mar 2009 15:25:36 +0100

xfce4-utils (4.6.0-1) experimental; urgency=low

  [ Xfce 4.6 Alpha “Pinkie”]
  * New upstream alpha release.
  * debian/control:
    - drop xfce-mcs-manager from (build-)depends.
    - update standards version to 3.8.0.
    - update build-dep on debhelper for dh_lintian support.
    - add a Recommends: on xinput for migration script.
    - add build-dep on intltool.
    - add Recommends: on xdg-user-dirs so it can be used at startup.
    - add Depends: on libxml-parser-perl for migration script.
  * debian/rules:
    - stop messing with config.{sub,guess}.
    - use dh_lintian.
    - don't manually install xfce.desktop in /u/s/xsessions, it's already done.
    - configure libexecdir so it ends in /usr/lib.

  [ Xfce 4.6 Beta 1 “Fuzzy”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Fuzzy.
    - add explicit build-dep on libgtk2.0-dev.

  [ Xfce 4.6 Beta 2 “Hopper”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Hopper.

  [ Xfce 4.6 Beta 3 “Tuco-tuco”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for “Tuco-Tuco”.

  [ Xfce 4.6 RC1 “Capybara” ]
  * new upstream release candidate.
  * debian/control:
    - update build-deps for “Capybara”.
  * debian/patches/01_xflock4-test-running-screensaver.patch:
    - refresh patch to force blank mode in xlock, as it's known to be quite
      insecure anyway.

  [ Xfce 4.6  ]
  * new upstream release.
  * debian/control:
    - update build-deps for 4.6.
  * debian/copyright: update dates, copyright owners and format.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 28 Feb 2009 12:44:14 +0100

xfce4-utils (4.5.99.1-0ubuntu2) jaunty; urgency=low

  * debian/patches:
    - xubuntu_update-xdg-config-and-data-dirs.patch: prepend "/etc/xdg/xubuntu"
      to XDG_{CONFIG,DATA}_DIRS to allow xubuntu-default-settings config files
      to override upstream ones
    - 00_xdg_data_dirs.patch: dropped, included in the above one
    - series: refreshed.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 07 Feb 2009 13:49:49 +0100

xfce4-utils (4.5.99.1-0ubuntu1) jaunty; urgency=low

  * Merge with Debian pkg-xfce UNRELEASED, remaining Ubuntu changes:
    - debian/control:
      + use our Vcs-* fields
      + build-depends on libdbus-glib-1-dev (>= 0.33)
      + allow gnome-screensaver to satisfy the screensaver Recommends. Prevents
        derivatives from pulling in xscreensaver. (LP: #264594)
    - debian/patches/00_xdg_data_dirs.patch: make sure to add /etc/xdg/xubuntu
      even if XDG_DATA_DIRS is already set
    - debian/patches/04_avoid-xcblib-hang.patch: avoid race condition and
      deadlock in libxcb by launching dbus-launch before gnome-screensaver
      (which should occur anyhow). (LP: #232364)
    - debian/patches/series: refreshed
    - debian/rules:
      + pass --with-vendor-info=Xubuntu to ./configure
      + do not replace firefox calls with iceweasel
    - debian/Xubuntu: added
  * debian/patches/02_xfce4-about_return_version.patch: dropped, merged
    upstream.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 07 Feb 2009 11:23:12 +0100

xfce4-utils (4.5.99.1-1) UNRELEASED; urgency=low

  [ Xfce 4.6 Alpha “Pinkie”]
  * New upstream alpha release.
  * debian/control:
    - drop xfce-mcs-manager from (build-)depends.
    - update standards version to 3.8.0.
    - update build-dep on debhelper for dh_lintian support.
    - add a Recommends: on xinput for migration script.
    - add build-dep on intltool.
    - add Recommends: on xdg-user-dirs so it can be used at startup.
    - add Depends: on libxml-parser-perl for migration script.
  * debian/rules:
    - stop messing with config.{sub,guess}.
    - use dh_lintian.
    - don't manually install xfce.desktop in /u/s/xsessions, it's already done.
    - configure libexecdir so it ends in /usr/lib.
  [ Xfce 4.6 Beta 1 “Fuzzy”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Fuzzy.
    - add explicit build-dep on libgtk2.0-dev.
  [ Xfce 4.6 Beta 2 “Hopper”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for Hopper.

  [ Xfce 4.6 Beta 3 “Tuco-tuco”]
  * new upstream beta release.
  * debian/control:
    - update build-deps for “Tuco-Tuco”.

  [ Xfce 4.6 RC1 “Capybara” ]
  * new upstream release candidate.
  * debian/control:
    - update build-deps for “Capybara”.
  * debian/patches/01_xflock4-test-running-screensaver.patch:
    - refresh patch to force blank mode in xlock, as it's known to be quite
      insecure anyway.

 -- Yves-Alexis Perez <corsac@debian.org>  Wed, 28 Jan 2009 20:02:34 +0100

xfce4-utils (4.4.3-0ubuntu1) jaunty; urgency=low

  * Merge from Debian Xfce SVN Unreleased, remaining Ubuntu changes:
    - debian/control: allow gnome-screensaver to satisfy the screensaver
      Recommends. Prevents derivatives from pulling in xscreensaver.
      (LP: #264594)
    - debian/patches/00_xdg_data_dirs.patch: make sure to add /etc/xdg/xubuntu
      even if XDG_DATA_DIRS is already set
    - debian/patches/02_xfce4-about_return_version.patch: patch to print Xfce4
      version when passed arg "--xfce-version" as part of the
      about-this-computer spec
    - debian/patches/04_avoid-xcblib-hang.patch: avoid race condition and
      deadlock in libxcb by launching dbus-launch before gnome-screensaver
      (which should occur anyhow). (LP: #232364)
    - debian/patches/series: refreshed
    - debian/rules:
      + pass --enable-dbus --with-vendor-info=Ubuntu to ./configure
      + do not replace firefox calls with iceweasel
    - debian/Ubuntu: added

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 15 Nov 2008 23:48:58 +0100

xfce4-utils (4.4.3-1) UNRELEASED; urgency=low

  * new upstream bugfix release
  * debian/control:
    - update standards version to 3.8.0.
  * debian/rules:
    - stop messing with config.{guess,sub}.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 28 Oct 2008 07:32:05 +0100

xfce4-utils (4.4.2-8ubuntu6) intrepid; urgency=low

  * Translations: cherry-pick from upstream 4.4 svn branch:
    - Urdu, Kurdish, Indonesian translations added
    - Spanish, Albanian, Latvian translations updated.
  * New patch debian/patches/99_update_translations.patch created and enabled
    for this.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Mon, 20 Oct 2008 10:25:26 +0200

xfce4-utils (4.4.2-8ubuntu5) intrepid; urgency=low

  * debian/control:
    - Allow gnome-screensaver to satisfy the screensaver Recommends.
      Prevents derivatives from pulling in xscreensaver. (LP: #264594)

 -- Mario Limonciello <superm1@ubuntu.com>  Thu, 04 Sep 2008 01:05:26 -0500

xfce4-utils (4.4.2-8ubuntu4) intrepid; urgency=low

  * debian/patches/04_avoid-xcblib-hang.patch: UPDATED
    - Drop sleep 1 after dbus-launch, not needed.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Wed, 16 Jul 2008 23:50:53 -0300

xfce4-utils (4.4.2-8ubuntu3) intrepid; urgency=low

  * debian/patches/04_avoid-xcblib-hang.patch: NEW
    - Avoid race condition and deadlock in libxcb by launching
       dbus-launch before gnome-screensaver (which should occur anyhow).
    - Added sleep 1 after dbus-launch to help avoid race condition.
    - Fixes lp: #232364
  * debian/control:
    - Updated maintainer field to Xubuntu Developers.
    - Bumped standards version to 3.8.0

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Mon, 30 Jun 2008 09:33:01 -0300

xfce4-utils (4.4.2-8ubuntu2) intrepid; urgency=low

  * debian/control: re-adhere to DebianMaintainerField.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 20 May 2008 21:59:42 +0200

xfce4-utils (4.4.2-8ubuntu1) intrepid; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/patches/00_xdg_data_dirs.patch: make sure to add /etc/xdg/xubuntu
      even if XDG_DATA_DIRS is already set
    - debian/patches/02_xfce4-about_return_version.patch: patch to print Xfce4
      version when passed arg "--xfce-version" as part of the
      about-this-computer spec
    - debian/rules: pass --enable-dbus --with-vendor-info=Ubuntu to
      ./configure
    - debian/Ubuntu: added
  * debian/rules: do not replace firefox calls with iceweasel

 -- Gauvain Pocentek <gauvain@ulteo.com>  Tue, 20 May 2008 20:22:07 +0200

xfce4-utils (4.4.2-8) unstable; urgency=low

  * debian/{postinst,prerm} dropped, we don't install any mcs plugin anyway.
  * debian/control:
    - remove Martin Loschwitz from Uploaders.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 18 May 2008 19:48:41 +0200

xfce4-utils (4.4.2-7) unstable; urgency=low

  * debian/patches: 03_xfterm4-bug added, fix bug when trying to run console
    application.                                                closes: #439269

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 29 Apr 2008 21:19:18 +0200

xfce4-utils (4.4.2-6) unstable; urgency=low

  * debian/control: move dbus to dbus-x11 to make sure dbus-launch is present
    when starting Xfce, so users can have a session bus.

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 27 Apr 2008 18:10:04 +0200

xfce4-utils (4.4.2-5) unstable; urgency=low

  * debian/startxfce4.1: correct xinitrc path.                  closes: #471481
  * debian/patches:
    - 02_use-Xsessions.options-for-ssh-agent-handling added.    closes: #470599

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 06 Apr 2008 02:47:18 +0200

xfce4-utils (4.4.2-4ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - switch to cdbs
    - debian/control:
      + b-d on autotools-dev, debhelper (>= 5), cdbs and drop chrpath
      + adhere to DebianMaintainerField
    - debian/patches/00_xdg_data_dirs.patch:
      make sure to add /etc/xdg/xubuntu even if XDG_DATA_DIRS is already set
    - debian/patches/02_xfce4-about_return_version.patch:
      patch to print Xfce4 version when passed arg "--xfce-version" as part of 
      the about-this-computer spec
    - debian/rules: pass --enable-dbus --with-vendor-info=Ubuntu to ./configure
    - debian/compat: bump to 5.
  * debian/control:
    - drop quilt from b-d
    - do not depend on exo-utils (not in the archive yet).
  * debian/patches/series: dropped.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 27 Jan 2008 11:21:56 +0100

xfce4-utils (4.4.2-4) unstable; urgency=low

  * debian/Debian: changed email address for About Box.
  * debian/patches:
    - 01_xflock4-test-running-screensaver added, test the running screensaver
      instead of the installed ones.
  * debian/rules:
    - include quilt patch system.
    - activate x support at configure time.
    - remove useless replace for xterm in xfterm4 (use exo-open by default).
  * debian/control:
    - build-dep on quilt.
    - dep on exo-utils as we use some tools in this package.
    - build-dep against libdbus-1-dev and libdbus-glib-1-dev to add dbus
      support to xfrun. Add dbus to Recommends: accordingly.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 26 Jan 2008 13:46:58 +0100

xfce4-utils (4.4.2-3ubuntu3) hardy; urgency=low

  * debian/rules, debian/Ubuntu: install missing vendor infos.    (LP: #177742)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sun, 23 Dec 2007 01:39:54 +0100

xfce4-utils (4.4.2-3ubuntu2) hardy; urgency=low

  * debian/patches/02_xfce4-about_return_version.patch:
    . Created patch to print Xfce4 version when passed
      arg "--xfce-version" as part of the about-this-computer
      spec.

 -- Cody A.W. Somerville <cody-somerville@ubuntu.com>  Sat, 15 Dec 2007 15:35:46 -0400

xfce4-utils (4.4.2-3ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - switch to cdbs
    - debian/control:
      + b-d on autotools-dev, debhelper (>= 5), cdbs & libdbus-glib-1-dev, and
        drop chrpath
      + adhere to DebianMaintainerField
      + recommends dbus
    - debian/patches/00_xdg_data_dirs.patch:
      make sure to add /etc/xdg/xubuntu even if XDG_DATA_DIRS is already set
    - debian/rules: pass --enable-dbus --with-vendor-info=Ubuntu
    - debian/compat: bump to 5.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 08 Dec 2007 23:08:12 +0100

xfce4-utils (4.4.2-3) unstable; urgency=low

  * The “brown paper bag” release.
  * debian/control: depend on x11-xserver-utils and not x11-servers-utils…

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Dec 2007 22:43:10 +0100

xfce4-utils (4.4.2-2) unstable; urgency=low

  * debian/control:
    - rewrite long description (include startxfce4)
    - updated standard versions to 3.7.3.
    - add dependencies on xinit and x11-server-utils because startxfce4 need
      them.                                                     closes: #454985
    - add my debian.org email address to uploader field.
    - drop dpatch build-dep as we don't have patches anymore.
  * debian/rules: remove dpatch rules include.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 08 Dec 2007 19:09:48 +0100

xfce4-utils (4.4.2-1ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - switch to cdbs
    - debian/control:
      + b-d on cdbs & libdbus-glib-1-dev, and drop chrpath & dpatch
      + adhere to DebianMaintainerField
      + recommends dbus
    - debian/patches/00_xdg_data_dirs.patch:
      make sure to add /etc/xdg/xubuntu even if XDG_DATA_DIRS is already set
    - debian/rules: pass --enable-dbus.
  * debian/patches:
    - 00_xdg_data_dirs.patch: updated
    - 01_gnome_screensaver.patch: dropped.
  * debian/compat: bump to 5.
  * debian/control: bump debhelper b-d to (>= 5), add autotools-dev.
  * debian/rules: pass --with-vendor-info=Ubuntu.

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 08 Dec 2007 14:00:35 +0100

xfce4-utils (4.4.2-1) unstable; urgency=low

  [ Yves-Alexis Perez ]
  * New upstream release.
  * debian/rules: 
    - don't ignore all make errors at clean stage.
    - fix parallel builds.

  [ Simon Huggins ]
  * Add Vcs-* headers to debian/control

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 02 Dec 2007 11:31:33 +0100

xfce4-utils (4.4.1-3ubuntu2) hardy; urgency=low

  * debian/patches/01_gnome_screensaver.patch: correctly check for 
    gnome-screensaver, thanks Camille Dominique for the patch. (LP: #161758)

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Sat, 10 Nov 2007 22:04:16 +0100

xfce4-utils (4.4.1-3ubuntu1) hardy; urgency=low

  * Merge from Debian unstable. Remaining Ubuntu changes:
    - debian/patches/00_xdg_data_dirs.patch:
      make sure to add /etc/xdg/xubuntu even if XDG_DATA_DIRS is already set
    - debian/patches/01_gnome_screensaver.patch:
      try launching gnome-screensaver first, fall back to xscreensaver

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Fri, 26 Oct 2007 22:53:38 +0200

xfce4-utils (4.4.1-3) unstable; urgency=low

  * Use kill -s to keep Hurd and lintian happy at the same time.
  * debian/control: Move fake Homepage field to a real one now dpkg
    supports it.
  * debian/menu: Remove leftover \                              closes: #447282

 -- Simon Huggins <huggie@earth.li>  Sun, 21 Oct 2007 09:12:27 +0100

xfce4-utils (4.4.1-2) unstable; urgency=low

  (Yves-Alexis Perez)
  * debian/xfterm4.1, debian/xfce4-utils.1: update bug reporting address in
    manpage.
  * debian/menu: switch to new menu policy.
  * debian/postinst: use posix kill -s to avoid problems on hurd. 
  (Simon Huggins)
  * debian/rules: fixup mistake in startxfce4 that stops local panel plugins
    working                                                     closes: #427918
  * Recommend a screensaver so that xflock4 works (first reported by Cyril
    Brulebois in 2006 and shamefully not fixed til now, sorry)  closes: #430288

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 08 Oct 2007 14:46:40 +0100

xfce4-utils (4.4.1-1ubuntu5) gutsy; urgency=low

  * debian/patches/00_xdg_data_dirs.patch:
    make sure to add /etc/xdg/xubuntu even if XDG_DATA_DIRS is already set
  * debian/patches/01_gnome_screensaver.patch:
    fix test for return value of executing gnome-screensaver

 -- Jani Monoses <jani@ubuntu.com>  Thu, 04 Oct 2007 23:13:05 +0200

xfce4-utils (4.4.1-1ubuntu4) gutsy; urgency=low

  * debian/patches/01_gnome_screensaver.patch: updated, also patch xflock4 to 
    run gnome-screensaver if present (thanks Marcin Gąsiorowski).

 -- Lionel Le Folgoc <mrpouit@ubuntu.com>  Tue, 25 Sep 2007 20:36:32 +0200

xfce4-utils (4.4.1-1ubuntu3) gutsy; urgency=low

  * debian/patches/00_xdg_data_dirs.patch:
    Do not add /usr/share twice to $XDG_DATA_DIRS

 -- Jani Monoses <jani@ubuntu.com>  Tue, 11 Sep 2007 15:21:02 +0200

xfce4-utils (4.4.1-1ubuntu2) gutsy; urgency=low

  * debian/patches/01_gnome_screensaver.patch:
      Try launching gnome-screensaver first, fall back to xscreensaver 

 -- Jani Monoses <jani@ubuntu.com>  Tue, 28 Aug 2007 16:17:19 +0200

xfce4-utils (4.4.1-1ubuntu1) gutsy; urgency=low

  * Merge from debian unstable, remaining changes:
    - use xfce.mk
    - 00_xdg_data_dirs.patch: add specific xubuntu config dir
    - keep using firefox as browser in xfbrowser4
  * Updated Maitainer field

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Fri,  4 May 2007 11:52:10 +0200

xfce4-utils (4.4.1-1) unstable; urgency=low

  * New upstream release. 
  * debian/control: added versionned build-dep against gtk2.10.
  * debian/startxfce4.1: correct path.							closes: #416943
  * documentation provided is now for 4.4.						closes: #372846
  * debian/copyright: update copyright holders.

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 15 Apr 2007 15:28:17 +0100

xfce4-utils (4.4.0-1) experimental; urgency=low

  (Yves-Alexis Perez)
  * New upstream release.
  * debian/control: updated build deps against Xfce 4.4.
  * Provide a missing manpage for xfbrowser4.
  * Use iceweasel instead of firefox in the static browser list of xfbrowser4.

  (Emanuele Rocca)
  * Empty TODO file removed.

 -- Yves-Alexis Perez <corsac@corsac.net>  Thu, 25 Jan 2007 00:12:53 +0100

xfce4-utils (4.4.0-0ubuntu1) feisty; urgency=low

  * New upstream release
  * debian/rules: do not remove the COPYING file, used by xfce4-about
    LP #75158
  * Thighten B-D versions

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Tue, 23 Jan 2007 10:27:02 +0100

xfce4-utils (4.3.99.2-1) unstable; urgency=low

  * New upstream release.
  * debian/control: updated build-deps against Xfce 4.4RC2 (4.3.99.2).
  * debian/control: moved thunar to Recommends. Updated description
    accordingly.						Closes: #397085

 -- Yves-Alexis Perez <corsac@corsac.net>  Thu, 16 Nov 2006 15:30:02 +0100

xfce4-utils (4.3.99.2-0ubuntu1) feisty; urgency=low

  * New upstream release (4.4RC2)
  * Bump standards version and Xfce libs versions (B-D)
  * Remove extra license file

 -- Gauvain Pocentek <gauvainpocentek@ubuntu.com>  Thu,  9 Nov 2006 14:53:37 +0100

xfce4-utils (4.3.99.1-1) unstable; urgency=low

  * New upstream release.
  * debian/control: updated build-dep against Xfce 4.4RC1 (4.3.99.1).
  * xfmountdev4: use thunar instead of xftree4 

 -- Yves-Alexis Perez <corsac@corsac.net>  Sat, 23 Sep 2006 13:43:02 +0100

xfce4-utils (4.3.90.2svn+r22590-0ubuntu2) edgy; urgency=low

  * Rebuild against dbus 0.90

 -- Sebastian Dröge <slomo@ubuntu.com>  Thu, 24 Aug 2006 18:22:55 +0200

xfce4-utils (4.3.90.2svn+r22590-0ubuntu1) edgy; urgency=low

  * Upstream svn snapshot
  * debian/patches/00_xdg_data_dirs: the only change left compared
    to upstream is setting custom XDG_DATA_DIRS

 -- Jani Monoses <jani@ubuntu.com>  Mon, 31 Jul 2006 16:00:23 +0300

xfce4-utils (4.3.90.2-1) unstable; urgency=low

  (Yves-Alexis Perez)
  * New upstream release.
  * debian/postinst: fixed install on hurd by not using pkill.
  * debian/control: updated standards version to 3.7.2.
  (Simon Huggins)
  * Add rpath fixes.

 -- Yves-Alexis Perez <corsac@corsac.net>  Mon, 10 Jul 2006 19:19:54 +0200

xfce4-utils (4.3.90.1svn+r21673-0ubuntu2) dapper; urgency=low

  * Make the command inherit the directory where xfrun4 was invoked,
    do not start it in the filesystem root (LP #45179) 

 -- Jani Monoses <jani@ubuntu.com>  Sat, 20 May 2006 12:01:25 +0300

xfce4-utils (4.3.90.1svn+r21673-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot (set XDG_DATA_DIRS, add Czech translation)
  * Prepend /etc/xdg/xubuntu to XDG_DATA_DIRS so we can override default
    MIME handlers in /usr/share/applications/defaults.list

 -- Jani Monoses <jani@ubuntu.com>  Mon, 15 May 2006 17:14:15 +0300

xfce4-utils (4.3.90.1svn+r21596-0ubuntu1) dapper; urgency=low

  * Fix cancel button disappearing on click (LP bug #43277)

 -- Jani Monoses <jani@ubuntu.com>  Mon,  8 May 2006 15:57:20 +0300

xfce4-utils (4.3.90.1svn+r21415-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Enable xfrun4 called via dbus and Recommend dbus
  * Remove postinst/prerm which restart xfce-mcs-manager

 -- Jani Monoses <jani@ubuntu.com>  Mon,  1 May 2006 13:24:11 +0300

xfce4-utils (4.3.90.1svn+r21203-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot (4.4 beta1)
  * Revert last change since xfdesktop creates ~/Desktop now

 -- Jani Monoses <jani@ubuntu.com>  Mon, 24 Apr 2006 16:27:04 +0300

xfce4-utils (4.3.90.1-1) unstable; urgency=low

  * New upstream release
 
 -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 03 May 2006 18:35:05 +0100

xfce4-utils (4.3.0svn+r20782-0ubuntu2) dapper; urgency=low

  * Create ~/Desktop in xinitrc if that directory does not exist
    for the current user

 -- Jani Monoses <jani@ubuntu.com>  Wed, 19 Apr 2006 21:34:14 +0300

xfce4-utils (4.3.0svn+r20782-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot (fixes LP #31556)

 -- Jani Monoses <jani@ubuntu.com>  Fri,  7 Apr 2006 08:45:25 +0300

xfce4-utils (4.3.0svn+r20393-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Add translation domain entry to .desktop files
  * Switch to CDBS
  * Remove obsolete xinerama patch and postrm

 -- Jani Monoses <jani@ubuntu.com>  Tue, 14 Mar 2006 11:31:14 +0200

xfce4-utils (4.3.0svn+r19871-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * Bump all depends to 4.3

 -- Jani Monoses <jani@ubuntu.com>  Wed, 15 Feb 2006 16:20:37 +0200

xfce4-utils (4.3.0svn+r19850-0ubuntu1) dapper; urgency=low

  * Upstream svn snapshot
  * UVF exception granted

 -- Jani Monoses <jani@ubuntu.com>  Wed, 15 Feb 2006 12:52:05 +0200

xfce4-utils (4.2.3-2) unstable; urgency=low

  * Fix for X11R7; stop depending on xlibs-static-*

 -- Simon Huggins <huggie@earth.li>  Mon, 17 Apr 2006 18:14:48 +0100

xfce4-utils (4.2.3-1) unstable; urgency=low

  * Yves-Alexis Perez
   * New Upstream Release
   * Send xfce-mcs-manager a SIGUSR1 so it notices the plugin.
  * Simon Huggins
   * Move sysconfdir to /etc/xdg as per rest of the packages

 -- Yves-Alexis Perez <corsac@corsac.net>  Sun, 27 Nov 2005 11:58:10 +0000

xfce4-utils (4.2.2-1) unstable; urgency=low

  * Simon Huggins
    - New Upstream Release
    - Change suite to unstable
  * Emanuele Rocca
    - Remove Depends on debianutils, it is Essential
    - Remove chmod +x for files in bin/, it's the job of dh_fixperms
    - Actually, etc/X11/xdg/xfce4/xinitrc needs to be chmodded
    - Add lintian override: usr/share/xfce4/COPYING is not useless
    - Add manpage for startxfce4
  * Rudy Godoy
    - Spelling fix for Xfce name

 -- Simon Huggins <huggie@earth.li>  Sat, 18 Jun 2005 09:44:35 +0100

xfce4-utils (4.2.1-1) experimental; urgency=low

  * ML: New Upstream Release (Xfce 4.2.1)
  * ML: Upload to experimental to prevents problems with NEW packages
  * ML: debian/control: Added Maintainer/Uploaders fields

 -- Martin Loschwitz <madkiss@debian.org>  Sat, 19 Mar 2005 13:02:00 +0100

xfce4-utils (4.2.0-2) experimental; urgency=low

  * Add --enable-final to configure.
  * Add a Homepage: to the description
  * Ship README AUTHORS and NEWS too.
  * Stop rebuilding the docs - we don't do this anywhere else as upstream
    should have built them in their tarballs.

 -- Simon Huggins <huggie@earth.li>  Sun, 16 Jan 2005 16:45:32 +0000

xfce4-utils (4.2.0-1) experimental; urgency=low

  * New Upstream Release

 -- Simon Huggins <huggie@earth.li>  Sat, 15 Jan 2005 12:00:40 +0000

xfce4-utils (4.1.99.1-1) experimental; urgency=low

  * ML: New Upstream Release (4.1.99.1 alias XFce4 4.2 RC1)

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 19 Nov 2004 18:28:00 +0100

xfce4-utils (4.0.6-1) unstable; urgency=low

  * New upstream release
  * Reworked the description a bit
  * Use a better way to use x-terminal-emulator not xterm in xfterm4

 -- Simon Huggins <huggie@earth.li>  Mon, 19 Jul 2004 19:43:03 +0100

xfce4-utils (4.0.5-3) unstable; urgency=low

  * Add patch from Michael Banck to disable libgtkhtml2 on Hurd closes: #254384
  * Use sensible-browser instead of mozilla (add Depends: debianutils)
    closes: #254231
  * Remove Norbert Tretkowski from uploaders as requested

 -- Simon Huggins <huggie@earth.li>  Sat, 03 Jul 2004 18:25:07 +0100

xfce4-utils (4.0.5-2) unstable; urgency=low

  * gdm's changelog lies.  /etc/dm/Sessions isn't supported by KDM.  Put the
    desktop file in /usr/share/xsessions instead

 -- Simon Huggins <huggie@earth.li>  Tue, 04 May 2004 21:03:07 +0100

xfce4-utils (4.0.5-1) unstable; urgency=low

  * New upstream release
  * Update upstream's libtool
  * Correct path to docs in manpage
  * Put back startxfce4 and /etc/X11/xfce4/xinitrc.  Upstream want this and I
    can see no reason to exclude it.
  * Update xlibs-pic dependency to xlibs-static-pic
  * Install upstream's xfce.desktop to actually give us a gdm session under
    the new gdm                                                closes: #241080
  * Since we're installing this desktop file, add a postrm to remove it on purge
  * Add a Suggests on xfce4-session since this will improve the desktop file

 -- Simon Huggins <huggie@earth.li>  Sun, 02 May 2004 17:20:21 +0100

xfce4-utils (4.0.3-2) unstable; urgency=low

  * Update libtool closes: #237339
  * Just adding Daniel wasn't enough.  Add self to Uploaders so katie doesn't
    think this is an NMU again.

 -- Simon Huggins <huggie@earth.li>  Tue, 09 Mar 2004 13:49:04 +0000

xfce4-utils (4.0.3-1) unstable; urgency=low

  * New Upstream release.
  * Add Daniel Silverstone <dsilvers@debian.org> to Uploaders as approved by
    madkiss
  * Change xfterm4 to use x-terminal-emulator by default and Depend: on
    xterm|x-terminal-emulator closes: #217204
  * Add manpage for xfterm4 closes: #221834
  * Add generic manpage for xfce4-utils refering to the upstream docs and
    link their specific manpages to it
  * Remove the .la and .a files from mcs-plugins
  * Quote needs in menu for lintian
  * Thanks to Daniel for checking and uploading these packages

 -- Simon Huggins <huggie@earth.li>  Wed, 25 Feb 2004 11:24:58 +0000

xfce4-utils (4.0.2-1) unstable; urgency=low

  * New Upstream release.
  * Added Build-Dependency for xlibs-pic (Closes: #215592)

 -- Martin Loschwitz <madkiss@debian.org>  Fri, 26 Dec 2003 16:51:00 +0100

xfce4-utils (4.0.0.final-1) unstable; urgency=low

  * New Upstream release.
  * New Co-Maintainer: Norbert Tretkowski.
  * Various cleanups in debian/ subdirectory.
  * Bumped Standards-Version to 3.6.1 (no changes).

 -- Martin Loschwitz <madkiss@debian.org>  Tue, 29 Sep 2003 17:27:00 +0200 

xfce4-utils (4.0.0+cvs.20030421-1) unstable; urgency=low

  * New CVS checkout (2003-04-21)

 -- Martin Loschwitz <madkiss@debian.org>  Mon, 21 Apr 2003 19:44:00 +0200
 
xfce4-utils (4.0.0+cvs.20030301-1) unstable; urgency=low

  * New CVS checkout (Using Xfce CVS, 2003-03-01)
  * Official release (really this time!) (last release was never made public)
  * debian/control: Changed Maintainer e-mail address

 -- Martin Loschwitz <madkiss@debian.org>  Sat, 01 Mar 2003 14:52:00 +0100

xfce4-utils (4.0.0+cvs.20030216-1) unstable; urgency=low

  * New CVS checkout (Using Xfce CVS, 2003-02-16)
  * Official release (last release was never made public)
   
 -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 16 Feb 2003 13:21:00 +0100
 
xfce4-utils (4.0.0+cvs.20030119-1) unstable; urgency=low

  * New CVS checkout (Using Xfce4 CVS, 2003-01-19)

 -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 19 Jan 2003 18:48:00 +0100

xfce4-utils (4.0.0+cvs.20021222-1) unstable; urgency=low

  * New CVS checkout (using Xfce4 CVS, 2002-12-22)
  * debian/control: Made some Suggests: being Recommends:

 -- Martin Loschwitz <madkiss@madkiss.org>  Sun, 22 Dec 2002 16:08:00 +0100
 
xfce4-utils (4.0.0+cvs.20021127-1) unstable; urgency=low

  * Initial Release. (Closes: #166636)

 -- Martin Loschwitz <madkiss@madkiss.org>  Wed, 27 Nov 2002 18:25:00 +0100
