[ubuntu/trusty-proposed] webkitgtk 2.3.4-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Mon Jan 20 16:10:16 UTC 2014


webkitgtk (2.3.4-1ubuntu1) trusty; urgency=medium

  * Merge with Debian. Remaining changes:
    - Build for ppc64el and arm64
    - bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
      which was a crash affecting software-center in Ubuntu.
    - Don't use COMPARE_AND_SWAP and other snippets of asm on arm64; the
      compiler complains that they are invalid.
    - Take patch from Fedora to use __atomic_fetch_{add,sub} instead of
      __sync_{add_sub}_and_fetch to avoid a powerpc FTBFS.

webkitgtk (2.3.4-1) experimental; urgency=low

  * New upstream release.
  * WebKit is now built in fast-install mode by default, there's no need
    to run chrpath anymore.
    + debian/rules: remove it from the installation process.
    + debian/control: don't build depend on it.
  * debian/libwebkit2gtk-3.0-25.symbols:
    + Added new symbols.

webkitgtk (2.3.3-1) experimental; urgency=low

  * New upstream release.
  * debian/patches/02_notebook_scroll.patch:
    + Refreshed.
  * Multi-arch support:
    + debian/control: Add Multi-Arch and Pre-Depends fields to all
      packages with shared libraries.
    + debian/*.install: replace usr/lib/ with usr/lib/*/, but keep
      GObject Introspection .typelib files in /usr/lib
    + debian/rules: adapt libdir and libexecdir to multi-arch.
  * debian/control:
    + Add myself to Uploaders.
    + Update package descriptions.
    + Build depend on libpng-dev, not libpng12-dev.
    + Bump Standards-Version to 3.9.5; no changes needed.
    + Use canonical versions of VCS URLs.
  * debian/rules:
    + Support noopt and debug in DEB_BUILD_OPTIONS.
    + Disable JIT and MacroAssembler on powerpcspe and mips64el.
    + No need to pass --enable-wayland-target anymore, it's automatically
      enabled now.
    + Disable parallel builds since they're unstable at the moment.
    + Don't create the libexec dirs manually, this is no longer needed.
    + Remove rpath from WebKitPluginProcess and WebKitWebProcess.
  * debian/libwebkitgtk-1.0-0.symbols,
    debian/libwebkitgtk-3.0-0.symbols,
    debian/libwebkit2gtk-3.0-25.symbols:
    + Updated for the new symbols.

Date: Mon, 20 Jan 2014 10:16:26 +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.4-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 20 Jan 2014 10:16:26 +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.4-1ubuntu1
Distribution: trusty
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-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+ - Debugging symbols
 libjavascriptcoregtk-1.0-dev - JavaScript engine library for GTK+ - Development files
 libjavascriptcoregtk-3.0-0 - JavaScript engine library for GTK+
 libjavascriptcoregtk-3.0-0-dbg - JavaScript engine library for GTK+ - Debugging symbols
 libjavascriptcoregtk-3.0-dev - JavaScript engine library for GTK+ - Development files
 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
Changes: 
 webkitgtk (2.3.4-1ubuntu1) trusty; urgency=medium
 .
   * Merge with Debian. Remaining changes:
     - Build for ppc64el and arm64
     - bugzilla_clear_surface.patch: Take patch to fix upstream bug#123480
       which was a crash affecting software-center in Ubuntu.
     - Don't use COMPARE_AND_SWAP and other snippets of asm on arm64; the
       compiler complains that they are invalid.
     - Take patch from Fedora to use __atomic_fetch_{add,sub} instead of
       __sync_{add_sub}_and_fetch to avoid a powerpc FTBFS.
 .
 webkitgtk (2.3.4-1) experimental; urgency=low
 .
   * New upstream release.
   * WebKit is now built in fast-install mode by default, there's no need
     to run chrpath anymore.
     + debian/rules: remove it from the installation process.
     + debian/control: don't build depend on it.
   * debian/libwebkit2gtk-3.0-25.symbols:
     + Added new symbols.
 .
 webkitgtk (2.3.3-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/patches/02_notebook_scroll.patch:
     + Refreshed.
   * Multi-arch support:
     + debian/control: Add Multi-Arch and Pre-Depends fields to all
       packages with shared libraries.
     + debian/*.install: replace usr/lib/ with usr/lib/*/, but keep
       GObject Introspection .typelib files in /usr/lib
     + debian/rules: adapt libdir and libexecdir to multi-arch.
   * debian/control:
     + Add myself to Uploaders.
     + Update package descriptions.
     + Build depend on libpng-dev, not libpng12-dev.
     + Bump Standards-Version to 3.9.5; no changes needed.
     + Use canonical versions of VCS URLs.
   * debian/rules:
     + Support noopt and debug in DEB_BUILD_OPTIONS.
     + Disable JIT and MacroAssembler on powerpcspe and mips64el.
     + No need to pass --enable-wayland-target anymore, it's automatically
       enabled now.
     + Disable parallel builds since they're unstable at the moment.
     + Don't create the libexec dirs manually, this is no longer needed.
     + Remove rpath from WebKitPluginProcess and WebKitWebProcess.
   * debian/libwebkitgtk-1.0-0.symbols,
     debian/libwebkitgtk-3.0-0.symbols,
     debian/libwebkit2gtk-3.0-25.symbols:
     + Updated for the new symbols.
Checksums-Sha1: 
 988a0c6d4e5c2707019e6304ce41efafee292a22 4588 webkitgtk_2.3.4-1ubuntu1.dsc
 ef1aacb24bb9b41e4be10fd84cf4fe571b765313 9744700 webkitgtk_2.3.4.orig.tar.xz
 b5c168ea4d6c5b3977bdc2086ff1a198a276e39b 75501 webkitgtk_2.3.4-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 898e171f56141ea3fde64e6e9b1aa0cd662900d8753afe48118c8740f6e16581 4588 webkitgtk_2.3.4-1ubuntu1.dsc
 5e7d9daf4f87a25c4fee50d11d00e9b76879021e488a97827021b3ce7342a9a7 9744700 webkitgtk_2.3.4.orig.tar.xz
 91d589e89c24f234021c15e7e1ae567fcd362f31c5e885c30288f76ce619d59a 75501 webkitgtk_2.3.4-1ubuntu1.debian.tar.gz
Files: 
 75a46b2b51d71df16fa2c8313e5e967a 4588 web optional webkitgtk_2.3.4-1ubuntu1.dsc
 9f4271fb19c92c4b854b3e59d95b1e57 9744700 web optional webkitgtk_2.3.4.orig.tar.xz
 752a917b5bbdad6c7813267db0e8410f 75501 web optional webkitgtk_2.3.4-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)

iQIcBAEBCgAGBQJS3UkqAAoJEONS1cUcUEHUNuUQALTWry7guiYgAgBiTgpfKdWN
arQsC8D+9Lct8fLM4s1QnFKPsFR5jmZC+5z2Y6ETWg/0e2T8LHV9amf7Qd3uBzhB
JKKQCv2TZi7ApxajnHeWOQ9PraLGqyatsMHTRne5q/2/Q0p6cPF+LR4RcREMvD/v
Rzvb1ghBnHadvY+G0tq0WXfaYjO/hfePG0m70v3A2O5fAYutjJX29Shd5ttoE9hk
S461kTsikm2hiDk9JiAv7s/N2/lPwVZstBYn3fJATOhLelGlDJg3dWE7QsCElOv/
bINWQtAtBQYe39mHNMI8N7aCwnWebcvL68iirXAytEaLl66aOjIx8WJPoMOLb1GQ
HpzhIHcQHKXYSGFosaBztPie4pAWBD+GYudT29YEDP4aCXz4x6GvdKGlzWLsmjyb
r3cFeuAL3ivkgfDje1AkNGAZxAdpfbJspjBrDzMx9WHsZkZM90PCnUwawnLDk1Sm
urVdpScM0McJKh4AZeyRua5H/YGnPnErWxn8Kt3qKdzogvKWNJukldMyYQGz9Ssg
YsRnNzgZ8LPsTH4ybDuz3+uJT3CZraSRxhfs0rz7qO6Duu7AuCU3oNW/sdr799k8
c187JjaT5iFVWN/GPwwuReYqBpolgGoeAtPFTsdwyzTZqU5lrStqjJ3r01A6/bhd
R+aZFPe0M9ZnXbHG5mE4
=s5LX
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list