r18933 - in /desktop/experimental/libsoup2.4/debian: changelog control control.in copyright watch

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Mar 10 11:02:09 UTC 2009


Author: pochu-guest
Date: Tue Mar 10 11:02:08 2009
New Revision: 18933

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18933
Log:
* debian/watch: Don't uupdate
* Add debug packages for libsoup and libsoup-gnome. Closes: #519052.
* debian/copyright: refer to LGPL-2 rather than LGPL'

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

Modified: desktop/experimental/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/changelog?rev=18933&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/changelog (original)
+++ desktop/experimental/libsoup2.4/debian/changelog Tue Mar 10 11:02:08 2009
@@ -1,5 +1,6 @@
 libsoup2.4 (2.25.91-2) UNRELEASED; urgency=low
 
+  [ Gustavo Noronha Silva ]
   * debian/control.in:
   - new package libsoup-gnome2.4-1, for the GNOME support library to live
     in
@@ -19,6 +20,11 @@
     by the GNOME support libraries
   * debian/libsoup2.4-dev.install:
   - adapted to only install non-GNOME files
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/watch: Don't uupdate
+  * Add debug packages for libsoup and libsoup-gnome. Closes: #519052.
+  * debian/copyright: refer to LGPL-2 rather than LGPL'
 
  -- 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=18933&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control (original)
+++ desktop/experimental/libsoup2.4/debian/control Tue Mar 10 11:02:08 2009
@@ -76,6 +76,34 @@
  .
  This package contains the shared library.
 
+Package: libsoup2.4-1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libsoup2.4-1 (= ${binary:Version}),
+         ${misc:Depends}
+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.
+
 Package: libsoup-gnome2.4-1
 Section: libs
 Architecture: any
@@ -139,6 +167,34 @@
   * Basic client-side SOAP and XML-RPC support
  .
  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 -- 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
@@ -167,4 +223,3 @@
   * Basic client-side SOAP and XML-RPC support
  .
  This package contains the documentation.
-

Modified: desktop/experimental/libsoup2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/control.in?rev=18933&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control.in (original)
+++ desktop/experimental/libsoup2.4/debian/control.in Tue Mar 10 11:02:08 2009
@@ -76,6 +76,34 @@
  .
  This package contains the shared library.
 
+Package: libsoup2.4-1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libsoup2.4-1 (= ${binary:Version}),
+         ${misc:Depends}
+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.
+
 Package: libsoup-gnome2.4-1
 Section: libs
 Architecture: any
@@ -139,6 +167,34 @@
   * Basic client-side SOAP and XML-RPC support
  .
  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 -- 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
@@ -167,4 +223,3 @@
   * Basic client-side SOAP and XML-RPC support
  .
  This package contains the documentation.
-

Modified: desktop/experimental/libsoup2.4/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/copyright?rev=18933&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/copyright (original)
+++ desktop/experimental/libsoup2.4/debian/copyright Tue Mar 10 11:02:08 2009
@@ -24,5 +24,4 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.

Modified: desktop/experimental/libsoup2.4/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/watch?rev=18933&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/watch (original)
+++ desktop/experimental/libsoup2.4/debian/watch Tue Mar 10 11:02:08 2009
@@ -1,2 +1,2 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/libsoup/([\d\.]+)[02468]/ libsoup-(.*)\.tar\.gz debian uupdate
+http://ftp.gnome.org/pub/GNOME/sources/libsoup/([\d\.]+)[02468]/ libsoup-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list