Your message dated Tue, 05 Nov 2013 17:18:56 +0000
with message-id <[email protected]>
and subject line Bug#649067: fixed in webkitgtk 2.3.1-1
has caused the Debian Bug report #649067,
regarding webkit: Please support MathML
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
649067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649067
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: webkit
Severity: wishlist
Tags: d-i
Dear Maintainer,
WebKit supports MathML now.
However, it is not enable on the package in Debian.
The ./configure script requires --enable-mathml option to supprt it.
Could you add this option?
Regards,
Koichi Akabe
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: webkitgtk
Source-Version: 2.3.1-1
We believe that the bug you reported is fixed in the latest version of
webkitgtk, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emilio Pozuelo Monfort <[email protected]> (supplier of updated webkitgtk
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 05 Nov 2013 14:24:07 +0100
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 all
Version: 2.3.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian WebKit Maintainers
<[email protected]>
Changed-By: Emilio Pozuelo Monfort <[email protected]>
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-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:
e2c8922eb2354bca6d14945b55ad5051f81c1f3d 3806 webkitgtk_2.3.1-1.dsc
3478e6e3b07975164f95637e0b6877188270ba25 9210140 webkitgtk_2.3.1.orig.tar.xz
df15755a491f18a2f8c18fe1d9d9995cf403080e 80321 webkitgtk_2.3.1-1.debian.tar.gz
7edfa8d945996aab39b5383c1a87272db0d3cff8 342954
libwebkitgtk-1.0-common_2.3.1-1_all.deb
59cb629e212d453f3e3f76f96cde99b5bea79868 342950
libwebkitgtk-3.0-common_2.3.1-1_all.deb
Checksums-Sha256:
434f4bf6ebf31ade1e28dd7338594f833beaef5618414ff3d2c1df090f0b7b58 3806
webkitgtk_2.3.1-1.dsc
260bfcfe9ba98cb795a7d8ed8b557b5d623025c11ede795c5745526693da4871 9210140
webkitgtk_2.3.1.orig.tar.xz
c89674e75d450ff046f23ac3ee3b1b8be1a4f4168ed9e192cb74306c07cde54c 80321
webkitgtk_2.3.1-1.debian.tar.gz
d13b06adf337d66d9d5040996831fbb06916237fea72893e3cadf020b0a2ae50 342954
libwebkitgtk-1.0-common_2.3.1-1_all.deb
d5b907a9cbe84e40c5159f4605231f1958c059d4910984c6930c6d5ce146461f 342950
libwebkitgtk-3.0-common_2.3.1-1_all.deb
Files:
d235b36b687e3105933cc55598bb9564 3806 web optional webkitgtk_2.3.1-1.dsc
9a6b33e94f422c5b1d9ec4262344b058 9210140 web optional
webkitgtk_2.3.1.orig.tar.xz
e830df7c82c8927d8d7e4aa70bae7996 80321 web optional
webkitgtk_2.3.1-1.debian.tar.gz
713f53c506fc9ceb10884d2190e87003 342954 libs optional
libwebkitgtk-1.0-common_2.3.1-1_all.deb
ee791c91bf195259ed3ba8015f0f1410 342950 libs optional
libwebkitgtk-3.0-common_2.3.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iEYEARECAAYFAlJ5JkEACgkQhTV17EoIsv4khQCfWUlDmt6gwBF8GBWdscRV1RxV
jxwAn3IxJd+xTFzjUyivzsjwPDL6aMTp
=VIh+
-----END PGP SIGNATURE-----
--- End Message ---