tags 519052 + patch
tags 520205 + patch
thanks
Attached patch fixes this bug.
Thank you.
diff -u libsoup2.4-2.25.91/debian/control.in
libsoup2.4-2.25.91/debian/control.in
--- libsoup2.4-2.25.91/debian/control.in
+++ libsoup2.4-2.25.91/debian/control.in
@@ -103,0 +104,27 @@
+Package: libsoup2.4-1-dbg
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libsoup2.4-1 (= ${binary:Version}),
+ libsoup2.4-dev (= ${binary:Version})
+Description: an 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.
diff -u libsoup2.4-2.25.91/debian/rules libsoup2.4-2.25.91/debian/rules
--- libsoup2.4-2.25.91/debian/rules
+++ libsoup2.4-2.25.91/debian/rules
@@ -6,7 +6,7 @@
SOUP_SOVERSION := $(shell expr $(SOUP_CURRENT) - $(SOUP_AGE))
endif
-SHLIBS := libsoup2.4-${SOUP_SOVERSION} (>= 2.23.91)
+SHLIBS := libsoup2.4-${SOUP_SOVERSION} (>= 2.25.4)
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/utils.mk
@@ -26,2 +26,3 @@
DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc --without-gnome
+DEB_DH_STRIP_ARGS := --dbg-package=libsoup2.4-1-dbg
diff -u libsoup2.4-2.25.91/debian/control libsoup2.4-2.25.91/debian/control
--- libsoup2.4-2.25.91/debian/control
+++ libsoup2.4-2.25.91/debian/control
@@ -103,0 +104,27 @@
+Package: libsoup2.4-1-dbg
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+ libsoup2.4-1 (= ${binary:Version}),
+ libsoup2.4-dev (= ${binary:Version})
+Description: an 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.
diff -u libsoup2.4-2.25.91/debian/changelog libsoup2.4-2.25.91/debian/changelog
--- libsoup2.4-2.25.91/debian/changelog
+++ libsoup2.4-2.25.91/debian/changelog
@@ -1,3 +1,10 @@
+libsoup2.4 (2.25.91-2) experimental; urgency=low
+
+ * Bump shlibs to 2.25.4 (Closes: #520205).
+ * Provide libsoup2.4-1-dbg package (Closes: #519052).
+
+ -- Luca Falavigna <[email protected]> Fri, 20 Mar 2009 23:43:56 +0100
+
libsoup2.4 (2.25.91-1) experimental; urgency=low
* New upstream development release