r18704 - in /desktop/experimental/libsoup2.4/debian: changelog control control.in libsoup2.4-1.install rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Mar 5 10:57:45 UTC 2009


Author: kov
Date: Thu Mar  5 10:57:45 2009
New Revision: 18704

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18704
Log:
  * debian/control.in:
  - new package libsoup-gnome2.4-1, for the GNOME support library to live
    in
  - added libproxy-dev as build-dependecy; it's needed to build the GNOME
    support
  * debian/rules:
  - re-enable gtk-doc support, and enable GNOME support


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/libsoup2.4-1.install
    desktop/experimental/libsoup2.4/debian/rules

Modified: desktop/experimental/libsoup2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/changelog?rev=18704&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/changelog (original)
+++ desktop/experimental/libsoup2.4/debian/changelog Thu Mar  5 10:57:45 2009
@@ -1,3 +1,15 @@
+libsoup2.4 (2.25.91-2) UNRELEASED; urgency=low
+
+  * debian/control.in:
+  - new package libsoup-gnome2.4-1, for the GNOME support library to live
+    in
+  - added libproxy-dev as build-dependecy; it's needed to build the GNOME
+    support
+  * debian/rules:
+  - re-enable gtk-doc support, and enable GNOME support
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 05 Mar 2009 07:49:04 -0300
+
 libsoup2.4 (2.25.91-1) experimental; urgency=low
 
   * New upstream development release

Modified: desktop/experimental/libsoup2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/control?rev=18704&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control (original)
+++ desktop/experimental/libsoup2.4/debian/control Thu Mar  5 10:57:45 2009
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 5),
                libglib2.0-dev (>= 2.15.3),
                libgnutls-dev (>= 1.4.0),
+               libproxy-dev,
                libxml2-dev,
                cdbs,
                gtk-doc-tools,
@@ -73,6 +74,33 @@
  .
  This package contains the shared library.
 
+Package: libsoup-gnome2.4-1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: an HTTP library implementation in C -- GNOME support library
+ 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 GNOME support shared library.
+
 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=18704&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control.in (original)
+++ desktop/experimental/libsoup2.4/debian/control.in Thu Mar  5 10:57:45 2009
@@ -6,6 +6,7 @@
 Build-Depends: debhelper (>= 5),
                libglib2.0-dev (>= 2.15.3),
                libgnutls-dev (>= 1.4.0),
+               libproxy-dev,
                libxml2-dev,
                cdbs,
                gtk-doc-tools,
@@ -73,6 +74,33 @@
  .
  This package contains the shared library.
 
+Package: libsoup-gnome2.4-1
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: an HTTP library implementation in C -- GNOME support library
+ 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 GNOME support shared library.
+
 Package: libsoup2.4-doc
 Section: doc
 Architecture: all

Modified: desktop/experimental/libsoup2.4/debian/libsoup2.4-1.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/libsoup2.4-1.install?rev=18704&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/libsoup2.4-1.install (original)
+++ desktop/experimental/libsoup2.4/debian/libsoup2.4-1.install Thu Mar  5 10:57:45 2009
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/*.so.*
+debian/tmp/usr/lib/libsoup-2.4*.so.*

Modified: desktop/experimental/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/rules?rev=18704&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/rules (original)
+++ desktop/experimental/libsoup2.4/debian/rules Thu Mar  5 10:57:45 2009
@@ -19,9 +19,5 @@
 
 DEB_SHLIBDEPS_INCLUDE_libsoup2.4-dev += debian/libsoup2.4-${SOUP_SOVERSION}/usr/lib
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V'$(SHLIBS)'
-# disabling GNOME support until we have libproxy in the archive we
-# shall then think about adding a new package to hold the GNOME
-# support; I am temporarily disabling gtk-doc because it requires
-# building GNOME support
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-gtk-doc --without-gnome
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 




More information about the pkg-gnome-commits mailing list