- Timestamp:
- 01/05/11 05:19:22 (2 years ago)
- Location:
- pkg/raul/main/libsoup2.4/trunk/debian
- Files:
-
- 4 added
- 8 edited
-
changelog (modified) (1 diff)
-
control (modified) (5 diffs)
-
control.in (modified) (4 diffs)
-
gir1.2-soup-2.4.install (added)
-
libsoup-gnome2.4-dev.install (modified) (1 diff)
-
libsoup2.4-1.symbols (modified) (14 diffs)
-
libsoup2.4-dev.install (modified) (1 diff)
-
patches (added)
-
rules (modified) (2 diffs)
-
source (added)
-
source/format (added)
-
watch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/libsoup2.4/trunk/debian/changelog
r6628 r7080 1 libsoup2.4 (2.30.2-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.30.2-1 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 03 Jul 2010 13:13:10 -0700 6 7 libsoup2.4 (2.30.2-1) unstable; urgency=low 1 libsoup2.4 (2.32.2-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 * Sync'd with Debian 2.32.2-1 5 * Updated watch file 6 7 -- Alan Baghumian <alan@technotux.org> Tue, 04 Jan 2011 20:17:48 -0800 8 9 libsoup2.4 (2.32.2-1) experimental; urgency=low 8 10 9 11 * New upstream release. 10 * 01_disable_tls1.2.patch: stolen from git master. Disable TLS 1.2 and 11 use SSL 3.0 instead. Closes: #576339. 12 * libsoup2.4-1.symbols: updated for the new version. 13 14 -- Josselin Mouette <joss@debian.org> Fri, 02 Jul 2010 19:25:29 +0200 12 - debian/libsoup2.4-0.symbols: 13 + Updated. 14 - debian/rules: 15 + Update the shver. 16 * Update to the new gir policy: 17 - Rename gir1.0-soup-2.4 to gir1.2-soup-2.4. 18 - Bump the gobject-introspection build dependency. 19 - Build depend on gir1.2 packages. 20 * debian/rules: 21 - Call dh_girepository to get proper dependencies on the 22 gir package. 23 24 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 12 Dec 2010 16:26:33 +0100 25 26 libsoup2.4 (2.31.2-1) experimental; urgency=low 27 28 * New upstream development release: 29 + debian/control.in, 30 debian/libsoup2.4-dev.install, 31 debian/libsoup-gnome2.4-dev.install, 32 debian/gir1.0-soup-2.4.install: 33 - Add GObject-Introspection support. 34 + debian/libsoup2.4-1.symbols, 35 debian/rules: 36 - Update for API additions. 37 38 -- Sebastian Dröge <slomo@debian.org> Tue, 25 May 2010 21:38:03 +0200 15 39 16 40 libsoup2.4 (2.30.1-1) unstable; urgency=low -
pkg/raul/main/libsoup2.4/trunk/debian/control
r6628 r7080 8 8 Priority: optional 9 9 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 10 Uploaders: David Weinehall <tao@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org>10 Uploaders: David Weinehall <tao@debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Sebastian Dröge <slomo@debian.org> 11 11 Build-Depends: debhelper (>= 5), 12 12 dpkg-dev (>= 1.13.19), … … 21 21 libxml2-dev, 22 22 gtk-doc-tools, 23 shared-mime-info 23 shared-mime-info, 24 libgirepository1.0-dev (>= 0.9.5), 25 gobject-introspection (>= 0.9.12-4~), 26 gir-repository-dev, 27 gir1.2-glib-2.0 24 28 Build-Depends-Indep: libglib2.0-doc 25 29 Build-Conflicts: libgnutls11-dev … … 38 42 Conflicts: libgnutls11-dev 39 43 Suggests: libsoup2.4-doc 44 Replaces: gir-repository-dev (<< 0.6.5-7) 40 45 Description: an HTTP library implementation in C -- Development files 41 46 It was originally part of a SOAP (Simple Object Access Protocol) … … 153 158 libsoup2.4-dev (= ${binary:Version}) 154 159 Suggests: libsoup2.4-doc 160 Replaces: gir-repository-dev (<< 0.6.5-7) 155 161 Description: an HTTP library implementation in C -- GNOME support development files 156 162 It was originally part of a SOAP (Simple Object Access Protocol) … … 206 212 . 207 213 This package contains the documentation. 214 215 Package: gir1.2-soup-2.4 216 Section: libs 217 Architecture: any 218 Depends: ${gir:Depends}, 219 ${shlibs:Depends}, 220 ${misc:Depends} 221 Provides: gir1.2-soup-gnome-2.4 222 Conflicts: gir1.0-soup-2.4, 223 gir1.0-soup-gnome-2.4 224 Description: GObject introspection data for the libsoup HTTP library 225 This package contains introspection data for the libsoup HTTP library. 226 . 227 libsoup uses the Glib main loop and is designed to work well with GTK+ 228 applications. This enables GNOME applications to access HTTP servers 229 on the network in a completely asynchronous fashion, very similar to 230 the GTK+ programming model (a synchronous operation mode is also 231 supported for those who want it). 232 . 233 It can be used by packages using the GIRepository format to generate 234 dynamic bindings. 235 -
pkg/raul/main/libsoup2.4/trunk/debian/control.in
r6513 r7080 16 16 libxml2-dev, 17 17 gtk-doc-tools, 18 shared-mime-info 18 shared-mime-info, 19 libgirepository1.0-dev (>= 0.9.5), 20 gobject-introspection (>= 0.9.12-4~), 21 gir-repository-dev, 22 gir1.2-glib-2.0 19 23 Build-Depends-Indep: libglib2.0-doc 20 24 Build-Conflicts: libgnutls11-dev … … 33 37 Conflicts: libgnutls11-dev 34 38 Suggests: libsoup2.4-doc 39 Replaces: gir-repository-dev (<< 0.6.5-7) 35 40 Description: an HTTP library implementation in C -- Development files 36 41 It was originally part of a SOAP (Simple Object Access Protocol) … … 148 153 libsoup2.4-dev (= ${binary:Version}) 149 154 Suggests: libsoup2.4-doc 155 Replaces: gir-repository-dev (<< 0.6.5-7) 150 156 Description: an HTTP library implementation in C -- GNOME support development files 151 157 It was originally part of a SOAP (Simple Object Access Protocol) … … 201 207 . 202 208 This package contains the documentation. 209 210 Package: gir1.2-soup-2.4 211 Section: libs 212 Architecture: any 213 Depends: ${gir:Depends}, 214 ${shlibs:Depends}, 215 ${misc:Depends} 216 Provides: gir1.2-soup-gnome-2.4 217 Conflicts: gir1.0-soup-2.4, 218 gir1.0-soup-gnome-2.4 219 Description: GObject introspection data for the libsoup HTTP library 220 This package contains introspection data for the libsoup HTTP library. 221 . 222 libsoup uses the Glib main loop and is designed to work well with GTK+ 223 applications. This enables GNOME applications to access HTTP servers 224 on the network in a completely asynchronous fashion, very similar to 225 the GTK+ programming model (a synchronous operation mode is also 226 supported for those who want it). 227 . 228 It can be used by packages using the GIRepository format to generate 229 dynamic bindings. 230 -
pkg/raul/main/libsoup2.4/trunk/debian/libsoup-gnome2.4-dev.install
r5197 r7080 3 3 debian/tmp/usr/lib/libsoup-gnome-2.4.a 4 4 debian/tmp/usr/lib/pkgconfig/libsoup-gnome-2.4.pc 5 5 debian/tmp/usr/share/gir-1.0/SoupGNOME-2.4.gir -
pkg/raul/main/libsoup2.4/trunk/debian/libsoup2.4-1.symbols
r6628 r7080 21 21 _SOUP_URI_SCHEME_HTTP@Base 2.4.0 22 22 _SOUP_URI_SCHEME_HTTPS@Base 2.4.0 23 _soup_address_address_enumerator_get_type@Base 2.32.2 23 24 soup_add_completion@Base 2.24.3 24 25 soup_add_idle@Base 2.4.0 … … 28 29 soup_address_equal_by_name@Base 2.26.1 29 30 soup_address_family_get_type@Base 2.4.0 31 soup_address_get_gsockaddr@Base 2.32.2 30 32 soup_address_get_name@Base 2.4.0 31 33 soup_address_get_physical@Base 2.4.0 … … 96 98 soup_buffer_copy@Base 2.4.0 97 99 soup_buffer_free@Base 2.4.0 100 soup_buffer_get_data@Base 2.32.2 98 101 soup_buffer_get_owner@Base 2.4.0 99 102 soup_buffer_get_type@Base 2.4.0 100 103 soup_buffer_new@Base 2.4.0 101 104 soup_buffer_new_subbuffer@Base 2.4.0 105 soup_buffer_new_take@Base 2.32.2 102 106 soup_buffer_new_with_owner@Base 2.4.0 103 107 soup_byte_array_get_type@Base 2.4.0 … … 117 121 soup_connection_connect_sync@Base 2.4.0 118 122 soup_connection_disconnect@Base 2.4.0 119 soup_connection_get_ever_used@Base 2.3 0.2123 soup_connection_get_ever_used@Base 2.32.2 120 124 soup_connection_get_proxy_uri@Base 2.27.4 121 125 soup_connection_get_socket@Base 2.4.0 … … 123 127 soup_connection_get_tunnel_addr@Base 2.27.4 124 128 soup_connection_get_type@Base 2.4.0 129 soup_connection_is_via_proxy@Base 2.32.2 125 130 soup_connection_new@Base 2.4.0 126 131 soup_connection_send_request@Base 2.4.0 … … 137 142 soup_cookie_equal@Base 2.26.1 138 143 soup_cookie_free@Base 2.24.3 144 soup_cookie_get_domain@Base 2.32.2 145 soup_cookie_get_expires@Base 2.32.2 146 soup_cookie_get_http_only@Base 2.32.2 147 soup_cookie_get_name@Base 2.32.2 148 soup_cookie_get_path@Base 2.32.2 149 soup_cookie_get_secure@Base 2.32.2 139 150 soup_cookie_get_type@Base 2.26.1 151 soup_cookie_get_value@Base 2.32.2 140 152 soup_cookie_jar_accept_policy_get_type@Base 2.29.90 141 153 soup_cookie_jar_add_cookie@Base 2.26.1 … … 173 185 soup_date_format_get_type@Base 2.4.0 174 186 soup_date_free@Base 2.4.0 187 soup_date_get_day@Base 2.32.2 188 soup_date_get_hour@Base 2.32.2 189 soup_date_get_minute@Base 2.32.2 190 soup_date_get_month@Base 2.32.2 191 soup_date_get_offset@Base 2.32.2 192 soup_date_get_second@Base 2.32.2 175 193 soup_date_get_type@Base 2.4.0 194 soup_date_get_utc@Base 2.32.2 195 soup_date_get_year@Base 2.32.2 176 196 soup_date_is_past@Base 2.24.3 177 197 soup_date_new@Base 2.4.0 … … 229 249 soup_message_body_append@Base 2.4.0 230 250 soup_message_body_append_buffer@Base 2.4.0 251 soup_message_body_append_take@Base 2.32.2 231 252 soup_message_body_complete@Base 2.4.0 232 253 soup_message_body_flatten@Base 2.4.0 … … 251 272 soup_message_get_flags@Base 2.4.0 252 273 soup_message_get_http_version@Base 2.4.0 253 soup_message_get_io_status@Base 2.4.0254 274 soup_message_get_proxy_auth@Base 2.4.0 255 275 soup_message_get_type@Base 2.4.0 … … 291 311 soup_message_io_cleanup@Base 2.4.0 292 312 soup_message_io_client@Base 2.4.0 313 soup_message_io_finished@Base 2.32.2 293 314 soup_message_io_in_progress@Base 2.4.0 294 315 soup_message_io_pause@Base 2.4.0 … … 316 337 soup_message_set_flags@Base 2.4.0 317 338 soup_message_set_http_version@Base 2.4.0 318 soup_message_set_io_status@Base 2.4.0319 339 soup_message_set_proxy_auth@Base 2.4.0 320 340 soup_message_set_request@Base 2.4.0 … … 377 397 soup_session_cancel_message@Base 2.4.0 378 398 soup_session_cleanup_connections@Base 2.28.0 379 soup_session_connection_failed@Base 2.27.4380 399 soup_session_feature_attach@Base 2.24.3 381 400 soup_session_feature_detach@Base 2.24.3 … … 397 416 soup_session_send_message@Base 2.4.0 398 417 soup_session_send_queue_item@Base 2.27.4 418 soup_session_set_item_status@Base 2.32.2 399 419 soup_session_sync_get_type@Base 2.4.0 400 420 soup_session_sync_new@Base 2.4.0 401 421 soup_session_sync_new_with_options@Base 2.4.0 402 422 soup_session_unpause_message@Base 2.4.0 423 soup_session_unqueue_item@Base 2.32.2 403 424 soup_socket_connect_async@Base 2.4.0 404 425 soup_socket_connect_sync@Base 2.4.0 … … 436 457 soup_uri_equal@Base 2.4.0 437 458 soup_uri_free@Base 2.4.0 459 soup_uri_get_fragment@Base 2.32.2 460 soup_uri_get_host@Base 2.32.2 461 soup_uri_get_password@Base 2.32.2 462 soup_uri_get_path@Base 2.32.2 463 soup_uri_get_port@Base 2.32.2 464 soup_uri_get_query@Base 2.32.2 465 soup_uri_get_scheme@Base 2.32.2 438 466 soup_uri_get_type@Base 2.4.0 467 soup_uri_get_user@Base 2.32.2 439 468 soup_uri_host_equal@Base 2.27.4 440 469 soup_uri_host_hash@Base 2.27.4 -
pkg/raul/main/libsoup2.4/trunk/debian/libsoup2.4-dev.install
r5196 r7080 3 3 debian/tmp/usr/lib/libsoup-2.4.a 4 4 debian/tmp/usr/lib/pkgconfig/libsoup-2.4.pc 5 debian/tmp/usr/share/gir-1.0/Soup-2.4.gir -
pkg/raul/main/libsoup2.4/trunk/debian/rules
r6628 r7080 4 4 libsoup-gnome2.4-N := $(shell sed -nr 's/^Package:[[:space:]]*(libsoup-gnome2.4-[0-9]+)[[:space:]]*$$/\1/p' debian/control) 5 5 6 SHVER := 2.3 0.16 SHVER := 2.32.2 7 7 8 8 include /usr/share/cdbs/1/rules/debhelper.mk … … 19 19 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc 20 20 DEB_MAKE_CHECK_TARGET = check 21 22 $(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) :: 23 dh_girepository -p$(cdbs_curpkg) -
pkg/raul/main/libsoup2.4/trunk/debian/watch
r5196 r7080 1 1 version=3 2 http://ftp.gnome.org/pub/GNOME/sources/libsoup/([\d\.]+)[02468]/ libsoup-(.*)\.tar\.gz 2 http://ftp.gnome.org/pub/GNOME/sources/libsoup/([\d\.]+)[02468]/libsoup-(.*)\.tar\.gz \ 3 debian uupdate
Note: See TracChangeset
for help on using the changeset viewer.


