--- gvfs-0.1.7.orig/debian/patches/90_from_svn_fix_fileselector_crash.patch +++ gvfs-0.1.7/debian/patches/90_from_svn_fix_fileselector_crash.patch @@ -0,0 +1,12 @@ +--- trunk/hal/ghalvolumemonitor.c 2008/01/29 15:06:45 1204 ++++ trunk/hal/ghalvolumemonitor.c 2008/02/12 13:40:52 1263 +@@ -118,7 +118,7 @@ + g_object_unref (monitor->pool); + + g_list_foreach (monitor->last_camera_devices, (GFunc)g_object_unref, NULL); +- g_list_free (monitor->last_optical_disc_devices); ++ g_list_free (monitor->last_camera_devices); + g_list_foreach (monitor->last_optical_disc_devices, (GFunc)g_object_unref, NULL); + g_list_free (monitor->last_optical_disc_devices); + g_list_foreach (monitor->last_drive_devices, (GFunc)g_object_unref, NULL); + --- gvfs-0.1.7.orig/debian/copyright +++ gvfs-0.1.7/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Sebastien Bacher on +Mon, 19 Nov 2007 15:39:01 +0100. + +It was downloaded from http://download.gnome.org/sources/gvfs + +Upstream Author: Alexander Larsson + +Copyright: + + Copyright (C) 2002, 2003 CodeFactory AB + Copyright (C) 2001,2002,2004 Red Hat, Inc. + Copyright (C) 2003, 2004 Red Hat, Inc. + Copyright (C) 2006-2007 Red Hat, Inc. + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. + +The Debian packaging is (C) 2007, Sebastien Bacher and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- gvfs-0.1.7.orig/debian/changelog +++ gvfs-0.1.7/debian/changelog @@ -0,0 +1,177 @@ +gvfs (0.1.7-0ubuntu2) hardy; urgency=low + + * debian/patches/90_from_svn_fix_fileselector_crash.patch: + - change from SVN, fix incorrect free usage leading to applications crashes + when using the gio fileselector + + -- Sebastien Bacher Tue, 12 Feb 2008 14:49:31 +0100 + +gvfs (0.1.7-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Update for gio API changes + - Add gconf based implementation of g_app_info_get_default_for_uri_scheme + - Fix crashes (lp: #187754) + - Allow navigation with http uris + - Better file read performance with readahead and large block reads + - Lots of bugs fixed in trash backend + - Pick up cdrom icons from autorun.inf + - Add "filesystem" file to computer:// (lp: #185529) + - Fix renaming in sftp and smb (lp: #187705) + * debian/control.in: + - build-depends on libconf2-dev + - updated libglib requirement + * debian/patches/90_from_svn_fix_mount_issues.patch, + debian/patches/91_from_svn_better_network_speed.patch: + - dropped, fixed in the new version + + -- Sebastien Bacher Tue, 12 Feb 2008 00:31:32 +0100 + +gvfs (0.1.6-0ubuntu3) hardy; urgency=low + + * debian/patches/91_from_svn_better_network_speed.patch: + - change from svn to improve network speed (LP: #186461) + + -- Sebastien Bacher Fri, 01 Feb 2008 15:00:00 +0100 + +gvfs (0.1.6-0ubuntu2) hardy; urgency=low + + * debian/patches/90_from_svn_fix_mount_issues.patch: + - change from svn to fix mount issues + + -- Sebastien Bacher Wed, 30 Jan 2008 16:49:03 +0100 + +gvfs (0.1.6-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Add files missing in the released 0.1.5 tarball + + -- Sebastien Bacher Tue, 29 Jan 2008 09:52:07 +0100 + +gvfs (0.1.5-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Update to work with latest glib + - Fix sftp error handling on reading directories + - Use correct file info attribute name style + - Add gvfs-mkdir app + - hal: Don't show drives if all volumes are hidden + - Enable translations + * debian/control.in: + - updated glib requirement + * debian/patches/90_from_svn_ssh_copy_directory.patch: + - dropped, fixed with the new version + + -- Sebastien Bacher Mon, 28 Jan 2008 23:12:05 +0100 + +gvfs (0.1.4-0ubuntu4) hardy; urgency=low + + * Build-dep on libsoup2.4-dev (>= 2.3.0~) for dav support; install + http and dav backends in gvfs-backends. + + -- Loic Minier Fri, 25 Jan 2008 10:52:21 +0100 + +gvfs (0.1.4-0ubuntu3) hardy; urgency=low + + * debian/patches/90_from_svn_ssh_copy_directory.patch: + - change from SVN fixing directories copies when using ssh + + -- Sebastien Bacher Tue, 22 Jan 2008 16:38:32 +0000 + +gvfs (0.1.4-0ubuntu2) hardy; urgency=low + + * debian/control.in: + - gvfs-backends Depends on gvfs now + + -- Sebastien Bacher Tue, 22 Jan 2008 11:44:22 +0000 + +gvfs (0.1.4-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Update to work with latest glib + - Fix compiler warnings + + -- Sebastien Bacher Mon, 21 Jan 2008 15:55:19 +0000 + +gvfs (0.1.3-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Various fixes to hal volume monitor + - Make gvfsd reload config on SIGUSR1 + - Updates to http/dav backends + - Port http backend to libsoup 2.4. + - Initial burn:/// backend + - Add ssh: alias for sftp: + - Fix fuse mount + - Automount fuse on startup of daemon + - Various bugfixes + * debian/control.in, + debian/gvfs-backends.install: + - don't use libsoup there is no tarball available yet + - updated the descriptions + + -- Sebastien Bacher Mon, 21 Jan 2008 15:19:35 +0000 + +gvfs (0.1.2-0ubuntu2) hardy; urgency=low + + * debian/control.in: + + Add missing build-dependency on libsoup2.2-dev. + + -- Michael Bienia Thu, 17 Jan 2008 14:26:06 +0100 + +gvfs (0.1.2-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Switch to intltool fro translation setup + - Update to latest gio APIS + - Add mount list option to gvfs-mount + - Specify fallback icons in hal backend + - Implement more of computer: backend + - Initial http backend + - Fix get_relative_path bug on root paths + * debian/control.in: + - updated glib requirement + - updated the description + * debian/gvfs-backends.install: + - updated to the new version + + -- Sebastien Bacher Tue, 15 Jan 2008 01:02:59 +0100 + +gvfs (0.1.1-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Use gio from glib (glib 2.15.1 required) + - Fix translation issues + - Fix various sftp backend issues + - Move .mount files to /usr/share/gvfs/mounts + - Add initial computer:/// backend + * debian/control.in: + - updated the gvfs-backends description to list the new backends there + - updated glib requirement + * debian/gvfs-backends.install: + - updated to the new version changes + + -- Sebastien Bacher Tue, 08 Jan 2008 17:45:44 +0100 + +gvfs (0.1.0-0ubuntu1) hardy; urgency=low + + * New upstream version: + - Use gio from glib + - Update to API changes in gio + - add cdda backend + - add hal volume monitor + * debian/control.in: + - Build-Depends on the new libglib and not on libgio, libcdio-paranoia-dev, + libhal-dev + - list new gvfs-bin + - updated Standards-Version number + * updated install files for the changes + + -- Sebastien Bacher Fri, 21 Dec 2007 19:25:37 +0100 + +gvfs (0.0.2-0ubuntu1) hardy; urgency=low + + * Initial upload + + -- Sebastien Bacher Mon, 19 Nov 2007 15:39:01 +0100 + --- gvfs-0.1.7.orig/debian/control.in +++ gvfs-0.1.7/debian/control.in @@ -0,0 +1,87 @@ +Source: gvfs +Priority: optional +Maintainer: Sebastien Bacher +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 5), + autotools-dev, + cdbs, + gnome-pkg-tools, + libglib2.0-dev (>= 2.15.5), + libgconf2-dev, + libdbus-1-dev, + libfuse-dev, + libsmbclient-dev, + libcdio-paranoia-dev, + libhal-dev, + libsoup2.4-dev (>= 2.3.0~) +Standards-Version: 3.7.3 +Section: libs + +Package: libgvfscommon0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - library + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the libgvfscommon library. + +Package: libgvfscommon-dev +Section: libdevel +Architecture: any +Depends: libgvfscommon0 (= ${binary:Version}) +Description: userspace virtual filesystem - development files + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the libgvfscommon development files. + +Package: gvfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - server + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the gvfs server. + +Package: gvfs-fuse +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - fuse server + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the gvfs-fuse server. + +Package: gvfs-backends +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gvfs (= ${binary:Version}) +Description: userspace virtual filesystem - backends + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the burn, cdda, computer, ftp, localtest, sftp, + smb, smb-browse, and trash backends. + +Package: gvfs-bin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - binaries + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the binaries --- gvfs-0.1.7.orig/debian/gvfs-fuse.install +++ gvfs-0.1.7/debian/gvfs-fuse.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/gvfs/gvfs-fuse-daemon --- gvfs-0.1.7.orig/debian/control +++ gvfs-0.1.7/debian/control @@ -0,0 +1,87 @@ +Source: gvfs +Priority: optional +Maintainer: Sebastien Bacher +Uploaders: Debian GNOME Maintainers , Loic Minier +Build-Depends: debhelper (>= 5), + autotools-dev, + cdbs, + gnome-pkg-tools, + libglib2.0-dev (>= 2.15.5), + libgconf2-dev, + libdbus-1-dev, + libfuse-dev, + libsmbclient-dev, + libcdio-paranoia-dev, + libhal-dev, + libsoup2.4-dev (>= 2.3.0~) +Standards-Version: 3.7.3 +Section: libs + +Package: libgvfscommon0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - library + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the libgvfscommon library. + +Package: libgvfscommon-dev +Section: libdevel +Architecture: any +Depends: libgvfscommon0 (= ${binary:Version}) +Description: userspace virtual filesystem - development files + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the libgvfscommon development files. + +Package: gvfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - server + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the gvfs server. + +Package: gvfs-fuse +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - fuse server + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the gvfs-fuse server. + +Package: gvfs-backends +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gvfs (= ${binary:Version}) +Description: userspace virtual filesystem - backends + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the burn, cdda, computer, ftp, localtest, sftp, + smb, smb-browse, and trash backends. + +Package: gvfs-bin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: userspace virtual filesystem - binaries + gvfs is a userspace virtual filesystem where mount runs as a separate + processes which you talk to via dbus. It also contains a gio module that + seamlessly adds gvfs support to all applications using the gio API. It also + supports exposing the gvfs mounts to non-gio applications using fuse. + . + This package contains the binaries --- gvfs-0.1.7.orig/debian/rules +++ gvfs-0.1.7/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk --- gvfs-0.1.7.orig/debian/gvfs-backends.install +++ gvfs-0.1.7/debian/gvfs-backends.install @@ -0,0 +1,13 @@ +debian/tmp/usr/share/gvfs +debian/tmp/usr/lib/gvfs/gvfsd-burn +debian/tmp/usr/lib/gvfs/gvfsd-cdda +debian/tmp/usr/lib/gvfs/gvfsd-computer +debian/tmp/usr/lib/gvfs/gvfsd-dav +debian/tmp/usr/lib/gvfs/gvfsd-ftp +debian/tmp/usr/lib/gvfs/gvfsd-http +debian/tmp/usr/lib/gvfs/gvfsd-localtest +debian/tmp/usr/lib/gvfs/gvfsd-sftp +debian/tmp/usr/lib/gvfs/gvfsd-smb +debian/tmp/usr/lib/gvfs/gvfsd-smb-browse +debian/tmp/usr/lib/gvfs/gvfsd-trash + --- gvfs-0.1.7.orig/debian/libgvfscommon-dev.install +++ gvfs-0.1.7/debian/libgvfscommon-dev.install @@ -0,0 +1,2 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.so --- gvfs-0.1.7.orig/debian/gvfs-bin.install +++ gvfs-0.1.7/debian/gvfs-bin.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/gvfs-* --- gvfs-0.1.7.orig/debian/libgvfscommon0.install +++ gvfs-0.1.7/debian/libgvfscommon0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- gvfs-0.1.7.orig/debian/gvfs.install +++ gvfs-0.1.7/debian/gvfs.install @@ -0,0 +1,5 @@ +debian/tmp/usr/lib/gio/modules/*.so +debian/tmp/usr/lib/gvfs/gvfsd +debian/tmp/usr/share/dbus-1 +debian/tmp/usr/share/locale + --- gvfs-0.1.7.orig/debian/compat +++ gvfs-0.1.7/debian/compat @@ -0,0 +1 @@ +5