gvfs (1.12.1-0ubuntu1.1) precise-proposed; urgency=low

  * fix-abort-with-cdtext-outside-ascii.patch:
    CD-Text doesn't specify encoding, but in practice some discs have
    strings with extended characters. Using those directly will make D-Bus
    choke with invalid data. Fixed by assuming latin-1.
    (LP: #819304)
  * use-g-clear-objec-properly.patch:
    fix FTBFS, backported from 1.12.3.

 -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 06 Sep 2012 14:43:52 +0300

gvfs (1.12.1-0ubuntu1) precise-proposed; urgency=low

  * New upstream release: 
    - udisks2: Fix some memory leaks (not relevant for Ubuntu)
    - gphoto2: Initialize mutex early enough
    - afc: Fix building against libimobiledevice-1.1.2
    - afp: Prevent redefinition of GVfsAfpServer
    - Translation updates
  * Drop 07_gphoto2_mutex_init.patch, upstream now.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 16 Apr 2012 22:23:43 +0200

gvfs (1.12.0-0ubuntu6) precise; urgency=low

  * debian/patches/dont-crash-on-null-job.patch:
    - Add one more is-null check for later in the same code path.
  * debian/patches/ref-jobs-in-thread.patch:
    - Add some refs to various user_data arguments.  Specifically,
      to jobs when pushed to other threads until their job is actually
      run (LP: #912972).  Also, to GVfsChannels when they are passed to
      data-write functions.  Since those callbacks aren't cancelled when
      the channel dies, the channel should live long enough to complete
      them.

 -- Michael Terry <mterry@ubuntu.com>  Thu, 12 Apr 2012 15:14:55 -0400

gvfs (1.12.0-0ubuntu5) precise; urgency=low

  * debian/patches/metadata-dont-flush-null-tree.patch:
    - Don't try to flush a tree that doesn't exist.  Fixes crash bug
      LP: #405432.  Patch from upstream's Christian Kellner.
  * debian/patches/metadata-nuke-junk-data.patch:
    - If metadata file is bogus, erase it and start over.  Related to
      above bug, to be able to recover from junk data in addition to
      not crashing.  Patch from upstream's Christian Kellner.
  * debian/patches/dont-crash-on-null-job.patch:
    - Don't try to announce the finish of a NULL job.  LP: #345754,
      LP: #838464
  * debian/patches/check-gdu-pool.patch:
    - If gdu_pool_new() returns NULL, handle it gracefully.
      LP: #832379
  * debian/patches/handle-inactive-vfs.patch:
    - If the VFS never initialized, don't crash when creating volume
      monitors.  LP: #832533

 -- Michael Terry <mterry@ubuntu.com>  Wed, 11 Apr 2012 16:01:32 -0400

gvfs (1.12.0-0ubuntu4) precise; urgency=low

  * Add 07_gphoto2_mutex_init.patch: gphoto2: Initialize mutex early enough.
    (LP: #968186)

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 11 Apr 2012 12:18:11 +0200

gvfs (1.12.0-0ubuntu3) precise; urgency=low

  * 05_shared_lib: don't turn libgvfsdaemon into a static library,
    gvfs redefine some dbus-glib functions and having a library
    leads to load the wrong symbols, should fix the obex mount not
    working, thanks Eric Miao (lp: #899858)

 -- Sebastien Bacher <seb128@ubuntu.com>  Mon, 02 Apr 2012 23:19:17 +0200

gvfs (1.12.0-0ubuntu2) precise; urgency=low

  * debian/patches/06_music-player-mimetype.patch:
    - restore music player detection patch dropped by error (lp: #952933)

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 29 Mar 2012 18:10:30 +0200

gvfs (1.12.0-0ubuntu1) precise-proposed; urgency=low

  * New upstream release:
    - Translation updates

 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 29 Mar 2012 11:56:49 +1100

gvfs (1.11.5-1ubuntu1) precise; urgency=low

  * Merge with Debian experimental. Remaining Ubuntu changes:
    - debian/control.in: Drop libbluray-dev build dependency (not in main).

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 21 Mar 2012 09:24:41 +0100

gvfs (1.11.5-1) experimental; urgency=low

  [ Michael Biebl ]
  * Bump Build-Depends on cdbs and debhelper for multiarch support.
  * Replace Depends on fuse-utils with fuse, as fuse-utils is now only a
    transitional package depending on fuse.

  [ Martin Pitt ]
  * debian/watch: Watch for development versions in experimental.
  * New upstream release:
    - fuse: Keep using ~/.gvfs as fallback (LP: #945399)
  * Drop 02_deprecated.patch: Fixed upstream.
  * debian/control.in: Bump glib build dependency as per configure.ac.
  * debian/copyright: Move to copyright format 1.0.
  * debian/control.in: Bump Standards-Vesion to 3.9.3.

 -- Martin Pitt <mpitt@debian.org>  Wed, 21 Mar 2012 09:17:13 +0100

gvfs (1.10.1-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Drop dependency gvfs-bin→gvfs. The support binaries only need GIO, 
    nothing more.

  [ Michael Biebl ]
  * Upload to unstable.
  * debian/rules:
    - Set --libdir and --libexecdir configure flags globally and not only when
      building for linux.

 -- Michael Biebl <biebl@debian.org>  Sun, 27 Nov 2011 18:39:30 +0100

gvfs (1.10.1-1) experimental; urgency=low

  * Fix long description grammar. Closes: #648046.
  * New upstream release.
  * Bump/add build-dependencies: glib, gdu, libgcrypt, libbluray.
  * 02_deprecated.patch: updated for the new version.
  * 05_shared_libdaemon.patch: refreshed.
  * Install afp backend.
  * Drop gvfs.postinst, it’s been here in squeeze.
  * Make gvfs multiarch-compatible:
    + 01_modules_dir.patch: query the modules dir from gio instead of 
      hardcoding it.
    + Split the gvfs package between all sub-components.
      - gvfs: holds the GIO module (multiarch: same)
      - gvfs-daemons: holds the daemons (multiarch: foreign)
      - gvfs-libs: holds common libraries (multiarch: same)
      - gvfs-common: holds data (multiarch: foreign, arch: all)
    + Update depends/breaks/replaces accordingly.
    + Prevent dh_makeshlibs from doing anything.
    + Add lintian overrides for the private library dir using rpath.

 -- Josselin Mouette <joss@debian.org>  Sun, 13 Nov 2011 10:38:51 +0100

gvfs (1.8.2-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Break glib < 2.28.6-2. Closes: #628811.
  * gvfs-backends suggests samba-common. Closes: #608665.
  * Depend on psmisc. Closes: #638685.

  [ Martin Pitt ]
  * debian/watch: Look for tar.xz, upstream stopped publishing tar.gz.

  [ Michael Biebl ]
  * Upload to unstable.
  * Bump debhelper compatibility level to 8.
    - Update Build-Depends on debhelper.
    - Strip debian/tmp/ from .install files.
  * debian/control:
    - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.

 -- Michael Biebl <biebl@debian.org>  Fri, 14 Oct 2011 11:48:11 +0200

gvfs (1.8.2-1) experimental; urgency=low

  [ Josselin Mouette ]
  * No really, the section is gnome and the overrides need fixing.

  [ Martin Pitt ]
  * New upstream release.

 -- Martin Pitt <mpitt@debian.org>  Tue, 24 May 2011 16:13:43 +0200

gvfs (1.8.1-1) experimental; urgency=low

  [ Raphaël Hertzog ]
  * Changes default section to libs to fix overrides disparities.
  * Fix watch file. 

  [ Martin Pitt ]
  * New upstream release.
  * 04_hurd_path_max.patch: Update for new upstream release.
  * debian/control.in: Bump gvfs breaks/replaces to gvfs-backends. This is
    a no-op for Debian, but enables synchronizing the packages between Debian
    and Ubuntu.

 -- Martin Pitt <mpitt@debian.org>  Tue, 17 May 2011 17:27:05 +0200

gvfs (1.8.0-1) experimental; urgency=low

  * Team upload.

  [ Josselin Mouette ]
  * Set section: gnome, keep libs only for gvfs itself.

  [ Raphaël Hertzog ]
  * New upstream release.
  * Drop 07_smb_initialdir.patch, merged upstream.
  * Update 04_hurd_path_max.patch to apply again, and a fix in the patch
    itself (the #ifdef-ed code was not matching the original code, missing
    an assignation).
  * Update Standards-Version to 3.9.2 (no change).
  * Switch Vcs-Svn to use anonymous URL.

 -- Raphaël Hertzog <hertzog@debian.org>  Wed, 13 Apr 2011 17:17:02 +0200

gvfs (1.7.2-1) experimental; urgency=low

  * New upstream release.
  * debian/patches/01_maintainer_mode.patch,
    debian/patches/90_relibtoolize.patch,
    debian/patches/99_ltmain_as-needed.patch:
    + Removed. Use dh_autoreconf instead.
  * debian/control.in,
    debian/rules:
    + Use dh_autoreconf.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 31 Jan 2011 23:26:08 +0000

gvfs (1.7.1-1) experimental; urgency=low

  [ Josselin Mouette ]
  * 07_smb_initialdir.patch: new patch by Tomas Bzatek and myself. Take 
    into account initial path when doing a SMB mount, to avoid 
    permission issues. Closes: #533417.

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
    + debian/control.in:
      - Updated build dependencies.
    + debian/patches/*:
      - Refreshed.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 12 Jan 2011 23:08:37 +0000

gvfs (1.7.0-1) experimental; urgency=low

  * New upstream release.
    + debian/patches/06_sftp_timeout.patch:
      - Removed, merged upstream.
    + debian/patches/*
      - Updated.
    + debian/gvfs.install:
      - Install the gsettings schemas and the gconf conversion files.
  * debian/control:
    + Use architecture wildcards everywhere.
  * debian/rules:
    + Include check-dist.mk to prevent accidental uploads to unstable.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 01 Dec 2010 21:02:19 +0100

gvfs (1.6.4-4) unstable; urgency=low

  * gvfs-backends suggests samba-common. Closes: #608665.
  * Depend on psmisc. Closes: #638685.
  * 08_libplist.patch: correctly link the AFC backend to libplist.
  * 90_relibtoolize.patch: regenerated.

 -- Josselin Mouette <joss@debian.org>  Sat, 17 Sep 2011 13:36:57 +0200

gvfs (1.6.4-3) unstable; urgency=low

  * 07_smb_initialdir.patch: new patch by Tomas Bzatek and myself. Take 
    into account initial path when doing a SMB mount, to avoid 
    permission issues. Closes: #533417.

 -- Josselin Mouette <joss@debian.org>  Wed, 22 Dec 2010 20:45:43 +0100

gvfs (1.6.4-2) unstable; urgency=low

  * 06_sftp_timeout.patch: patch from Andreas Henriksson to fix 
    incorrect timeout introduced by the openssh 5.6 portability change.

 -- Josselin Mouette <joss@debian.org>  Sun, 03 Oct 2010 00:44:17 +0200

gvfs (1.6.4-1) unstable; urgency=low

  * New upstream release.

 -- Andreas Henriksson <andreas@fatal.se>  Fri, 01 Oct 2010 12:52:33 +0200

gvfs (1.6.3-2) unstable; urgency=low

  * Depend on fuse-utils 2.8.4. Closes: #585648.

 -- Josselin Mouette <joss@debian.org>  Sun, 05 Sep 2010 20:05:15 +0200

gvfs (1.6.3-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Drop type-handling usage. Closes: #587874.
  * Bump standards version accordingly.

  [ Laurent Bigonville ]
  * debian/control: Add Vcs-Svn and Vcs-Browser pseudo-headers

  [ Josselin Mouette ]
  * New upstream release.
  * 01_maintainer_mode.patch, 90_relibtoolize.patch: updated for the new 
    version.

 -- Josselin Mouette <joss@debian.org>  Mon, 19 Jul 2010 18:37:07 +0200

gvfs (1.6.2-1) unstable; urgency=low

  * New upstream bugfix release:
    + Fixes FTBFS because of bashism in configure (Closes: #583002).
    + debian/patches/90_relibtoolize.patch:
      - Regenerated for the new version.
    + debian/patches/*:
      - Refreshed all patches.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 31 May 2010 10:33:59 +0200

gvfs (1.6.1-1) unstable; urgency=low

  * New upstream bugfix release.
    - debian/patches/01_maintainer_mode.patch,
      debian/patches/90_relibtoolize.patch:
      + Refreshed.
  * debian/control.in:
    - Don't build depend on libimobiledevice-dev on Hurd.
  * debian/gvfs-backends.install
    debian/rules
    - Install the afc backend from debian/rules, and don't do it on Hurd.
  * debian/source/format,
    debian/control.in,
    debian/rules:
    - Switch to source format 3.0 (quilt).

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 02 May 2010 18:16:31 +0200

gvfs (1.6.0-1) unstable; urgency=low

  * New upstream stable release:
    + debian/control.in:
      - Update build dependencies.
    + debian/control.in,
      debian/gvfs-backends.install:
      - Install the new AFC backend.
    + debian/patches/02_deprecated.patch,
      debian/patches/01_maintainer_mode.patch,
      debian/patches/05_shared_libdaemon.patch:
      - Updated to apply cleanly again.
    + debian/patches/90_relibtoolize.patch:
      - Regenerated for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 09 Apr 2010 06:04:57 +0200

gvfs (1.4.3-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Recommend gnome-keyring, since the library will stop doing so.
  * Suggest obex-data-server, not obexd-client.

  [ Michael Biebl ]
  * Drop devicekit-disks dependency from gvfs and let libgdu depend on the
    correct backend itself.
  * Add Breaks libgdu0 (<< 2.28.1-3) so we do not accidentally end up without
    devicekit-disks (or udisks) being installed.
  * Bump Standards-Version to 3.8.4. No further changes.

 -- Michael Biebl <biebl@debian.org>  Mon, 08 Mar 2010 17:45:12 +0100

gvfs (1.4.3-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/01_maintainer_mode.patch: fix to apply.

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 14 Dec 2009 21:45:30 +0100

gvfs (1.4.2-1) unstable; urgency=low

  [ Josselin Mouette ]
  * Suggest obexd-clint instead of obex-data-server.

  [ Andreas Henriksson ]
  * New upstream release.
  * Refresh patches and recreate 90_relibtoolize.patch

  [ Josselin Mouette ]
  * Break rhythmbox < 0.12.6-2. See #561083 for bugs that can happen 
    when RB and gvfs don’t use the same backend.

 -- Josselin Mouette <joss@debian.org>  Mon, 14 Dec 2009 14:39:01 +0100

gvfs (1.4.1-6) unstable; urgency=low

  * Drop fuse-utils dependency on !linux.
  * Upload to unstable, now we have a fixed devicekit-disks in testing.
  * “Hold on to dmsetup, I’m removing HAL.”

 -- Josselin Mouette <joss@debian.org>  Tue, 24 Nov 2009 15:54:31 +0100

gvfs (1.4.1-5+gdu) experimental; urgency=low

  * Merge changes in unstable to the experimental (GDU-enabled) branch.
  * Require dk-disks >> 009-1 to have IDE support.
  * Replace part of the sed magic by linux-any magic.
  * 05_shared_libdaemon.patch:
    + Put the common code for all gvfsd-* in a private library in 
      /usr/lib/gvfs/libgvfsdaemon.so. This reduces binary sizes and 
      memory overhead caused by the multiple running daemons. 
    + Move libgvfscommon* to /usr/lib/gvfs as well.
  * Install libgvfsdaemon.
  * 90_relibtoolize.patch: refresh accordingly.

 -- Josselin Mouette <joss@debian.org>  Mon, 16 Nov 2009 18:28:56 +0100

gvfs (1.4.1-5) unstable; urgency=low

  * Brown paper *bag* release.
  * debian/gvfs-backends.install:
    - debian/tmp/usr/share/gvfs/remote-volume-monitors/gphoto2.monitor is
      now installed from debian/rules to avoid installing it on the Hurd,
      so remove it from the .install file. Should really fix the build on
      the Hurd.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 13 Nov 2009 02:20:36 +0100

gvfs (1.4.1-4) unstable; urgency=low

  * Brown paper bug release.
  * debian/patches/series:
    - Really apply 04_hurd_path_max.patch. Closes: #555055.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Thu, 12 Nov 2009 08:15:01 +0100

gvfs (1.4.1-3) unstable; urgency=low

  * debian/patches/04_hurd_path_max.patch:
    - Fix the build in the Hurd.
  * debian/control.in:
    - Build-dep on libcdio-paranoia-dev on the Hurd now that it's available
      there.
  * debian/gvfs-backends.install,
    debian/rules:
    - Don't install the gphoto2 backend on the Hurd.
  * Thanks to Samuel Thibault for all the above. This closes: #555055.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 10 Nov 2009 23:08:45 +0100

gvfs (1.4.1-2+gdu) experimental; urgency=low

  * Re-upload the gdu-enabled branch to experimental.

 -- Josselin Mouette <joss@debian.org>  Sat, 24 Oct 2009 08:39:35 +0200

gvfs (1.4.1-1) unstable; urgency=low

  * New upstream bugfix release.
  * Drop debian/patches/10_kfreebsd.patch, merged upstream.
  * Updated debian/patches/01_maintainer_mode.patch to apply.
  * Rebuild debian/patches/90_relibtoolize.patch.
  * Bump standards-version to 3.8.3.

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 21 Oct 2009 14:12:57 +0200

gvfs (1.4.0-3) unstable; urgency=low

  * Break brasero < 2.28.0-2 because it locks the CD device, preventing 
    ejection.
  * Only install xdg-mount.1 on !linux.

 -- Josselin Mouette <joss@debian.org>  Thu, 08 Oct 2009 17:51:46 +0200

gvfs (1.4.0-2+gdu1) experimental; urgency=low

  * Enable GDU support on Linux.
  * Disable HAL on Linux.
  * Recommend policykit 1 (to mount stuff using devicekit-disks) instead 
    of gnome-mount.
  * Only install xdg-mount on !linux.

 -- Josselin Mouette <joss@debian.org>  Wed, 30 Sep 2009 00:55:17 +0200

gvfs (1.4.0-2) unstable; urgency=low

  * Do not build-depend on libudev on !linux.
  * gvfs.postinst: add big fat warning asking to restart the session 
    after the upgrade. Closes: #548898.
  * Enable libgudev on linux.

 -- Josselin Mouette <joss@debian.org>  Wed, 30 Sep 2009 00:32:46 +0200

gvfs (1.4.0-1) unstable; urgency=low

  [ Andreas Henriksson ]
  * New upstream release.
  * Bumped Build-Dependency on glib from 2.19.x to 2.21.x.
  * Updated 01_maintainer_mode.patch, 02_deprecated.patch to apply.
  * Regenerated 90_relibtoolize.patch.
  * Refreshed all patches.

  [ Josselin Mouette ]
  * Add build-dep on libudev.
  * Install the metadata store.

 -- Josselin Mouette <joss@debian.org>  Thu, 24 Sep 2009 10:12:24 +0200

gvfs (1.2.3-3) unstable; urgency=low

  * xdg-mount: new utility, that will spawn gnome-mount or exo-mount 
    depending on the running environment.
  * Depend on x11-utils for xprop.
  * Recommend gnome-mount | exo-utils.
  * Install the script and its manual page in gvfs.
  * 03_xdg-mount.patch: new patch. Use xdg-mount instead of gnome-mount. 
    Handle its specific return code by displaying the appropriate error.

 -- Josselin Mouette <joss@debian.org>  Mon, 17 Aug 2009 17:39:43 +0200

gvfs (1.2.3-2) unstable; urgency=low

  [ Josselin Mouette ]
  * gvfs-fuse depends on fuse-utils. Closes: #500886.

  [ Emilio Pozuelo Monfort ]
  * Add a watch file.
  * Only install obexftp on Linux systems, it's not available elsewhere.
    Thanks Cyril Brulebois. Closes: #540482.

 -- Emilio Pozuelo Monfort <pochu@ubuntu.com>  Sun, 09 Aug 2009 01:23:49 +0200

gvfs (1.2.3-1) unstable; urgency=low

  * Add back fuse and cdio support for kfreebsd.
  * 10_kfreebsd.patch: patch from Aurélien Jarno to add gphoto2 support 
    on kfreebsd. Closes: #528539.
    + Update 90_relibtoolize.patch accordingly.
  * Enable obexftp backend again now that bluez 4 is available.
    Closes: #530435.
  * Only suggest obex-data-server, it’s not as if it was so much related 
    to gvfs which does file browsing, not file sharing.
  * New upstream release.
  * Refresh a pair of patches accordingly.

 -- Josselin Mouette <joss@debian.org>  Fri, 29 May 2009 09:03:00 +0200

gvfs (1.2.2-2) unstable; urgency=low

  [ Deng Xiyue ]
  * Fix typo in gvfs Conflicts/Replaces: ligvfscommon0 -> libgvfscommon0
    (Closes: #526241)

 -- Josselin Mouette <joss@debian.org>  Thu, 30 Apr 2009 10:34:10 +0200

gvfs (1.2.2-1) unstable; urgency=low

  * New upstream release.
    + Allows to trash read-only directories. Closes: #341949.
  * Update build dependencies and dependencies.
  * Require fuse, cdparanoia and bluetooth only on Linux. Use 
    type-handling to only build gvfs-fuse on Linux architectures.
    Closes: #526073.
  * Disable obexftp backend until bluez 4.0 is available.
  * 02_http_unescape.patch: removed, merged upstream.
  * 02_deprecated.patch: new patch. Don’t use G_DISABLE_DEPRECATED in 
    production, it’s like shooting ourselves in the foot.
    Closes: #524905.
  * Regenerate or refresh other patches.
  * Update shlibs version to 1.2.1.
  * Add the newly shipped file to gvfs-backends.
  * Fix debug package priority.
  * Remove the library packages for now, there is no guarantee of 
    API/ABI stability, and the shipped headers don’t correspond with the 
    shipped libraries.
  * Move libgvfscommon.so.0 to gvfs, and libgvfscommon-dnssd.so.0 to 
    gvfs-backends.
  * Don’t tempt people with development symlinks.
  * Add proper Conflicts/Replaces in gvfs.

 -- Josselin Mouette <joss@debian.org>  Mon, 27 Apr 2009 22:01:02 +0200

gvfs (1.0.3-4) unstable; urgency=low

  * Add gvfs-dbg package with debugging symbols.
  * Build-depend on libltdl-dev instead of libltdl3-dev.

 -- Josselin Mouette <joss@debian.org>  Thu, 09 Apr 2009 19:36:46 +0200

gvfs (1.0.3-3) unstable; urgency=low

  * 02_http_unescape.patch: new patch, stolen upstream. Fix escaping of 
    HTTP uris that leads to a crash. Closes: #519722.

 -- Josselin Mouette <joss@debian.org>  Sat, 14 Mar 2009 18:50:49 +0100

gvfs (1.0.3-2) unstable; urgency=low

  * Upload to unstable.

 -- Josselin Mouette <joss@debian.org>  Wed, 04 Mar 2009 13:34:16 +0100

gvfs (1.0.3-1) experimental; urgency=low

  * Only suggest gvfs-backends. Nautilus already recommends it.
  * Install the completion file in /etc/bash_completion.d.
    Closes: #508294.
  * Remove the old profile.d conffile in the preinst.
  * New upstream release.
  * 01_maintainer_mode.patch: updated for the new version.

 -- Josselin Mouette <joss@debian.org>  Sun, 04 Jan 2009 13:13:35 +0100

gvfs (1.0.2-2) experimental; urgency=low

  * Move the burn backend to gvfs.

 -- Josselin Mouette <joss@debian.org>  Wed, 26 Nov 2008 00:50:57 +0100

gvfs (1.0.2-1) experimental; urgency=low

  [ Andreas Henriksson ]
  * New upstream release.
    - disable all patches (from upstream).
    - bump build-dependency on libglib2.0-dev to >= 2.17.6.
    - add build-dependency on intltool.
    - add version >= 2.23.91 to libsoup2.4-dev build-dependency.

  [ Josselin Mouette ]
  * Build-depend on openssh-client.
  * Bump requirement on libgphoto2.
  * Bump shlibs version to 0.99.6.
  * Fix D-Bus spelling error in descriptions. Make them a bit more 
    complete.
  * Include clean-la.mk; require gnome-pkg-tools 0.7.
  * Include the volume monitors.
  * Move the computer, localtest and trash backends to gvfs.
  * Add the corresponding conflict.
  * Do not run dh_makeshlibs on gvfs.
  * 01_maintainer_mode.patch: enable AM_MAINTAINER_MODE.
  * 90_relibtoolize.patch: relibtoolize to avoid the amd64 rpath issue.
  * 99_ltmain_as-needed.patch: the best friend of --as-needed.
  * Pass -z defs --as-needed -O1 to the linker.
  * gvfs-fuse and gvfs-bin depend on gvfs (= ${binary:Version}).

 -- Josselin Mouette <joss@debian.org>  Sun, 16 Nov 2008 19:51:57 +0100

gvfs (0.2.5-1.1) unstable; urgency=high

  * NMU
  * Apply upstream SVN r1819 - "(reindex_file_handle_for_path): Steal the old
    file handle record from the global hash table before replacing its path,
    not after."
  * Apply upstream SVN r1822: "(vfs_create): Hold the file handle lock while
    opening the stream."
  * Apply upstream SVN r1844: "Don't call statvfs on /."
  * Apply upstream SVN r1854: "Avoid a race between the subthread and the
    main thread in the case of dbus going bye-bye."
  * Apply part of r2052: "Set st_blocks & co so that du works."
  * Apply upstream SVN r2056: "Attempt to prevent potential race conditions in
    the FUSE backend when file handles get closed while still in use in
    another thread, if that ever happens."  closes: #496269.

 -- Clint Adams <schizo@debian.org>  Sat, 25 Oct 2008 09:29:53 -0400

gvfs (0.2.5-1) unstable; urgency=low

  * New upstream bugfix release:
    + Fixes trash problems with files beginning with an _ (Closes: #474616).
  * debian/control.in:
    + Update Standards-Version to 3.8.0, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 30 Jun 2008 12:07:05 +0200

gvfs (0.2.4-1) unstable; urgency=low

  * New upstream bugfix release:
    + Fixes a few FUSE issues (Closes: #476280).
  * debian/control.in:
    + Recommend obex-data-server to make ObexFTP work out of the
      box (Closes: #480005).

 -- Sebastian Dröge <slomo@debian.org>  Thu, 29 May 2008 09:21:32 +0200

gvfs (0.2.3-1) unstable; urgency=low

  * debian/gvfs-backends.postinst:
    + Use killall -q to not complain if there are no gvfsd processes. Thanks
      to Daniel Hahler (Closes: #473172).
  * New upstream release.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 08 Apr 2008 13:24:00 +0200

gvfs (0.2.2-1) unstable; urgency=low

  * debian/gvfs-backends.postinst:
    + Send SIGHUP to all gvfsd processes to let them reload their
      backends list.
  * debian/control.in:
    + Let gvfs recommend gvfs-backends.
  * New upstream release:
    + debian/patches/01_sftp_krb5.patch:
      - Dropped, merged upstream.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 28 Mar 2008 18:04:37 +0100

gvfs (0.2.1-1) unstable; urgency=low

  * New upstream release:
    + debian/patches/90_from_svn_fix_async_cancellation.patch:
      - Dropped, merged upstream.
    + debian/control.in,
      debian/gvfs-backends.install:
      - Add archive backend, allows reading many different archive types,
        for example tar and zip.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 17 Mar 2008 19:36:11 +0100

gvfs (0.2.0.1-2) unstable; urgency=low

  [ Josselin Mouette ]
  * Use quilt for patch handling.
  * 01_sftp_krb5.patch: ported from GnomeVFS. Make the sftp backend work 
    when pam_krb5 is used on the server side.

  [ Sebastian Dröge ]
  * debian/patches/90_from_svn_fix_async_cancellation.patch:
    + Patch from upstream SVN (and Ubuntu) to fix async cancellation.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 17 Mar 2008 00:56:13 +0100

gvfs (0.2.0.1-1) unstable; urgency=low

  * New upstream stable release.
  * debian/control.in:
    + Build depend on libltdl3-dev again to make libtool happy.

 -- Sebastian Dröge <slomo@debian.org>  Mon, 10 Mar 2008 21:29:54 +0100

gvfs (0.1.11-1) experimental; urgency=low

  * New upstream release.
  * debian/control.in:
    + Remove libltdl3-dev from Build-Depends, workaround is not needed anymore
      for some reason.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 05 Mar 2008 05:28:14 +0100

gvfs (0.1.10-1) experimental; urgency=low

  * New upstream release:
    + debian/control,
      debian/gvfs-backends.install:
      - Update build dependencies.
      - Add obexftp to the backends.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 04 Mar 2008 16:13:56 +0100

gvfs (0.1.8-1) experimental; urgency=low

  * New upstream release:
    + debian/control.in:
      - Update libglib2.0-dev build dependency to >= 2.15.6.
      - Build depend on libavahi-client-dev and libavahi-glib-dev.
      - Update libhal-dev build dependency to >= 0.5.10.
      - Build depend on libgphoto2-2-dev.
      - Build depend on libgnome-keyring-dev.
      - Add new backends to the gvfs-backends description.
      - Build depend on libltdl3-dev.
    + debian/gvfs-backends.install:
      - Add new backends.
    + debian/gvfs-bin.install:
      - Add new /etc/profile.d directory.
  * debian/control.in:
    + Add libglib2.0-dev to the dependencies of the -dev package.
    + Let gvfs Recommend hal and dbus as they're required for it to work.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 26 Feb 2008 07:19:53 +0100

gvfs (0.1.7-1) experimental; urgency=low

  * New upstream release:
    + debian/control.in:
      - Update glib build dependency.
      - Build depend on libgconf2-dev.
  * debian/control.in:
    + Let gvfs-backends depend on gvfs. The backends are useless without it.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 12 Feb 2008 06:55:57 +0100

gvfs (0.1.6-1) experimental; urgency=low

  [ Loic Minier ]
  * Add ${shlibs:Depends} and ${misc:Depends} to libgvfscommon-dev.
  * Wrap deps and remove trailing whitespace in control  :-P

  [ Sebastian Dröge ]
  * New upstream release:
    + debian/control.in:
      - Build depend on libglib2.0-dev (>= 2.15.4).
  * debian/control.in:
    + Let gvfs-backends depend on gvfs. Taken from the Ubuntu package.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 29 Jan 2008 12:37:10 +0100

gvfs (0.1.4-1) experimental; urgency=low

  * New upstream release.
  * debian/control.in:
    + Update descriptions.
    + Update build dependencies.
  * debian/gvfs-backends.install:
    + Add burn:// backend.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 22 Jan 2008 12:56:52 +0100

gvfs (0.1.2-1) experimental; urgency=low

  [ Sebastien Bacher ]
  * Initial packaging.

  [ Sebastian Dröge ]
  * Synced package from Ubuntu and uploaded to experimental (Closes: #444299).
  * debian/control.in:
    + Build depend on libsoup2.2-dev.
    + Update minimal versions of build dependencies.
    + Build depend on libxml-parser-perl.
  * debian/copyright:
    + Add another copyright holder.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 17 Jan 2008 12:32:52 +0100

gvfs (0.2.2-2.1) unstable; urgency=low

  * debian/gvfs-backends.postinst:
    + Use killall -q to not complain if there are no gvfsd processes. Thanks
      to Daniel Hahler (Closes: #473172).
  * 

 -- Sebastian Dröge <slomo@debian.org>  Tue, 08 Apr 2008 13:24:00 +0200
