r47981 - in /desktop/unstable/libsoup2.4/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Apr 15 23:45:12 UTC 2016


Author: biebl
Date: Fri Apr 15 23:45:11 2016
New Revision: 47981

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

Modified:
    desktop/unstable/libsoup2.4/debian/changelog
    desktop/unstable/libsoup2.4/debian/control
    desktop/unstable/libsoup2.4/debian/control.in
    desktop/unstable/libsoup2.4/debian/rules

Modified: desktop/unstable/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/changelog?rev=47981&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/changelog	[utf-8] Fri Apr 15 23:45:11 2016
@@ -1,6 +1,9 @@
 libsoup2.4 (2.54.0.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop libsoup2.4-dbg package now that we have automatic dbgsym packages.
+  * Ensure proper upgrade from libsoup2.4-dbg to new dbgsym packages by using
+    dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Sat, 16 Apr 2016 01:40:30 +0200
 

Modified: desktop/unstable/libsoup2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/control?rev=47981&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/control	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/control	[utf-8] Fri Apr 15 23:45:11 2016
@@ -7,7 +7,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                dh-autoreconf,
                cdbs (>= 0.4.93~),
                gnome-pkg-tools,
@@ -93,34 +93,6 @@
  .
  This package contains the shared library.
 
-Package: libsoup2.4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libsoup2.4-1 (= ${binary:Version}),
-         ${misc:Depends}
-Description: HTTP library implementation in C -- debugging symbols
- It was originally part of a SOAP (Simple Object Access Protocol)
- implementation called Soup, but the SOAP and non-SOAP parts have now been
- split into separate packages.
- .
- libsoup uses the Glib main loop and is designed to work well with GTK+
- applications.  This enables GNOME applications to access HTTP servers
- on the network in a completely asynchronous fashion, very similar to
- the GTK+ programming model (a synchronous operation mode is also
- supported for those who want it).
- .
- Features:
-  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
-  * Automatically caches connections
-  * SSL Support using GnuTLS.
-  * Proxy support, including authentication and SSL tunneling
-  * Client support for Digest, NTLM, and Basic authentication
-  * Server support for Digest and Basic authentication
-  * Basic client-side SOAP and XML-RPC support
- .
- This package contains the debugging symbols.
-
 Package: libsoup-gnome2.4-1
 Section: libs
 Architecture: any

Modified: desktop/unstable/libsoup2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/control.in?rev=47981&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/control.in	[utf-8] Fri Apr 15 23:45:11 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-autoreconf,
                cdbs (>= 0.4.93~),
                gnome-pkg-tools,
@@ -89,34 +89,6 @@
  .
  This package contains the shared library.
 
-Package: libsoup2.4-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libsoup2.4-1 (= ${binary:Version}),
-         ${misc:Depends}
-Description: HTTP library implementation in C -- debugging symbols
- It was originally part of a SOAP (Simple Object Access Protocol)
- implementation called Soup, but the SOAP and non-SOAP parts have now been
- split into separate packages.
- .
- libsoup uses the Glib main loop and is designed to work well with GTK+
- applications.  This enables GNOME applications to access HTTP servers
- on the network in a completely asynchronous fashion, very similar to
- the GTK+ programming model (a synchronous operation mode is also
- supported for those who want it).
- .
- Features:
-  * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
-  * Automatically caches connections
-  * SSL Support using GnuTLS.
-  * Proxy support, including authentication and SSL tunneling
-  * Client support for Digest, NTLM, and Basic authentication
-  * Server support for Digest and Basic authentication
-  * Basic client-side SOAP and XML-RPC support
- .
- This package contains the debugging symbols.
-
 Package: libsoup-gnome2.4-1
 Section: libs
 Architecture: any

Modified: desktop/unstable/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsoup2.4/debian/rules?rev=47981&op=diff
==============================================================================
--- desktop/unstable/libsoup2.4/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsoup2.4/debian/rules	[utf-8] Fri Apr 15 23:45:11 2016
@@ -12,6 +12,8 @@
 GNOME_MODULE := libsoup
 
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
+
+DEB_DH_STRIP_ARGS = --dbgsym-migration='libsoup2.4-dbg (<< 2.52.0.1-1~)'
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \
         --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)




More information about the pkg-gnome-commits mailing list