r19850 - in /desktop/unstable/gvfs/debian: changelog control control.in gvfs-backends.install gvfs.install libgvfscommon-dev.install libgvfscommon0.install rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Wed Apr 29 20:25:30 UTC 2009
Author: joss
Date: Wed Apr 29 20:25:30 2009
New Revision: 19850
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19850
Log:
* Fix debug package priority.
* Remove the library packages for now, there is no guarantee of
API/ABI stability, and the shipped headers don’t correspond with the
shipped libraries.
* Move libgvfscommon.so.0 to gvfs, and libgvfscommon-dnssd.so.0 to
gvfs-backends.
* Don’t tempt people with shlibs files or development symlinks.
* Add proper Conflicts/Replaces in gvfs.
Removed:
desktop/unstable/gvfs/debian/libgvfscommon-dev.install
desktop/unstable/gvfs/debian/libgvfscommon0.install
Modified:
desktop/unstable/gvfs/debian/changelog
desktop/unstable/gvfs/debian/control
desktop/unstable/gvfs/debian/control.in
desktop/unstable/gvfs/debian/gvfs-backends.install
desktop/unstable/gvfs/debian/gvfs.install
desktop/unstable/gvfs/debian/rules
Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=19850&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog (original)
+++ desktop/unstable/gvfs/debian/changelog Wed Apr 29 20:25:30 2009
@@ -14,6 +14,14 @@
* Regenerate or refresh other patches.
* Update shlibs version to 1.2.1.
* Add the newly shipped file to gvfs-backends.
+ * Fix debug package priority.
+ * Remove the library packages for now, there is no guarantee of
+ API/ABI stability, and the shipped headers donât correspond with the
+ shipped libraries.
+ * Move libgvfscommon.so.0 to gvfs, and libgvfscommon-dnssd.so.0 to
+ gvfs-backends.
+ * Donât tempt people with shlibs files or development symlinks.
+ * Add proper Conflicts/Replaces in gvfs.
-- Josselin Mouette <joss at debian.org> Mon, 27 Apr 2009 22:01:02 +0200
Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=19850&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control (original)
+++ desktop/unstable/gvfs/debian/control Wed Apr 29 20:25:30 2009
@@ -33,46 +33,14 @@
Standards-Version: 3.8.1
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 D-Bus. 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 that is used by the
- backends.
-
-Package: libgvfscommon-dev
-Section: libdevel
-Architecture: any
-Depends: libgvfscommon0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- libglib2.0-dev (>= 2.19.1),
- libdbus-1-dev
-Description: userspace virtual filesystem - development files
- gvfs is a userspace virtual filesystem where mount runs as a separate
- processes which you talk to via D-Bus. 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, needed to
- build new backends that make use of the same functions.
-
Package: gvfs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: dbus, hal (>= 0.5.10)
Suggests: gvfs-backends
-Conflicts: gvfs-backends (<< 1.0.2-2)
+Conflicts: gvfs-backends (<< 1.0.2-2), ligvfscommon0
+Replaces: ligvfscommon0
Description: userspace virtual filesystem - server
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
@@ -130,6 +98,7 @@
Package: gvfs-dbg
Architecture: any
+Priority: extra
Section: debug
Depends: ${shlibs:Depends},
${misc:Depends},
Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=19850&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in (original)
+++ desktop/unstable/gvfs/debian/control.in Wed Apr 29 20:25:30 2009
@@ -33,46 +33,14 @@
Standards-Version: 3.8.1
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 D-Bus. 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 that is used by the
- backends.
-
-Package: libgvfscommon-dev
-Section: libdevel
-Architecture: any
-Depends: libgvfscommon0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- libglib2.0-dev (>= 2.19.1),
- libdbus-1-dev
-Description: userspace virtual filesystem - development files
- gvfs is a userspace virtual filesystem where mount runs as a separate
- processes which you talk to via D-Bus. 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, needed to
- build new backends that make use of the same functions.
-
Package: gvfs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: dbus, hal (>= 0.5.10)
Suggests: gvfs-backends
-Conflicts: gvfs-backends (<< 1.0.2-2)
+Conflicts: gvfs-backends (<< 1.0.2-2), ligvfscommon0
+Replaces: ligvfscommon0
Description: userspace virtual filesystem - server
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
@@ -130,6 +98,7 @@
Package: gvfs-dbg
Architecture: any
+Priority: extra
Section: debug
Depends: ${shlibs:Depends},
${misc:Depends},
Modified: desktop/unstable/gvfs/debian/gvfs-backends.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/gvfs-backends.install?rev=19850&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/gvfs-backends.install (original)
+++ desktop/unstable/gvfs/debian/gvfs-backends.install Wed Apr 29 20:25:30 2009
@@ -11,6 +11,7 @@
debian/tmp/usr/lib/gvfs/gvfsd-smb
debian/tmp/usr/lib/gvfs/gvfsd-smb-browse
debian/tmp/usr/lib/gvfs/gvfs-gphoto2-volume-monitor
+debian/tmp/usr/lib/libgvfscommon-dnssd.so.*
debian/tmp/usr/share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service
debian/tmp/usr/share/gvfs/mounts/archive.mount
debian/tmp/usr/share/gvfs/mounts/cdda.mount
Modified: desktop/unstable/gvfs/debian/gvfs.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/gvfs.install?rev=19850&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/gvfs.install (original)
+++ desktop/unstable/gvfs/debian/gvfs.install Wed Apr 29 20:25:30 2009
@@ -5,6 +5,7 @@
debian/tmp/usr/lib/gvfs/gvfsd-localtest
debian/tmp/usr/lib/gvfs/gvfsd-trash
debian/tmp/usr/lib/gvfs/gvfs-hal-volume-monitor
+debian/tmp/usr/lib/libgvfscommon.so.*
debian/tmp/usr/share/dbus-1/services/gvfs-daemon.service
debian/tmp/usr/share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service
debian/tmp/usr/share/locale
Modified: desktop/unstable/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/rules?rev=19850&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/rules (original)
+++ desktop/unstable/gvfs/debian/rules Wed Apr 29 20:25:30 2009
@@ -11,8 +11,8 @@
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_DH_MAKESHLIBS_ARGS_libgvfscommon0 := -V "libgvfscommon0 (>= 1.2.1)"
DEB_DH_MAKESHLIBS_ARGS_gvfs := --no-act
+DEB_DH_MAKESHLIBS_ARGS_gvfs-backends := --no-act
DEB_DH_STRIP_ARGS := --dbg-package=gvfs-dbg
LINUX_ARCHES := $(shell type-handling any linux)
More information about the pkg-gnome-commits
mailing list