r19451 - in /desktop/unstable/gvfs/debian: changelog control control.in rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Thu Apr 9 11:47:51 UTC 2009
Author: joss
Date: Thu Apr 9 11:47:51 2009
New Revision: 19451
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19451
Log:
Add gvfs-dbg package with debugging symbols.
Modified:
desktop/unstable/gvfs/debian/changelog
desktop/unstable/gvfs/debian/control
desktop/unstable/gvfs/debian/control.in
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=19451&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog (original)
+++ desktop/unstable/gvfs/debian/changelog Thu Apr 9 11:47:51 2009
@@ -1,3 +1,9 @@
+gvfs (1.0.3-4) UNRELEASED; urgency=low
+
+ * Add gvfs-dbg package with debugging symbols.
+
+ -- Josselin Mouette <joss at debian.org> Thu, 09 Apr 2009 13:46:45 +0200
+
gvfs (1.0.3-3) unstable; urgency=low
* 02_http_unescape.patch: new patch, stolen upstream. Fix escaping of
Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=19451&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control (original)
+++ desktop/unstable/gvfs/debian/control Thu Apr 9 11:47:51 2009
@@ -123,3 +123,19 @@
using fuse.
.
This package contains the support binaries.
+
+Package: gvfs-dbg
+Architecture: any
+Section: debug
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gvfs (= ${binary:Version})
+Description: userspace virtual filesystem - debugging information
+ 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 debugging symbols needed to help debug gvfs
+ itself and gvfs modules.
Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=19451&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in (original)
+++ desktop/unstable/gvfs/debian/control.in Thu Apr 9 11:47:51 2009
@@ -123,3 +123,19 @@
using fuse.
.
This package contains the support binaries.
+
+Package: gvfs-dbg
+Architecture: any
+Section: debug
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ gvfs (= ${binary:Version})
+Description: userspace virtual filesystem - debugging information
+ 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 debugging symbols needed to help debug gvfs
+ itself and gvfs modules.
Modified: desktop/unstable/gvfs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/rules?rev=19451&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/rules (original)
+++ desktop/unstable/gvfs/debian/rules Thu Apr 9 11:47:51 2009
@@ -13,3 +13,4 @@
DEB_DH_MAKESHLIBS_ARGS_libgvfscommon0 := -V "libgvfscommon0 (>= 0.99.6)"
DEB_DH_MAKESHLIBS_ARGS_gvfs := --no-act
+DEB_DH_STRIP_ARGS := --dbg-package=gvfs-dbg
More information about the pkg-gnome-commits
mailing list