r18706 - in /desktop/experimental/libsoup2.4/debian: changelog control control.in libsoup-gnome2.4-dev.install

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Mar 5 11:07:46 UTC 2009


Author: kov
Date: Thu Mar  5 11:07:46 2009
New Revision: 18706

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18706
Log:
  Changes borrowed from Ubuntu (thanks):
  * debian/control.in, libsoup-gnome2.4-dev:
  - also split dev package, and add nice description of what the GNOME
    support library is

Added:
    desktop/experimental/libsoup2.4/debian/libsoup-gnome2.4-dev.install
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=18706&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/changelog (original)
+++ desktop/experimental/libsoup2.4/debian/changelog Thu Mar  5 11:07:46 2009
@@ -7,6 +7,11 @@
     support
   * debian/rules:
   - re-enable gtk-doc support, and enable GNOME support
+
+  Changes borrowed from Ubuntu (thanks):
+  * debian/control.in, libsoup-gnome2.4-dev:
+  - also split dev package, and add nice description of what the GNOME
+    support library is
 
  -- 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=18706&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control (original)
+++ desktop/experimental/libsoup2.4/debian/control Thu Mar  5 11:07:46 2009
@@ -90,6 +90,10 @@
  the GTK+ programming model (a synchronous operation mode is also
  supported for those who want it).
  .
+ The GNOME support library is used for features which are important to
+ GNOME apps, but which require GNOME-specific libraries that non-GNOME
+ apps may not want to add dependencies on.
+ .
  Features:
   * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
   * Automatically caches connections
@@ -100,6 +104,39 @@
   * Basic client-side SOAP and XML-RPC support
  .
  This package contains the GNOME support shared library.
+
+Package: libsoup-gnome2.4-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         libsoup-gnome2.4-1 (= ${binary:Version}),
+         libsoup2.4-dev
+Suggests: libsoup2.4-doc
+Description: an HTTP library implementation in C -- Development files
+ 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).
+ .
+ The GNOME support library is used for features which are important to
+ GNOME apps, but which require GNOME-specific libraries that non-GNOME
+ apps may not want to add dependencies on.
+ .
+ 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 development files for the GNOME support.
 
 Package: libsoup2.4-doc
 Section: doc

Modified: desktop/experimental/libsoup2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/control.in?rev=18706&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control.in (original)
+++ desktop/experimental/libsoup2.4/debian/control.in Thu Mar  5 11:07:46 2009
@@ -90,6 +90,10 @@
  the GTK+ programming model (a synchronous operation mode is also
  supported for those who want it).
  .
+ The GNOME support library is used for features which are important to
+ GNOME apps, but which require GNOME-specific libraries that non-GNOME
+ apps may not want to add dependencies on.
+ .
  Features:
   * Both asynchronous (GMainLoop and callback-based) and synchronous APIs
   * Automatically caches connections
@@ -100,6 +104,39 @@
   * Basic client-side SOAP and XML-RPC support
  .
  This package contains the GNOME support shared library.
+
+Package: libsoup-gnome2.4-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+         libsoup-gnome2.4-1 (= ${binary:Version}),
+         libsoup2.4-dev
+Suggests: libsoup2.4-doc
+Description: an HTTP library implementation in C -- Development files
+ 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).
+ .
+ The GNOME support library is used for features which are important to
+ GNOME apps, but which require GNOME-specific libraries that non-GNOME
+ apps may not want to add dependencies on.
+ .
+ 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 development files for the GNOME support.
 
 Package: libsoup2.4-doc
 Section: doc

Added: desktop/experimental/libsoup2.4/debian/libsoup-gnome2.4-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/libsoup-gnome2.4-dev.install?rev=18706&op=file
==============================================================================
--- desktop/experimental/libsoup2.4/debian/libsoup-gnome2.4-dev.install (added)
+++ desktop/experimental/libsoup2.4/debian/libsoup-gnome2.4-dev.install Thu Mar  5 11:07:46 2009
@@ -1,0 +1,5 @@
+debian/tmp/usr/include/libsoup-gnome-2.4
+debian/tmp/usr/lib/libsoup-gnome-2.4.so
+debian/tmp/usr/lib/libsoup-gnome-2.4.a
+debian/tmp/usr/lib/pkgconfig/libsoup-gnome-2.4.pc
+




More information about the pkg-gnome-commits mailing list