r47823 - in /desktop/unstable/gvfs/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 3 13:55:48 UTC 2016


Author: biebl
Date: Sun Apr  3 13:55:48 2016
New Revision: 47823

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47823
Log:
* Drop gvfs-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from gvfs-dbg to new dbgsym packages by using
  dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.

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=47823&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog	[utf-8] Sun Apr  3 13:55:48 2016
@@ -8,6 +8,9 @@
     bits) should be pulled in by the individual desktop environments. Some,
     like GNOME 3, already have this functionality builtin.
   * Bump Standards-Version to 3.9.7.
+  * Drop gvfs-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from gvfs-dbg to new dbgsym packages by using
+    dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 03 Apr 2016 15:24:39 +0200
 

Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=47823&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/control	[utf-8] Sun Apr  3 13:55:48 2016
@@ -181,20 +181,3 @@
  using fuse.
  .
  This package contains the support binaries.
-
-Package: gvfs-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         gvfs (= ${binary:Version})
-Description: userspace virtual filesystem - debugging information
- gvfs is a userspace virtual filesystem where mounts run as 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=47823&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/control.in	[utf-8] Sun Apr  3 13:55:48 2016
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                dh-exec (>= 0.13),
                autotools-dev,
                cdbs (>= 0.4.93),
@@ -177,20 +177,3 @@
  using fuse.
  .
  This package contains the support binaries.
-
-Package: gvfs-dbg
-Architecture: any
-Priority: extra
-Section: debug
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         gvfs (= ${binary:Version})
-Description: userspace virtual filesystem - debugging information
- gvfs is a userspace virtual filesystem where mounts run as 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=47823&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/rules	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/rules	[utf-8] Sun Apr  3 13:55:48 2016
@@ -14,7 +14,7 @@
 include /usr/share/cdbs/1/rules/utils.mk
 DEB_DH_INSTALL_ARGS := --fail-missing -X.la -X.h
 
-DEB_DH_STRIP_ARGS := --dbg-package=gvfs-dbg
+DEB_DH_STRIP_ARGS := --dbgsym-migration='gvfs-dbg (<< 1.28.0-1~)'
 DEB_DH_MAKESHLIBS_ARGS_ALL := --no-act
 
 DEB_CONFIGURE_EXTRA_FLAGS += \




More information about the pkg-gnome-commits mailing list