r14262 - in /packages/experimental/gvfs/debian: changelog control control.in gvfs-backends.install gvfs-bin.install gvfs.install

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Jan 17 11:39:13 UTC 2008


Author: slomo
Date: Thu Jan 17 11:39:08 2008
New Revision: 14262

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14262
Log:
* sync gvfs package from ubuntu and update build dependencies

Added:
    packages/experimental/gvfs/debian/gvfs-bin.install
Modified:
    packages/experimental/gvfs/debian/changelog
    packages/experimental/gvfs/debian/control
    packages/experimental/gvfs/debian/control.in
    packages/experimental/gvfs/debian/gvfs-backends.install
    packages/experimental/gvfs/debian/gvfs.install

Modified: packages/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/changelog?rev=14262&op=diff
==============================================================================
--- packages/experimental/gvfs/debian/changelog (original)
+++ packages/experimental/gvfs/debian/changelog Thu Jan 17 11:39:08 2008
@@ -1,6 +1,13 @@
-gvfs (0.0.2-1) unstable; urgency=low
+gvfs (0.1.2-1) experimental; urgency=low
 
-  * Initial upload (Closes: #444299).
+  [ Sebastien Bacher ]
+  * Initial packaging.
 
- -- Sebastien Bacher <seb128 at debian.org>  Mon, 19 Nov 2007 15:39:01 +0100
+  [ 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.
 
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 17 Jan 2008 12:32:52 +0100
+

Modified: packages/experimental/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/control?rev=14262&op=diff
==============================================================================
--- packages/experimental/gvfs/debian/control (original)
+++ packages/experimental/gvfs/debian/control Thu Jan 17 11:39:08 2008
@@ -1,17 +1,19 @@
 Source: gvfs
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5), 
                autotools-dev, 
                cdbs,
                gnome-pkg-tools,
-               libglib2.0-dev (>= 2.13.8),
-               libgio-dev (>= 0.1.2),
+               libglib2.0-dev (>= 2.15.2),
                libdbus-1-dev,
                libfuse-dev,
-               libsmbclient-dev
-Standards-Version: 3.7.2
+               libsmbclient-dev (>= 3.0),
+               libcdio-paranoia-dev (>= 0.78.2),
+               libhal-dev (>= 0.5.9),
+               libsoup2.2-dev (>= 2.2.104)
+Standards-Version: 3.7.3
 Section: libs
 
 Package: libgvfscommon0
@@ -69,4 +71,17 @@
  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 ftp, sftp, smb, smb-browse, and trash backends.
+ This package contains the cdda, computer, dav, ftp, http, 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
+

Modified: packages/experimental/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/control.in?rev=14262&op=diff
==============================================================================
--- packages/experimental/gvfs/debian/control.in (original)
+++ packages/experimental/gvfs/debian/control.in Thu Jan 17 11:39:08 2008
@@ -6,12 +6,14 @@
                autotools-dev, 
                cdbs,
                gnome-pkg-tools,
-               libglib2.0-dev (>= 2.13.8),
-               libgio-dev (>= 0.1.2),
+               libglib2.0-dev (>= 2.15.2),
                libdbus-1-dev,
                libfuse-dev,
-               libsmbclient-dev
-Standards-Version: 3.7.2
+               libsmbclient-dev (>= 3.0),
+               libcdio-paranoia-dev (>= 0.78.2),
+               libhal-dev (>= 0.5.9),
+               libsoup2.2-dev (>= 2.2.104)
+Standards-Version: 3.7.3
 Section: libs
 
 Package: libgvfscommon0
@@ -69,4 +71,17 @@
  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 ftp, sftp, smb, smb-browse, and trash backends.
+ This package contains the cdda, computer, dav, ftp, http, 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
+

Modified: packages/experimental/gvfs/debian/gvfs-backends.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/gvfs-backends.install?rev=14262&op=diff
==============================================================================
--- packages/experimental/gvfs/debian/gvfs-backends.install (original)
+++ packages/experimental/gvfs/debian/gvfs-backends.install Thu Jan 17 11:39:08 2008
@@ -1,5 +1,10 @@
-debian/tmp/etc/gvfs
+debian/tmp/usr/share/gvfs
+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

Added: packages/experimental/gvfs/debian/gvfs-bin.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/gvfs-bin.install?rev=14262&op=file
==============================================================================
--- packages/experimental/gvfs/debian/gvfs-bin.install (added)
+++ packages/experimental/gvfs/debian/gvfs-bin.install Thu Jan 17 11:39:08 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/bin/gvfs-*

Modified: packages/experimental/gvfs/debian/gvfs.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/gvfs.install?rev=14262&op=diff
==============================================================================
--- packages/experimental/gvfs/debian/gvfs.install (original)
+++ packages/experimental/gvfs/debian/gvfs.install Thu Jan 17 11:39:08 2008
@@ -1,3 +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
+




More information about the pkg-gnome-commits mailing list