[ubuntu/trusty-proposed] webkitgtk 2.3.1-1ubuntu1 (Accepted)
Iain Lane
iain.lane at canonical.com
Wed Nov 13 18:05:16 UTC 2013
webkitgtk (2.3.1-1ubuntu1) trusty; urgency=low
* Resynchronise on Debian.
* Disable Wayland backend as this requires GTK3 >= 3.10 which we don't have
yet. We should be able to enable this again once we do.
webkitgtk (2.3.1-1) experimental; urgency=low
[ Michael Biebl ]
* debian/rules:
+ Replace another occurence of findstring with filter.
[ Emilio Pozuelo Monfort ]
* debian/watch,
debian/gbp.conf:
+ Update for 2.3 packages in experimental.
* New upstream development release.
+ Re-enables MathML support. Closes: #649067.
* debian/control,
debian/rules:
+ Enable wayland support on linux.
* debian/rules:
+ Use gcc / g++ 4.8 instead of 4.7. We should just be using the
default here but some architectures are still defaulting to 4.6.
* debian/patches/01_do-not-build-testing-tools.patch:
+ Removed, no longer needed.
* debian/patches:
+ Refreshed.
* debian/patches/50_bsd-hurd-build-fix.patch:
+ Fix the build on !linux.
* debian/patches/60_add-missing-include.patch:
+ Patch from upstream bugzilla, fix another build issue.
* debian/patches/61_add-another-missing-include.patch:
+ Another missing include, patch from upstream bugzilla.
* debian/patches/40_hppa_platform_h.patch:
+ WTF_CPU_HPPA was already being defined, so only define the missing
remaining bits.
+ Don't disable YARR, JIT and MacroAssembler here, this is a more general
problem as explained in https://bugs.webkit.org/show_bug.cgi?id=113638
and we already disable those in debian/rules.
* debian/patches/70_Add-stubs-for-missing-symbols-in-dom-bindings.patch:
+ New patch, add stubs for a few missing symbols in the DOM bindings
which are gone because the underlying objects have been removed.
* debian/libwebkitgtk-1.0-0.symbols,
debian/libwebkitgtk-3.0-0.symbols,
debian/libwebkit2gtk-3.0-25.symbols:
+ Updated for the new symbols.
* debian/source/lintian-overrides:
+ Override license-problem-json-evil, the file is mentioning the original
implementation's license but doesn't actually have that license.
+ Drop an old override.
Date: Wed, 13 Nov 2013 18:03:08 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/webkitgtk/2.3.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 13 Nov 2013 18:03:08 +0000
Source: webkitgtk
Binary: libjavascriptcoregtk-1.0-0 libjavascriptcoregtk-1.0-dev libjavascriptcoregtk-1.0-0-dbg gir1.2-javascriptcoregtk-1.0 libwebkitgtk-1.0-0 libwebkit-dev libwebkitgtk-dev libwebkitgtk-1.0-common libwebkitgtk-1.0-0-dbg gir1.2-webkit-1.0 libjavascriptcoregtk-3.0-0 libjavascriptcoregtk-3.0-dev libjavascriptcoregtk-3.0-0-dbg 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.3.1-1ubuntu1
Distribution: trusty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description:
gir1.2-javascriptcoregtk-1.0 - GObject introspection data for the GTK+-based JavaScriptCore libr
gir1.2-javascriptcoregtk-3.0 - GObject introspection data for the GTK+-based JavaScriptCore libr
gir1.2-webkit-1.0 - GObject introspection data for the WebKit library
gir1.2-webkit-3.0 - GObject introspection data for the WebKit library
gir1.2-webkit2-3.0 - GObject introspection data for the GTK+ port of the WebKit2 libra
libjavascriptcoregtk-1.0-0 - Javascript engine library for GTK+
libjavascriptcoregtk-1.0-0-dbg - Javascript engine library for GTK+
libjavascriptcoregtk-1.0-dev - Javascript engine library for GTK+
libjavascriptcoregtk-3.0-0 - Javascript engine library for GTK+
libjavascriptcoregtk-3.0-0-dbg - Javascript engine library for GTK+
libjavascriptcoregtk-3.0-dev - Javascript engine library for GTK+
libwebkit-dev - Transitional package for the development files of WebKitGTK+
libwebkit2gtk-3.0-25 - Web content engine library for GTK+
libwebkit2gtk-3.0-25-dbg - Web content engine library for GTK+ - Debugging symbols
libwebkit2gtk-3.0-dev - Web content engine library for GTK+ - 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: 649067
Changes:
webkitgtk (2.3.1-1ubuntu1) trusty; urgency=low
.
* Resynchronise on Debian.
* Disable Wayland backend as this requires GTK3 >= 3.10 which we don't have
yet. We should be able to enable this again once we do.
.
webkitgtk (2.3.1-1) experimental; urgency=low
.
[ Michael Biebl ]
* debian/rules:
+ Replace another occurence of findstring with filter.
.
[ Emilio Pozuelo Monfort ]
* debian/watch,
debian/gbp.conf:
+ Update for 2.3 packages in experimental.
* New upstream development release.
+ Re-enables MathML support. Closes: #649067.
* debian/control,
debian/rules:
+ Enable wayland support on linux.
* debian/rules:
+ Use gcc / g++ 4.8 instead of 4.7. We should just be using the
default here but some architectures are still defaulting to 4.6.
* debian/patches/01_do-not-build-testing-tools.patch:
+ Removed, no longer needed.
* debian/patches:
+ Refreshed.
* debian/patches/50_bsd-hurd-build-fix.patch:
+ Fix the build on !linux.
* debian/patches/60_add-missing-include.patch:
+ Patch from upstream bugzilla, fix another build issue.
* debian/patches/61_add-another-missing-include.patch:
+ Another missing include, patch from upstream bugzilla.
* debian/patches/40_hppa_platform_h.patch:
+ WTF_CPU_HPPA was already being defined, so only define the missing
remaining bits.
+ Don't disable YARR, JIT and MacroAssembler here, this is a more general
problem as explained in https://bugs.webkit.org/show_bug.cgi?id=113638
and we already disable those in debian/rules.
* debian/patches/70_Add-stubs-for-missing-symbols-in-dom-bindings.patch:
+ New patch, add stubs for a few missing symbols in the DOM bindings
which are gone because the underlying objects have been removed.
* debian/libwebkitgtk-1.0-0.symbols,
debian/libwebkitgtk-3.0-0.symbols,
debian/libwebkit2gtk-3.0-25.symbols:
+ Updated for the new symbols.
* debian/source/lintian-overrides:
+ Override license-problem-json-evil, the file is mentioning the original
implementation's license but doesn't actually have that license.
+ Drop an old override.
Checksums-Sha1:
05ed3ad00a7b28d2388ec3b9d00f816a4a6006ed 4551 webkitgtk_2.3.1-1ubuntu1.dsc
3478e6e3b07975164f95637e0b6877188270ba25 9210140 webkitgtk_2.3.1.orig.tar.xz
80991e9ffeab0bb13b421d47f6a7ba6720d101e3 80323 webkitgtk_2.3.1-1ubuntu1.debian.tar.gz
Checksums-Sha256:
30b70aae031a3d90743d9fdc641b9a0c27c68ea7fd718a3f0b30a13bbe311cd5 4551 webkitgtk_2.3.1-1ubuntu1.dsc
260bfcfe9ba98cb795a7d8ed8b557b5d623025c11ede795c5745526693da4871 9210140 webkitgtk_2.3.1.orig.tar.xz
894b30022892bcd2c9ff5b90b31b69787de6878616fc80eef1a514ce51b2c82b 80323 webkitgtk_2.3.1-1ubuntu1.debian.tar.gz
Files:
baa7ab4ca3ab8c47e927eb9fdff0c4c1 4551 web optional webkitgtk_2.3.1-1ubuntu1.dsc
9a6b33e94f422c5b1d9ec4262344b058 9210140 web optional webkitgtk_2.3.1.orig.tar.xz
6c07b761e79949d01dcdf7f3616cfa2e 80323 web optional webkitgtk_2.3.1-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iQIcBAEBCgAGBQJSg78lAAoJEONS1cUcUEHUqqgP/RK4prBepBF5UFu4NXN8NYHj
pC/xJC3N7A9d1+G0teuFgf65i7V6wjT2P62wBdtRDBD3RrtB7PsRgUdxu/ncyQLy
CkI9vGadnohT0/aQqnbgTo+jTlzaq0rA5P3kcpHGT0GHipDvwrQTO/FhqI4KX0cz
Q7m6SRu1JkfbTZ80RedzzTCydk1epHWSbrUaeGFFoJU5d23IIhyLNeuvc9VtURmc
r1ZT0lw80EFTAiWxtcf2CADtOwa2WZvgcfMM/aUv7Vbcd/CmDqwREVW5u7vY58K/
0JzrEMvRRJLGqhdbugp8aF0KmuzKRCYzACM3GvbH23hxxyAy0XhfSj7cEmVaZ1Hp
5bUW4njA6ir8tLb/JMNrKMO1Q39dbZoX9sl2metLTVU0jGl+91IJfCAsaJ7mFL5t
85dRMrCzbZ+izhF7fU3iLvF1ukF665piNODtT5RKS5Adfd8O3Kv+smkNHvxFFugW
aR5/vPAPd3lNfyzmwREt1OGNK+Yv28lU77Jo4iO+DRMS634SrLZazos7xZnjLi9h
7uyfW2KM3IJsUzp0sI66Fu2geBAXsUkn9429bviUNwkc8wF6E3uWP4SA6WSnt1dI
SqRIcZieNp62rC3qOglpEKgXt7rCKDgAEONLtGhrhG4gQcNW10KSNW1bftJ5d0mB
hRaoXupbSTkiK4yIyvAM
=ueVn
-----END PGP SIGNATURE-----
More information about the Trusty-changes
mailing list