r13499 - in /packages/experimental/gvfs: ./ debian/

seb128 at users.alioth.debian.org seb128 at users.alioth.debian.org
Mon Nov 19 16:31:05 UTC 2007


Author: seb128
Date: Mon Nov 19 16:31:05 2007
New Revision: 13499

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13499
Log:
initial gvfs commit

Added:
    packages/experimental/gvfs/
    packages/experimental/gvfs/debian/
    packages/experimental/gvfs/debian/changelog
    packages/experimental/gvfs/debian/compat
    packages/experimental/gvfs/debian/control
    packages/experimental/gvfs/debian/control.in
    packages/experimental/gvfs/debian/copyright
    packages/experimental/gvfs/debian/gvfs-backends.install
    packages/experimental/gvfs/debian/gvfs-fuse.install
    packages/experimental/gvfs/debian/gvfs.install
    packages/experimental/gvfs/debian/libgvfscommon-dev.install
    packages/experimental/gvfs/debian/libgvfscommon0.install
    packages/experimental/gvfs/debian/rules   (with props)

Added: packages/experimental/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/changelog?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/changelog (added)
+++ packages/experimental/gvfs/debian/changelog Mon Nov 19 16:31:05 2007
@@ -1,0 +1,6 @@
+gvfs (0.0.2-1) unstable; urgency=low
+
+  * Initial upload
+
+ -- Sebastien Bacher <seb128 at debian.org>  Mon, 19 Nov 2007 15:39:01 +0100
+

Added: packages/experimental/gvfs/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/compat?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/compat (added)
+++ packages/experimental/gvfs/debian/compat Mon Nov 19 16:31:05 2007
@@ -1,0 +1,1 @@
+5

Added: packages/experimental/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/control?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/control (added)
+++ packages/experimental/gvfs/debian/control Mon Nov 19 16:31:05 2007
@@ -1,0 +1,72 @@
+Source: gvfs
+Priority: optional
+Maintainer: Sebastien Bacher <seb128 at debian.org>
+Uploader: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), 
+               autotools-dev, 
+               cdbs,
+               gnome-pkg-tools,
+               libglib2.0-dev (>= 2.13.8),
+               libgio-dev (>= 0.1.2),
+               libdbus-1-dev,
+               libfuse-dev,
+               libsmbclient-dev
+Standards-Version: 3.7.2
+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}
+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 ftp, sftp, smb, smb-browse, and trash backends.

Added: packages/experimental/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/control.in?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/control.in (added)
+++ packages/experimental/gvfs/debian/control.in Mon Nov 19 16:31:05 2007
@@ -1,0 +1,72 @@
+Source: gvfs
+Priority: optional
+Maintainer: Sebastien Bacher <seb128 at debian.org>
+Uploader: @GNOME_TEAM@
+Build-Depends: debhelper (>= 5), 
+               autotools-dev, 
+               cdbs,
+               gnome-pkg-tools,
+               libglib2.0-dev (>= 2.13.8),
+               libgio-dev (>= 0.1.2),
+               libdbus-1-dev,
+               libfuse-dev,
+               libsmbclient-dev
+Standards-Version: 3.7.2
+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}
+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 ftp, sftp, smb, smb-browse, and trash backends.

Added: packages/experimental/gvfs/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/copyright?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/copyright (added)
+++ packages/experimental/gvfs/debian/copyright Mon Nov 19 16:31:05 2007
@@ -1,0 +1,35 @@
+This package was debianized by Sebastien Bacher <seb128 at canonical.com> on
+Mon, 19 Nov 2007 15:39:01 +0100.
+
+It was downloaded from http://download.gnome.org/sources/gvfs
+
+Upstream Author: Alexander Larsson <alexl at redhat.com>
+
+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 <seb128 at canonical.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/experimental/gvfs/debian/gvfs-backends.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/gvfs-backends.install?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/gvfs-backends.install (added)
+++ packages/experimental/gvfs/debian/gvfs-backends.install Mon Nov 19 16:31:05 2007
@@ -1,0 +1,7 @@
+debian/tmp/etc/gvfs
+debian/tmp/usr/lib/gvfs/gvfsd-ftp
+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
+

Added: packages/experimental/gvfs/debian/gvfs-fuse.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/gvfs-fuse.install?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/gvfs-fuse.install (added)
+++ packages/experimental/gvfs/debian/gvfs-fuse.install Mon Nov 19 16:31:05 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/gvfs/gvfs-fuse-daemon

Added: packages/experimental/gvfs/debian/gvfs.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/gvfs.install?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/gvfs.install (added)
+++ packages/experimental/gvfs/debian/gvfs.install Mon Nov 19 16:31:05 2007
@@ -1,0 +1,3 @@
+debian/tmp/usr/lib/gio/modules/*.so
+debian/tmp/usr/lib/gvfs/gvfsd
+debian/tmp/usr/share/dbus-1

Added: packages/experimental/gvfs/debian/libgvfscommon-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/libgvfscommon-dev.install?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/libgvfscommon-dev.install (added)
+++ packages/experimental/gvfs/debian/libgvfscommon-dev.install Mon Nov 19 16:31:05 2007
@@ -1,0 +1,2 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.so

Added: packages/experimental/gvfs/debian/libgvfscommon0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/libgvfscommon0.install?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/libgvfscommon0.install (added)
+++ packages/experimental/gvfs/debian/libgvfscommon0.install Mon Nov 19 16:31:05 2007
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*

Added: packages/experimental/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gvfs/debian/rules?rev=13499&op=file
==============================================================================
--- packages/experimental/gvfs/debian/rules (added)
+++ packages/experimental/gvfs/debian/rules Mon Nov 19 16:31:05 2007
@@ -1,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

Propchange: packages/experimental/gvfs/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the pkg-gnome-commits mailing list