r25897 - in /desktop/experimental/libsoup2.4/debian: changelog control control.in gir1.0-soup-2.4.install gir1.2-soup-2.4.install libsoup2.4-1.symbols rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Dec 12 15:30:55 UTC 2010


Author: pochu
Date: Sun Dec 12 15:30:52 2010
New Revision: 25897

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25897
Log:
* New upstream release.
  - debian/libsoup2.4-0.symbols:
    + Updated.
  - debian/rules:
    + Update the shver.
* Update to the new gir policy:
  - Rename gir1.0-soup-2.4 to gir1.2-soup-2.4.
  - Bump the gobject-introspection build dependency.
  - Build depend on gir1.2 packages.
* debian/rules:
  - Call dh_girepository to get proper dependencies on the
    gir package.

Added:
    desktop/experimental/libsoup2.4/debian/gir1.2-soup-2.4.install
      - copied unchanged from r25816, desktop/experimental/libsoup2.4/debian/gir1.0-soup-2.4.install
Removed:
    desktop/experimental/libsoup2.4/debian/gir1.0-soup-2.4.install
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.symbols
    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=25897&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/changelog [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/changelog [utf-8] Sun Dec 12 15:30:52 2010
@@ -1,3 +1,20 @@
+libsoup2.4 (2.32.2-1) experimental; urgency=low
+
+  * New upstream release.
+    - debian/libsoup2.4-0.symbols:
+      + Updated.
+    - debian/rules:
+      + Update the shver.
+  * Update to the new gir policy:
+    - Rename gir1.0-soup-2.4 to gir1.2-soup-2.4.
+    - Bump the gobject-introspection build dependency.
+    - Build depend on gir1.2 packages.
+  * debian/rules:
+    - Call dh_girepository to get proper dependencies on the
+      gir package.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 12 Dec 2010 16:26:33 +0100
+
 libsoup2.4 (2.31.2-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=25897&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/control [utf-8] Sun Dec 12 15:30:52 2010
@@ -7,7 +7,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: David Weinehall <tao at debian.org>, Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: David Weinehall <tao at debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                dpkg-dev (>= 1.13.19),
                cdbs,
@@ -21,10 +21,10 @@
                libxml2-dev,
                gtk-doc-tools,
                shared-mime-info,
-               libgirepository1.0-dev (>= 0.6.7),
-               gobject-introspection (>= 0.6.7),
+               libgirepository1.0-dev (>= 0.9.5),
+               gobject-introspection (>= 0.9.12-4~),
                gir-repository-dev,
-               gir1.0-glib-2.0
+               gir1.2-glib-2.0
 Build-Depends-Indep: libglib2.0-doc
 Build-Conflicts: libgnutls11-dev
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/libsoup2.4
@@ -212,13 +212,15 @@
  .
  This package contains the documentation.
 
-Package: gir1.0-soup-2.4
+Package: gir1.2-soup-2.4
 Section: libs
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Provides: gir1.0-soup-gnome-2.4
+Provides: gir1.2-soup-gnome-2.4
+Conflicts: gir1.0-soup-2.4,
+           gir1.0-soup-gnome-2.4
 Description: GObject introspection data for the libsoup HTTP library
  This package contains introspection data for the libsoup HTTP library.
  .

Modified: desktop/experimental/libsoup2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/control.in?rev=25897&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/control.in [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/control.in [utf-8] Sun Dec 12 15:30:52 2010
@@ -16,10 +16,10 @@
                libxml2-dev,
                gtk-doc-tools,
                shared-mime-info,
-               libgirepository1.0-dev (>= 0.6.7),
-               gobject-introspection (>= 0.6.7),
+               libgirepository1.0-dev (>= 0.9.5),
+               gobject-introspection (>= 0.9.12-4~),
                gir-repository-dev,
-               gir1.0-glib-2.0
+               gir1.2-glib-2.0
 Build-Depends-Indep: libglib2.0-doc
 Build-Conflicts: libgnutls11-dev
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/libsoup2.4
@@ -207,13 +207,15 @@
  .
  This package contains the documentation.
 
-Package: gir1.0-soup-2.4
+Package: gir1.2-soup-2.4
 Section: libs
 Architecture: any
 Depends: ${gir:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Provides: gir1.0-soup-gnome-2.4
+Provides: gir1.2-soup-gnome-2.4
+Conflicts: gir1.0-soup-2.4,
+           gir1.0-soup-gnome-2.4
 Description: GObject introspection data for the libsoup HTTP library
  This package contains introspection data for the libsoup HTTP library.
  .

Modified: desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols?rev=25897&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/libsoup2.4-1.symbols [utf-8] Sun Dec 12 15:30:52 2010
@@ -20,6 +20,7 @@
  _SOUP_URI_SCHEME_FTP at Base 2.29.5
  _SOUP_URI_SCHEME_HTTP at Base 2.4.0
  _SOUP_URI_SCHEME_HTTPS at Base 2.4.0
+ _soup_address_address_enumerator_get_type at Base 2.32.2
  soup_add_completion at Base 2.24.3
  soup_add_idle at Base 2.4.0
  soup_add_io_watch at Base 2.4.0
@@ -27,6 +28,7 @@
  soup_address_equal_by_ip at Base 2.26.1
  soup_address_equal_by_name at Base 2.26.1
  soup_address_family_get_type at Base 2.4.0
+ soup_address_get_gsockaddr at Base 2.32.2
  soup_address_get_name at Base 2.4.0
  soup_address_get_physical at Base 2.4.0
  soup_address_get_port at Base 2.4.0
@@ -95,12 +97,12 @@
  soup_auth_update at Base 2.4.0
  soup_buffer_copy at Base 2.4.0
  soup_buffer_free at Base 2.4.0
- soup_buffer_get_data at Base 2.31.2
+ soup_buffer_get_data at Base 2.32.2
  soup_buffer_get_owner at Base 2.4.0
  soup_buffer_get_type at Base 2.4.0
  soup_buffer_new at Base 2.4.0
  soup_buffer_new_subbuffer at Base 2.4.0
- soup_buffer_new_take at Base 2.31.2
+ soup_buffer_new_take at Base 2.32.2
  soup_buffer_new_with_owner at Base 2.4.0
  soup_byte_array_get_type at Base 2.4.0
  soup_char_attributes at Base 2.30.1
@@ -118,12 +120,13 @@
  soup_connection_connect_async at Base 2.4.0
  soup_connection_connect_sync at Base 2.4.0
  soup_connection_disconnect at Base 2.4.0
- soup_connection_get_ever_used at Base 2.31.2
+ soup_connection_get_ever_used at Base 2.32.2
  soup_connection_get_proxy_uri at Base 2.27.4
  soup_connection_get_socket at Base 2.4.0
  soup_connection_get_state at Base 2.27.4
  soup_connection_get_tunnel_addr at Base 2.27.4
  soup_connection_get_type at Base 2.4.0
+ soup_connection_is_via_proxy at Base 2.32.2
  soup_connection_new at Base 2.4.0
  soup_connection_send_request at Base 2.4.0
  soup_connection_set_state at Base 2.27.4
@@ -138,14 +141,14 @@
  soup_cookie_domain_matches at Base 2.29.90
  soup_cookie_equal at Base 2.26.1
  soup_cookie_free at Base 2.24.3
- soup_cookie_get_domain at Base 2.31.2
- soup_cookie_get_expires at Base 2.31.2
- soup_cookie_get_http_only at Base 2.31.2
- soup_cookie_get_name at Base 2.31.2
- soup_cookie_get_path at Base 2.31.2
- soup_cookie_get_secure at Base 2.31.2
+ soup_cookie_get_domain at Base 2.32.2
+ soup_cookie_get_expires at Base 2.32.2
+ soup_cookie_get_http_only at Base 2.32.2
+ soup_cookie_get_name at Base 2.32.2
+ soup_cookie_get_path at Base 2.32.2
+ soup_cookie_get_secure at Base 2.32.2
  soup_cookie_get_type at Base 2.26.1
- soup_cookie_get_value at Base 2.31.2
+ soup_cookie_get_value at Base 2.32.2
  soup_cookie_jar_accept_policy_get_type at Base 2.29.90
  soup_cookie_jar_add_cookie at Base 2.26.1
  soup_cookie_jar_all_cookies at Base 2.26.1
@@ -181,15 +184,15 @@
  soup_date_copy at Base 2.4.0
  soup_date_format_get_type at Base 2.4.0
  soup_date_free at Base 2.4.0
- soup_date_get_day at Base 2.31.2
- soup_date_get_hour at Base 2.31.2
- soup_date_get_minute at Base 2.31.2
- soup_date_get_month at Base 2.31.2
- soup_date_get_offset at Base 2.31.2
- soup_date_get_second at Base 2.31.2
+ soup_date_get_day at Base 2.32.2
+ soup_date_get_hour at Base 2.32.2
+ soup_date_get_minute at Base 2.32.2
+ soup_date_get_month at Base 2.32.2
+ soup_date_get_offset at Base 2.32.2
+ soup_date_get_second at Base 2.32.2
  soup_date_get_type at Base 2.4.0
- soup_date_get_utc at Base 2.31.2
- soup_date_get_year at Base 2.31.2
+ soup_date_get_utc at Base 2.32.2
+ soup_date_get_year at Base 2.32.2
  soup_date_is_past at Base 2.24.3
  soup_date_new at Base 2.4.0
  soup_date_new_from_now at Base 2.4.0
@@ -245,7 +248,7 @@
  soup_message_add_status_code_handler at Base 2.4.0
  soup_message_body_append at Base 2.4.0
  soup_message_body_append_buffer at Base 2.4.0
- soup_message_body_append_take at Base 2.31.2
+ soup_message_body_append_take at Base 2.32.2
  soup_message_body_complete at Base 2.4.0
  soup_message_body_flatten at Base 2.4.0
  soup_message_body_free at Base 2.4.0
@@ -268,7 +271,6 @@
  soup_message_get_first_party at Base 2.29.90
  soup_message_get_flags at Base 2.4.0
  soup_message_get_http_version at Base 2.4.0
- soup_message_get_io_status at Base 2.4.0
  soup_message_get_proxy_auth at Base 2.4.0
  soup_message_get_type at Base 2.4.0
  soup_message_get_uri at Base 2.4.0
@@ -308,6 +310,7 @@
  soup_message_headers_type_get_type at Base 2.4.0
  soup_message_io_cleanup at Base 2.4.0
  soup_message_io_client at Base 2.4.0
+ soup_message_io_finished at Base 2.32.2
  soup_message_io_in_progress at Base 2.4.0
  soup_message_io_pause at Base 2.4.0
  soup_message_io_server at Base 2.4.0
@@ -333,7 +336,6 @@
  soup_message_set_first_party at Base 2.29.90
  soup_message_set_flags at Base 2.4.0
  soup_message_set_http_version at Base 2.4.0
- soup_message_set_io_status at Base 2.4.0
  soup_message_set_proxy_auth at Base 2.4.0
  soup_message_set_request at Base 2.4.0
  soup_message_set_response at Base 2.4.0
@@ -394,7 +396,6 @@
  soup_session_async_new_with_options at Base 2.4.0
  soup_session_cancel_message at Base 2.4.0
  soup_session_cleanup_connections at Base 2.28.0
- soup_session_connection_failed at Base 2.27.4
  soup_session_feature_attach at Base 2.24.3
  soup_session_feature_detach at Base 2.24.3
  soup_session_feature_get_type at Base 2.24.3
@@ -414,10 +415,12 @@
  soup_session_requeue_message at Base 2.4.0
  soup_session_send_message at Base 2.4.0
  soup_session_send_queue_item at Base 2.27.4
+ soup_session_set_item_status at Base 2.32.2
  soup_session_sync_get_type at Base 2.4.0
  soup_session_sync_new at Base 2.4.0
  soup_session_sync_new_with_options at Base 2.4.0
  soup_session_unpause_message at Base 2.4.0
+ soup_session_unqueue_item at Base 2.32.2
  soup_socket_connect_async at Base 2.4.0
  soup_socket_connect_sync at Base 2.4.0
  soup_socket_disconnect at Base 2.4.0
@@ -453,15 +456,15 @@
  soup_uri_encode at Base 2.4.0
  soup_uri_equal at Base 2.4.0
  soup_uri_free at Base 2.4.0
- soup_uri_get_fragment at Base 2.31.2
- soup_uri_get_host at Base 2.31.2
- soup_uri_get_password at Base 2.31.2
- soup_uri_get_path at Base 2.31.2
- soup_uri_get_port at Base 2.31.2
- soup_uri_get_query at Base 2.31.2
- soup_uri_get_scheme at Base 2.31.2
+ soup_uri_get_fragment at Base 2.32.2
+ soup_uri_get_host at Base 2.32.2
+ soup_uri_get_password at Base 2.32.2
+ soup_uri_get_path at Base 2.32.2
+ soup_uri_get_port at Base 2.32.2
+ soup_uri_get_query at Base 2.32.2
+ soup_uri_get_scheme at Base 2.32.2
  soup_uri_get_type at Base 2.4.0
- soup_uri_get_user at Base 2.31.2
+ soup_uri_get_user at Base 2.32.2
  soup_uri_host_equal at Base 2.27.4
  soup_uri_host_hash at Base 2.27.4
  soup_uri_new at Base 2.4.0

Modified: desktop/experimental/libsoup2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libsoup2.4/debian/rules?rev=25897&op=diff
==============================================================================
--- desktop/experimental/libsoup2.4/debian/rules [utf-8] (original)
+++ desktop/experimental/libsoup2.4/debian/rules [utf-8] Sun Dec 12 15:30:52 2010
@@ -3,7 +3,7 @@
 libsoup2.4-N := $(shell sed -nr 's/^Package:[[:space:]]*(libsoup2.4-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 libsoup-gnome2.4-N := $(shell sed -nr 's/^Package:[[:space:]]*(libsoup-gnome2.4-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
-SHVER := 2.31.2
+SHVER := 2.32.2
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -19,3 +19,6 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc
 DEB_MAKE_CHECK_TARGET = check
+
+$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) ::
+	dh_girepository -p$(cdbs_curpkg)




More information about the pkg-gnome-commits mailing list