gvfs (1.4.1-0ubuntu1) karmic; urgency=low * New upstream version: - Translation updates - FreeBSD support for the gphoto2 backend - Don't silently overwrite when restoring from trash (lp: #435387) - Avoid error dialogs when the user canceled - Fix a crash in the obexftp backend - Don't confuse media players for cameras * debian/patches/00git-separate-eject-detach.patch: - the change is in the new version * debian/patches/01_mtp_content_types.patch - the change is in the new version -- Sebastien Bacher Mon, 19 Oct 2009 23:48:47 +0200 gvfs (1.4.0-0ubuntu6) karmic; urgency=low * Add 04_dont_automount_internal_partitions.patch: Disable automounting for internal partitions. This avoids automounting them on the live system. This does not change behaviour in installed system, since internal partitions require polkit authorization, and those do not get automounted. (LP: #451613) -- Martin Pitt Mon, 19 Oct 2009 13:54:30 +0200 gvfs (1.4.0-0ubuntu5) karmic; urgency=low * debian/patches/03_http_input_query_info.patch: - Support querying information from HTTP input streams, Required for Rhythmbox podcast bug (LP: #437454) -- Robert Ancell Thu, 15 Oct 2009 13:42:25 +1100 gvfs (1.4.0-0ubuntu4) karmic; urgency=low * Add 02_music-player-mimetype.patch: Add media player content type if we have a multimedia-player icon. This is a kludge until https://bugs.freedesktop.org/show_bug.cgi?id=24500 gets discussed/solved properly. (LP: #440290) -- Martin Pitt Wed, 14 Oct 2009 11:57:35 +0200 gvfs (1.4.0-0ubuntu3) karmic; urgency=low * Add 01_mtp_content_types.patch: Set correct MIME type for MTP music players. (LP: #444083) -- Martin Pitt Mon, 12 Oct 2009 16:41:54 +0200 gvfs (1.4.0-0ubuntu2) karmic; urgency=low * Add 00git-separate-eject-detach.patch: Some systems use internal USB devices. Automatically detaching such drives when calling gdu_drive_eject() (triggered by e.g. the eject button in the Nautilus sidebar) as we do right now leads to loss of the drive until reboot (since the device is internal). The only viable option right now is to separate "Safely Remove Drive" and "Eject". If we gain infrastructure to let us know with 100% accuracy that a given receptacle is external we can go back to the previous behavior. (LP: #404185) -- Martin Pitt Fri, 09 Oct 2009 08:35:05 +0200 gvfs (1.4.0-0ubuntu1) karmic; urgency=low * New upstream version -- Sebastien Bacher Mon, 21 Sep 2009 16:59:55 +0200 gvfs (1.3.6-0ubuntu1) karmic; urgency=low * New upstream version: - Translation updates - ftp: robustness fixes - gdu: Avoid unnecessary authentication dialogs * debian/patches/00git-noninteractive-mounting-at-startup.patch: - the change is in the new version -- Sebastien Bacher Mon, 07 Sep 2009 12:50:58 +0200 gvfs (1.3.5-0ubuntu2) karmic; urgency=low * Add 00git-noninteractive-mounting-at-startup.patch: Do not attempt to mount drives at startup which need authentication. (LP: #396448) * debian/control: Bump libgdu-dev requirement for above patch. -- Martin Pitt Mon, 31 Aug 2009 19:14:04 +0200 gvfs (1.3.5-0ubuntu1) karmic; urgency=low * New upstream version: - Properly translate gvfs-* programs - Implement support for g_cancellable_release_fd - sftp: Handle existing file on mkdir - smb: Better performance when reading files - ftp: Fix memory leaks - Make dav mounts work be accessible with fuse (#590730,#590862) - metadata: Fix memory leaks in daemon - metadata: Fix rare write error on journal wrapover - gphoto: Handle removal of camera with multiple storage heads - hal: Fix crash for volumes with no HAL UDI * Drop 03-don-t-build-hal-monitor-when-building-gdu-monitor.patch: It's not really necessary and causes us having to autoreconf. (It's sent to upstream). * Drop 01_maintainer_mode.patch, we don't have patches touching Makefile.am etc. any more. * Drop 90_relibtoolize.patch. \o/ * debian/control: Bump libglib2.0-dev build dependency (depends on new symbol in 2.21.5). -- Martin Pitt Tue, 25 Aug 2009 22:19:56 +0200 gvfs (1.3.4-0ubuntu1) karmic; urgency=low * New upstream version: - ftp: Make large FTP transfers work - gphoto: use udev instead of hal - Fix build on FreeBSD - Bugs fixed: 588187, 589915, 573994, 590793, 576229, 589434 (lp: #403223, #404490, #291259, #364084, #395216) * debian/patches/02-port-gphoto2-backend-and-monitor-to-gudev.patch: - the change is in the new version * debian/patches/90_relibtoolize.patch: - new version update -- Sebastien Bacher Mon, 10 Aug 2009 22:24:25 +0200 gvfs (1.3.3-0ubuntu1) karmic; urgency=low * New upstream release: - Some bug fixes. - Lots of translation updates. * Drop 04-metadata-init-dbus.patch, applied upstream. * debian/rules: Switch back to quilt. -- Martin Pitt Mon, 03 Aug 2009 08:34:15 +0100 gvfs (1.3.2-0ubuntu4) karmic; urgency=low * 04-metadata-init-dbus.patch: Fix stupid typo. -- Martin Pitt Mon, 20 Jul 2009 15:25:23 +0200 gvfs (1.3.2-0ubuntu3) karmic; urgency=low * debian/gvfs.install: Install gvfs-metadata. * Add 04-metadata-init-dbus.patch: Fix crash of gvfsd-metadata, caused by uninitialized D-BUS error. (LP: #401367) -- Martin Pitt Mon, 20 Jul 2009 15:17:50 +0200 gvfs (1.3.2-0ubuntu2) karmic; urgency=low * 02-port-gphoto2-backend-and-monitor-to-gudev.patch: Don't use g_udev_device_get_property_as_int(), since it interprets a number like "018" (as DEVNUM might look like) as octal number. Use atoi() to force decimal. This fixes the correct detection of USB bus and device number, and thus restores proper names and automatic unmounting. (LP: #399320) -- Martin Pitt Thu, 16 Jul 2009 18:40:06 +0200 gvfs (1.3.2-0ubuntu1) karmic; urgency=low [ Robert Ancell ] * New upstream release: (LP: #399142) - metadata-store: initial implementation - gvfs-ls: add a -n option to gvfs-ls for nofollow-symlinks - gvfsd-computer: better handling of PC floppy drives - ftp: EPTR support - cdda: Support gudev (and prefer it instead of hal) - Add support user interaction when unmounting mounts (gdu, gphoto2) - Add support starting/stopping drives (gdu monitor) - Fix 'make distcheck' - Bugs fixed: 582175, 516704, 586280, 585853, 582772, 585591, 587484 * debian/patches/02-cdda-backend-support-and-prefer-gudev.patch: * debian/patches/05-conditionalize-hal-support-in-obexftp-backend.patch: * debian/patches/90_git_change_fix_computer_crash.patch: - Applied upstream * debian/patches/01_maintainer_mode.patch * debian/patches/90_relibtoolize.patch - Refreshed [ Martin Pitt ] * Replace gphoto monitor/backend hal→gudev ports with newest patch proposed upstream. * Add 03-don-t-build-hal-monitor-when-building-gdu-monitor.patch: Don't build hal monitor when building gdu monitor. Patch proposed upstream in bz#586410, and avoids build-conflicting to libhal-dev for reproducible results. * 90_relibtoolize.patch: Refresh. -- Robert Ancell Tue, 14 Jul 2009 11:49:21 +0200 gvfs (1.3.1-0ubuntu3) karmic; urgency=low The "bye-bye, hal!" release. [ Sebastien Bacher ] * debian/watch: define version watch [ Martin Pitt ] * debian/control.in: Add libgudev-1.0-dev build dependency, drop libhal-dev build dependency. * debian/control.in: Drop hal recommends. * Add 02-cdda-backend-support-and-prefer-gudev.patch: Port cdda backend from hal to gudev. * Add 03-port-gphoto2-backend-to-gudev.patch: Port gphoto2 backend from hal to gudev. * Add 04-port-gphoto2-monitor-to-gudev.patch: Port gphoto volume monitor from hal to gudev. * Add 05-conditionalize-hal-support-in-obexftp-backend.patch: Only build against and query hal in the obexftp backend if hal is available. It currently only checks for devices with the "obex" capability, but this is neither supported in bluez/hal nor necessary for connecting to a bluetooth device through bluez-gnome & friends. (See fd.o #586411 for details) * Refresh 90_relibtoolize.patch to pick up changes from above patches. * debian/gvfs.install: Drop hal volume monitor. -- Martin Pitt Fri, 03 Jul 2009 10:55:27 +0200 gvfs (1.3.1-0ubuntu2) karmic; urgency=low * debian/patches/90_git_change_fix_computer_crash.patch: - git change to fix the gvfsd-computer crashing when devices have no names (lp: #387036) * debian/control.in: - gvfs depends on policykit-1-gnome which is required for mounting now -- Sebastien Bacher Mon, 29 Jun 2009 14:38:51 +0200 gvfs (1.3.1-0ubuntu1) karmic; urgency=low * New upstream version: - Add Gnome Disk utility based volume monitor - Emit pre-unmount signal on GMounts - Use new race-free cancellation connect APIs - fix crash with newer glib - avoid sending progress info if not needed - ftp: Convert to use gio network APIs - ftp: Restructure code significantly - ftp: Fix logging in to a FTP server only works for the 2nd attempt - ftp: Handle files > 4 gig - gphoto: Fix support for Canon EOS 5D - sftp: Pick up SSH_AUTH_SOCK from gnome-keyring - sftp: Don't trust remote permissions for uids other than user - cdda: verify filenames before using - gvfs-copy: Show speed when copying * debian/control.in: - updated gdu and glib requirement * debian/patches/90_relibtoolize.patch: - new version update -- Sebastien Bacher Mon, 15 Jun 2009 11:50:47 +0200 gvfs (1.3git20090512-0ubuntu2) karmic; urgency=low * debian/control.in: - depends on devicekit-disks - lists vcs information - use replaces for the gdu backend binary change * debian/gvfs.install, debian/gvfs-backends.install: - install the gdu backend in the gvfs binary -- Sebastien Bacher Fri, 05 Jun 2009 11:21:20 +0200 gvfs (1.3git20090512-0ubuntu1) karmic; urgency=low * New git version with gnome-disk-utility backend, this one is used when gnome-disk-utility is installed, don't recommends this one for now though to not disrupt the current cds builds * debian/control.in: - build-depends on libgdu-dev to get the new backend built * debian/gvfs-backends.install: - list the new monitor files to install * debian/patches/01_maintainer_mode.patch: - enable this change * debian/patches/90_relibtoolize.patch: - new version update * debian/patches/91_svn_change_ssh_use_gnome_keyring.patch: - the change is in the new version -- Sebastien Bacher Tue, 12 May 2009 14:15:23 +0200 gvfs (1.2.2-0ubuntu1) jaunty; urgency=low * New upstream version: - ftp: Fix error handling in some cases - proxy monitor: Fix warning spew * debian/patches/91_svn_change_ssh_use_gnome_keyring.patch: - svn change to get the ssh backend to use gnome-keyring (lp: #345496) -- Sebastien Bacher Mon, 13 Apr 2009 21:04:33 +0200 gvfs (1.2.1-0ubuntu1) jaunty; urgency=low * New upstream version: - Fix duplicate CD audio icons after remount - Fix problems mounting encrypted volumes - Handle usernames with @ in them better in uris - trash: handle weird filenames correctly - sftp: Fix various error conditions - volume monitors: emit pre-unmount signals - smb: Fix various error conditions - fuse: Make sure closing a file flushed the file on the backend * debian/patches/90_svn_update.patch: - the change is the new version -- Sebastien Bacher Fri, 03 Apr 2009 16:51:09 +0200 gvfs (1.2.0-0ubuntu2) jaunty; urgency=low * debian/patches/90_svn_update.patch: - update to current svn to give it some testing and make the 2.26.1 update easier to review * debian/patches/90_relibtoolize.patch: - reactivated and updated -- Sebastien Bacher Thu, 02 Apr 2009 00:41:20 +0200 gvfs (1.2.0-0ubuntu1) jaunty; urgency=low * New upstream version: - sftp: Don't hang if ssh no authentication method availible - Don't leak file monitors - computer: don't show shadowed mounts -- Sebastien Bacher Mon, 16 Mar 2009 13:19:50 +0100 gvfs (1.1.8-0ubuntu1) jaunty; urgency=low * New upstream version: - Fix crashers and leaks (lp: #201519) - Handle file:// uris with anchors in gvfs-open - fuse: Support ftruncate to the current file size (lp: #234532) - escape/unescape hostname part in uris, allowing spaces in e.g. smb domains - hal: Fix "No mount object" error on mount - Change details of the new .xdg-volume-info file format - Fix races in cancellation of gvfs streams - Remove debug spew from backends - ftp: Fix anonymous login (lp: #334540) - gphoto2: Ignore broken storages with no capacity (lp: #326029) - Don't globally modify COMP_WORDBREAKS in bash completion script (lp: #290784) - Don't ask for username when getting ssh key passphrase * debian/patches/91_upstream_change_fix_trash_crasher.patch: - the change is in the new version -- Sebastien Bacher Tue, 10 Mar 2009 13:02:47 +0100 gvfs (1.1.7-0ubuntu1) jaunty; urgency=low * New upstream version: - Fix build on some platforms - ftp: Fix short read errors (lp: #208750) - gphoto2: Make it work on iphone - sftp: Fix symlink creation - fuse: Better support of truncation, fixing OOo save (lp: #317587) - proxy monitors: Support mount operations, etc - gvfs-mount: add --device commandline support - sftp: Fix protocol bug that made some servers not work (lp: #286053) - general support for query_info over streams, implemented for smb, sftp - Initial support for .xdg-volume-info reading (lp: #269159) - fix trash crasher (lp: #332554) - use ssh config (lp: #264803) * debian/patches/02_support_xdg_volume_info.patch: - the new version fixes this issue * debian/patches/91_upstream_change_fix_trash_crasher.patch: - upstream change to fix a trash crasher (lp: #333791) * debian/rules: - shlibs version update -- Sebastien Bacher Mon, 02 Mar 2009 18:10:40 +0100 gvfs (1.1.6-0ubuntu1) jaunty; urgency=low * New upstream version: - Fix crashes - trash: Better messages - Clean up glib and gtk includes - archive: Build with later versions of libarchive - dav: Fix folder creation - dav: Fix redirection when user is specified in url - http: fix error propagation - sftp: Try to preserve ownership when replacing a file * debian/control.in: - gvfs-fuse depends on fuse-utils to work (lp: #327858) * debian/patches/90_upstream_change_fix_rhythmbox_crasher.patch: - the change is in the new version -- Sebastien Bacher Mon, 16 Feb 2009 14:57:52 +0100 gvfs (1.1.5-0ubuntu2) jaunty; urgency=low * Add 02_support_xdg_volume_info.patch: Support reading a .volume-info file on mounts. This allows non-hal mounts (such as FUSE) to have custom icons and names. Patch by Rodney Dawes. -- Martin Pitt Thu, 12 Feb 2009 19:37:49 +0100 gvfs (1.1.5-0ubuntu1) jaunty; urgency=low * New upstream version: - network: Pick up SMB shares from zeroconf - obexftp: Write support for - obexftp: Support obexftp over usb - trash: Don't follow symlinks on delete - fix crashes (lp: #320386) * debian/patches/91_dnssd_use_libglib.patch, debian/patches/92_svn_change_fix_incorrect_trash_write.patch, debian/patches/93_svn_change_fix_trash_enumerate_issue.patch: - the change is in the new version * debian/rules: - updated shlibs version (lp: #322763) -- Sebastien Bacher Mon, 02 Feb 2009 14:38:23 +0100 gvfs (1.1.4-0ubuntu3) jaunty; urgency=low * debian/patches/93_svn_change_fix_trash_enumerate_issue.patch: - svn change to fix trashing issue (lp: #323321) -- Sebastien Bacher Fri, 30 Jan 2009 22:47:26 +0100 gvfs (1.1.4-0ubuntu2) jaunty; urgency=low * debian/patches/92_svn_change_fix_incorrect_trash_write.patch: - svn change to fix an incorrect write issue -- Sebastien Bacher Wed, 28 Jan 2009 18:03:22 +0100 gvfs (1.1.4-0ubuntu1) jaunty; urgency=low * New upstream version: - Trash performance fixes - Fuse performance fixes * debian/patches/91_dnssd_use_libglib.patch: - new patch to fix a build issue -- Sebastien Bacher Mon, 19 Jan 2009 22:44:40 +0100 gvfs (1.1.3-0ubuntu2) jaunty; urgency=low * debian/control.in: - use the new libsoup-gnome variant -- Sebastien Bacher Thu, 08 Jan 2009 16:39:07 +0100 gvfs (1.1.3-0ubuntu1) jaunty; urgency=low * New upstream version: - ftp: fix limited number of connections causes commands to fail - trash: fix parallel build doesn't work - trash: add trash::orig-path and trash::deletion-date info - trash: set files to mode 700 before deleting to deal with users trashing read-only directories - smb-browse: browsing authentication support (lp: #193232, #207072) - smb-browse: make backend not automounted anymore - New trash backend (lp: #7560, #187565, #201393, #206747, #207835, #216739) - Use the new shadow mount facility in gio - gphoto2: Use shadow mounts - obex: Fix icon for root directory - http: Fix major memory leak (lp: #225615) - http: Support proxies * debian/patches/01_maintainer_mode.patch, debian/patches/90_relibtoolize.patch: - commented debian change for now since it's not really required and create build issue using the jaunty libtool version * debian/patches/90_correct_glib_use.patch: - the issue is fixed in the new version -- Sebastien Bacher Wed, 07 Jan 2009 22:52:11 +0100 gvfs (1.1.1-0ubuntu2) jaunty; urgency=low * debian/control.in: - updated glib requirement -- Sebastien Bacher Tue, 02 Dec 2008 18:39:10 +0100 gvfs (1.1.1-0ubuntu1) jaunty; urgency=low * New upstream version: - Reverse map FUSE pathnames to gvfs locations - Fix crashes - Show better icon info in gvfs-info - Support custom icons for gvfs backends - dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port - ftp: Fix time parsing - ftp: Show username in auth dialog if specified in uri - ftp: Support UTF8 server feature - ftp: Use LIST -a instead of LIST on unix servers - fuse: Fix major race in that caused crashes - fuse: Set st_blocks so that e.g. the "du" command works - gphoto: use custom icons for faster thumbnails - obexftp: Port to bluez 4 API - sftp: If name specified in mount, use in name too so that fuse paths are unique - sftp: Support /etc/favicon.png - smb: Don't ask for password twice if cancelled - smb: support setting timestamp * debian/gvfs-backends.install: - new version update * debian/patches/updated_obex_apis.patch: - the changes are in the new version * debian/patches/90_correct_glib_use.patch: - correctly use glib to fix a build issue -- Sebastien Bacher Tue, 02 Dec 2008 17:26:35 +0100 gvfs (1.0.3-0ubuntu1) jaunty; urgency=low * New upstream version: - Fixed custom mimetype icon won't display problem - Fixed a memory leak - Fixed paste into menu item blinking in nautilus -- Sebastien Bacher Tue, 25 Nov 2008 10:53:34 +0100 gvfs (1.0.2-1ubuntu1) jaunty; urgency=low * Sync on Debian * debian/patches/updated_obex_apis.patch: - update the obex api to the current version * debian/patches/90_upstream_change_fix_rhythmbox_crasher.patch: - change to fix incorrectly url parsing leading to a rhythmbox crasher -- Sebastien Bacher Mon, 17 Nov 2008 10:37:16 +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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Tue, 08 Apr 2008 13:24:00 +0200