[ubuntu/utopic-proposed] webkitgtk 2.4.4-1ubuntu1 (Accepted)
Iain Lane
iain.lane at canonical.com
Thu Jul 10 16:33:15 UTC 2014
webkitgtk (2.4.4-1ubuntu1) utopic; urgency=medium
* Merge with Debian, remaining changes:
- Build for ppc64el
- bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
which was a crash affecting software-center in Ubuntu.
* Stick on geoclue 1 for now, the new version isn't in main and a transition
plan needs to be worked out, for example for how to integrate the Ubuntu
GeoIP service.
webkitgtk (2.4.4-1) unstable; urgency=medium
[ Alberto Garcia ]
* New upstream release (Closes: #751259).
* Build using the default gcc version available (Closes: #751329):
+ debian/control: remove build dependency on gcc-4.8 and g++-4.8.
+ debian/rules: don't set the CC and CXX variables.
* debian/patches/fix-webprocess-leak.patch,
debian/patches/gtkdoc-remove-Wcast-align.patch
+ Remove, this has been merged upstream.
* debian/patches/fix-arm64-build.patch:
+ Add support for ARM64 (Closes: #752735).
* debian/rules:
+ Disable JIT, YARR and assembler in arm64.
[ Emilio Pozuelo Monfort ]
* Drop gir1.2-javascriptcore-1.0 and gir1.2-webkit-1.0. WebKit1 is
deprecated and those packages have no reverse dependencies, so we
can remove them already.
webkitgtk (2.4.3-2) unstable; urgency=medium
* debian/rules:
+ Move -Wl,--as-needed from CFLAGS to LDFLAGS.
* debian/control:
+ Build depend on libegl1-mesa-dev and libgles2-mesa-dev on armel and
armhf (Closes: #749700).
* debian/patches/gtkdoc-remove-Wcast-align.patch:
+ Remove -Wcast-align during gtk-doc generation. Fixes FTBFS on hppa
and others (Closes: #750839).
Date: Thu, 10 Jul 2014 17:21:11 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/webkitgtk/2.4.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 10 Jul 2014 17:21:11 +0100
Source: webkitgtk
Binary: libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-1.0-dev libjavascriptcoregtk-1.0-0-dbg libwebkitgtk-1.0-0 libwebkit-dev libwebkitgtk-dev libwebkitgtk-1.0-common libwebkitgtk-1.0-0-dbg libjavascriptcoregtk-3.0-0 libjavascriptcoregtk-3.0-dev libjavascriptcoregtk-3.0-0-dbg libjavascriptcoregtk-3.0-bin gir1.2-javascriptcoregtk-3.0 libwebkitgtk-3.0-0 libwebkitgtk-3.0-dev libwebkitgtk-3.0-common libwebkitgtk-3.0-0-dbg gir1.2-webkit-3.0 libwebkit2gtk-3.0-25 libwebkit2gtk-3.0-dev libwebkit2gtk-3.0-25-dbg gir1.2-webkit2-3.0 libwebkitgtk-common-dev
Architecture: source
Version: 2.4.4-1ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description:
gir1.2-javascriptcoregtk-3.0 - JavaScript engine library from WebKitGTK+ - GObject introspection
gir1.2-webkit-3.0 - Web content engine library for GTK+ - GObject introspection data
gir1.2-webkit2-3.0 - WebKit2 API layer for WebKitGTK+ - GObject introspection data
libjavascriptcoregtk-1.0-0 - JavaScript engine library from WebKitGTK+
libjavascriptcoregtk-1.0-0-dbg - JavaScript engine library from WebKitGTK+ - debugging symbols
libjavascriptcoregtk-1.0-dev - JavaScript engine library from WebKitGTK+ - development files
libjavascriptcoregtk-3.0-0 - JavaScript engine library from WebKitGTK+
libjavascriptcoregtk-3.0-0-dbg - JavaScript engine library from WebKitGTK+ - debugging symbols
libjavascriptcoregtk-3.0-bin - JavaScript engine library from WebKitGTK+ - command-line interpre
libjavascriptcoregtk-3.0-dev - JavaScript engine library from WebKitGTK+ - development files
libwebkit-dev - Transitional package for the development files of WebKitGTK+
libwebkit2gtk-3.0-25 - WebKit2 API layer for WebKitGTK+
libwebkit2gtk-3.0-25-dbg - WebKit2 API layer for WebKitGTK+ - debugging symbols
libwebkit2gtk-3.0-dev - WebKit2 API layer for WebKitGTK+ - development files
libwebkitgtk-1.0-0 - Web content engine library for GTK+
libwebkitgtk-1.0-0-dbg - Web content engine library for GTK+ - debugging symbols
libwebkitgtk-1.0-common - Web content engine library for GTK+ - data files
libwebkitgtk-3.0-0 - Web content engine library for GTK+
libwebkitgtk-3.0-0-dbg - Web content engine library for GTK+ - debugging symbols
libwebkitgtk-3.0-common - Web content engine library for GTK+ - data files
libwebkitgtk-3.0-dev - Web content engine library for GTK+ - development files
libwebkitgtk-common-dev - Web content engine library for GTK+ - common development files
libwebkitgtk-dev - Web content engine library for GTK+ - development files
Closes: 749700 750839 751259 751329 752735
Changes:
webkitgtk (2.4.4-1ubuntu1) utopic; urgency=medium
.
* Merge with Debian, remaining changes:
- Build for ppc64el
- bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
which was a crash affecting software-center in Ubuntu.
* Stick on geoclue 1 for now, the new version isn't in main and a transition
plan needs to be worked out, for example for how to integrate the Ubuntu
GeoIP service.
.
webkitgtk (2.4.4-1) unstable; urgency=medium
.
[ Alberto Garcia ]
* New upstream release (Closes: #751259).
* Build using the default gcc version available (Closes: #751329):
+ debian/control: remove build dependency on gcc-4.8 and g++-4.8.
+ debian/rules: don't set the CC and CXX variables.
* debian/patches/fix-webprocess-leak.patch,
debian/patches/gtkdoc-remove-Wcast-align.patch
+ Remove, this has been merged upstream.
* debian/patches/fix-arm64-build.patch:
+ Add support for ARM64 (Closes: #752735).
* debian/rules:
+ Disable JIT, YARR and assembler in arm64.
.
[ Emilio Pozuelo Monfort ]
* Drop gir1.2-javascriptcore-1.0 and gir1.2-webkit-1.0. WebKit1 is
deprecated and those packages have no reverse dependencies, so we
can remove them already.
.
webkitgtk (2.4.3-2) unstable; urgency=medium
.
* debian/rules:
+ Move -Wl,--as-needed from CFLAGS to LDFLAGS.
* debian/control:
+ Build depend on libegl1-mesa-dev and libgles2-mesa-dev on armel and
armhf (Closes: #749700).
* debian/patches/gtkdoc-remove-Wcast-align.patch:
+ Remove -Wcast-align during gtk-doc generation. Fixes FTBFS on hppa
and others (Closes: #750839).
Checksums-Sha1:
d9522b9aa18432b5c5b4fac156a6538f3a8f7e8d 4774 webkitgtk_2.4.4-1ubuntu1.dsc
0f7690bbaef69946c64793c8aa23cd2f00eac9ae 9844048 webkitgtk_2.4.4.orig.tar.xz
516cf68d2f558135e82cd0186ee81d70a30312de 52804 webkitgtk_2.4.4-1ubuntu1.debian.tar.xz
Checksums-Sha256:
d30b0969538683ca280a259f8033cbcea5573dd7006db8cdf3caca448538a793 4774 webkitgtk_2.4.4-1ubuntu1.dsc
58cbfc7e352ae1e1f5e383f9f766795794d88483e9a52377a295f56eedf53ab9 9844048 webkitgtk_2.4.4.orig.tar.xz
7a2b3290f934e88f8297c6cab8a2a5cac9f3ce94c3b81516302785019eab21f7 52804 webkitgtk_2.4.4-1ubuntu1.debian.tar.xz
Files:
ac1569d97749efad3e460f6490ee5366 4774 web optional webkitgtk_2.4.4-1ubuntu1.dsc
79edd28d32172abc17a8861622cc274f 9844048 web optional webkitgtk_2.4.4.orig.tar.xz
55aa18c32bca9b86798b459ed05a399b 52804 web optional webkitgtk_2.4.4-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJTvr9oAAoJEONS1cUcUEHUhUQQAKE06HlXkA42UPW/QuXE87VR
L4+4D7Mpa5O4cXYVt4Z2tVLoKfjeViu5ii6oyW4bNzF82Qz5bSdKIuPr6eXR212O
Sq6rq79OKEFtIKsQRvNoTiuuVMDANAnqfDZS2E81PfESkOS1AQPglrZErkm5Olwm
U+FsNt8EM0vrWS+bJNH4yneXQSOGLzlW0PF/BE0kbM8/bz9UkC/M3F0lqy6caFvi
1cujbTasZlikoUwqL0EuIlElpY60x/GeWtFTBvyWpPjsuE6jLWnU2ID+o5lslM3n
vixIV4RkTIyb4GsWerfHlzETfqapDoS7UsH3+UeAiddfkQFhLlHnW2Pxf2mEv/HZ
EJQiOJOOoTS5fMkxkNtN6T8XMBLDyfJX9J4RKHsPTHuFLXTZ5+1yfCPwT3Js9gZr
ROWwCVMs3+FqfDCQTkh9cRYlUzz81CqrPPSxp5epAvnnGDt2XKoasHs503Bk2//b
07cApgvDRxCAtKxxaFT3QZ8ss8AzLOzz4fU6YMbCMoc8QLFZKA3LrCdAWqZCjzZO
CnTJhEZflhPYTqBGCPKKXzF0aH/L937hBrezXaOIUO2vRppMMUW29YmZUbJ3cbPN
NVlN3s2l/HorVZdYQro2tP8OL6kwAeHbJAL467OzcDz79TbQOOfhTpd1WTJWevsA
wRwSajDrqG9mijHf020H
=HEdq
-----END PGP SIGNATURE-----
More information about the Utopic-changes
mailing list