r19209 - in /desktop/experimental/libsoup2.4/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 23 19:42:55 UTC 2009


Author: joss
Date: Mon Mar 23 19:42:54 2009
New Revision: 19209

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19209
Log:
Only ship one debug package, there’s no point in splitting it in 
two.

Modified:
    desktop/experimental/libsoup2.4/debian/changelog
    desktop/experimental/libsoup2.4/debian/control
    desktop/experimental/libsoup2.4/debian/control.in

Modified: desktop/experimental/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/changelog?rev=19209&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/changelog (original)
+++ desktop/experimental/libsoup2.4/debian/changelog Mon Mar 23 19:42:54 2009
@@ -30,6 +30,10 @@
   * debian/control.in: make libsoup-gnome2.4-dev short description
     different than libsoup2.4-dev one
   * debian/copyright: Add missing copyright holder.
+
+  [ Josselin Mouette ]
+  * Only ship one debug package, there’s no point in splitting it in 
+    two.
 
  -- Gustavo Noronha Silva <kov at debian.org>  Thu, 05 Mar 2009 07:49:04 -0300
 

Modified: desktop/experimental/libsoup2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/control?rev=19209&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control (original)
+++ desktop/experimental/libsoup2.4/debian/control Mon Mar 23 19:42:54 2009
@@ -76,8 +76,8 @@
  .
  This package contains the shared library.
 
-Package: libsoup2.4-1-dbg
-Section: libdevel
+Package: libsoup2.4-dbg
+Section: debug
 Priority: extra
 Architecture: any
 Depends: libsoup2.4-1 (= ${binary:Version}),
@@ -168,34 +168,6 @@
  .
  This package contains the development files for the GNOME support.
 
-Package: libsoup-gnome2.4-1-dbg
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: libsoup-gnome2.4-1 (= ${binary:Version}),
-         ${misc:Depends}
-Description: an HTTP library implementation in C -- GNOME support 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 for the GNOME support.
-
 Package: libsoup2.4-doc
 Section: doc
 Architecture: all

Modified: desktop/experimental/libsoup2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/control.in?rev=19209&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control.in (original)
+++ desktop/experimental/libsoup2.4/debian/control.in Mon Mar 23 19:42:54 2009
@@ -76,8 +76,8 @@
  .
  This package contains the shared library.
 
-Package: libsoup2.4-1-dbg
-Section: libdevel
+Package: libsoup2.4-dbg
+Section: debug
 Priority: extra
 Architecture: any
 Depends: libsoup2.4-1 (= ${binary:Version}),
@@ -168,34 +168,6 @@
  .
  This package contains the development files for the GNOME support.
 
-Package: libsoup-gnome2.4-1-dbg
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: libsoup-gnome2.4-1 (= ${binary:Version}),
-         ${misc:Depends}
-Description: an HTTP library implementation in C -- GNOME support 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 for the GNOME support.
-
 Package: libsoup2.4-doc
 Section: doc
 Architecture: all




More information about the pkg-gnome-commits mailing list