Changeset 6628
- Timestamp:
- 07/03/10 22:13:36 (3 years ago)
- Location:
- pkg/vinnie/main/libsoup2.4/trunk/debian
- Files:
-
- 3 added
- 4 edited
-
changelog (modified) (1 diff)
-
control (modified) (1 diff)
-
libsoup2.4-1.symbols (modified) (3 diffs)
-
patches (added)
-
patches/01_disable_tls1.2.patch (added)
-
patches/series (added)
-
rules (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/vinnie/main/libsoup2.4/trunk/debian/changelog
r6513 r6628 1 libsoup2.4 (2.30.0-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 * Sync'd with Debian 2.30.0-1 5 6 -- Alan Baghumian <alan@technotux.org> Wed, 07 Apr 2010 21:12:27 -0700 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 8 9 * 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 15 16 libsoup2.4 (2.30.1-1) unstable; urgency=low 17 18 [ Emilio Pozuelo Monfort ] 19 * debian/rules: 20 - Make test suite errors fatal for the build. 21 * debian/rules, 22 debian/source/format: 23 - Switch to source format 3.0 (quilt). 24 25 [ Sebastian Dröge ] 26 * New upstream bugfix release: 27 + debian/libsoup2.4-1.symbols, 28 debian/rules: 29 - Updated for API additions. 30 31 -- Sebastian Dröge <slomo@debian.org> Tue, 27 Apr 2010 09:30:37 +0200 7 32 8 33 libsoup2.4 (2.30.0-1) unstable; urgency=low -
pkg/vinnie/main/libsoup2.4/trunk/debian/control
r6513 r6628 8 8 Priority: optional 9 9 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 10 Uploaders: David Weinehall <tao@debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@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> 11 11 Build-Depends: debhelper (>= 5), 12 12 dpkg-dev (>= 1.13.19), -
pkg/vinnie/main/libsoup2.4/trunk/debian/libsoup2.4-1.symbols
r6513 r6628 102 102 soup_buffer_new_with_owner@Base 2.4.0 103 103 soup_byte_array_get_type@Base 2.4.0 104 soup_char_attributes@Base 2.30.1 104 105 soup_client_context_get_address@Base 2.4.0 105 106 soup_client_context_get_auth_domain@Base 2.4.0 … … 116 117 soup_connection_connect_sync@Base 2.4.0 117 118 soup_connection_disconnect@Base 2.4.0 119 soup_connection_get_ever_used@Base 2.30.2 118 120 soup_connection_get_proxy_uri@Base 2.27.4 119 121 soup_connection_get_socket@Base 2.4.0 … … 196 198 soup_header_free_param_list@Base 2.4.0 197 199 soup_header_g_string_append_param@Base 2.26.1 200 soup_header_g_string_append_param_quoted@Base 2.30.1 198 201 soup_header_parse_list@Base 2.4.0 199 202 soup_header_parse_param_list@Base 2.4.0 -
pkg/vinnie/main/libsoup2.4/trunk/debian/rules
r6513 r6628 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. 29.906 SHVER := 2.30.1 7 7 8 8 include /usr/share/cdbs/1/rules/debhelper.mk 9 9 include /usr/share/cdbs/1/rules/utils.mk 10 10 include /usr/share/cdbs/1/class/gnome.mk 11 include /usr/share/cdbs/1/rules/simple-patchsys.mk12 11 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 13 12 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk … … 19 18 20 19 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc 21 DEB_MAKE_CHECK_TARGET = check || true20 DEB_MAKE_CHECK_TARGET = check
Note: See TracChangeset
for help on using the changeset viewer.


