r15405 - in /desktop/unstable/gvfs/debian: changelog control control.in gvfs-backends.postinst

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Mar 25 15:43:42 UTC 2008


Author: slomo
Date: Tue Mar 25 15:43:42 2008
New Revision: 15405

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15405
Log:
* 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.

Added:
    desktop/unstable/gvfs/debian/gvfs-backends.postinst
Modified:
    desktop/unstable/gvfs/debian/changelog
    desktop/unstable/gvfs/debian/control
    desktop/unstable/gvfs/debian/control.in

Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=15405&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog (original)
+++ desktop/unstable/gvfs/debian/changelog Tue Mar 25 15:43:42 2008
@@ -1,3 +1,13 @@
+gvfs (0.2.1-2) UNRELEASED; 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.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 25 Mar 2008 16:40:38 +0100
+
 gvfs (0.2.1-1) unstable; urgency=low
 
   * New upstream release:

Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=15405&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control (original)
+++ desktop/unstable/gvfs/debian/control Tue Mar 25 15:43:42 2008
@@ -24,7 +24,8 @@
                libxml2-dev,
                libbluetooth-dev (>= 3.12),
                libxml-parser-perl,
-               libltdl3-dev
+               libltdl3-dev,
+               libarchive-dev
 Standards-Version: 3.7.3
 Section: libs
 
@@ -60,7 +61,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: dbus, hal (>= 0.5.10)
+Recommends: dbus, hal (>= 0.5.10), gvfs-backends
 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 
@@ -92,8 +93,9 @@
  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, dav, dnssd, ftp, gphoto2,
- http, localtest, network, obexftp, sftp, smb, smb-browse and trash backends.
+ This package contains the archive, burn, cdda, computer, dav, dnssd, ftp,
+ gphoto2, http, localtest, network, obexftp, sftp, smb, smb-browse and
+ trash backends.
 
 Package: gvfs-bin
 Architecture: any

Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=15405&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in (original)
+++ desktop/unstable/gvfs/debian/control.in Tue Mar 25 15:43:42 2008
@@ -61,7 +61,7 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: dbus, hal (>= 0.5.10)
+Recommends: dbus, hal (>= 0.5.10), gvfs-backends
 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 

Added: desktop/unstable/gvfs/debian/gvfs-backends.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/gvfs-backends.postinst?rev=15405&op=file
==============================================================================
--- desktop/unstable/gvfs/debian/gvfs-backends.postinst (added)
+++ desktop/unstable/gvfs/debian/gvfs-backends.postinst Tue Mar 25 15:43:42 2008
@@ -1,0 +1,11 @@
+#! /bin/sh
+set -e
+
+#DEBHELPER#
+
+if [ "$1" = "configure" ]; then
+	# Let gvfsd reload it's backend list
+	killall gvfsd -HUP || true
+fi
+
+exit 0




More information about the pkg-gnome-commits mailing list