[ubuntu/trusty-proposed] webkitgtk 2.2.1-2ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Tue Nov 12 16:33:36 UTC 2013


webkitgtk (2.2.1-2ubuntu1) trusty; urgency=low

  * Merge with Debian unstable (LP: #1186558), remaining changes
    - debian/patches/aarch64.patch: Add basic AArch64 support, based on
      https://bugs.webkit.org/show_bug.cgi?id=116030 by Andreas Schwab.
  * Disable glx on arm64 too
  * Use -gstabs on arm64 too

webkitgtk (2.2.1-2) unstable; urgency=low

  [ Michael Biebl ]
  * debian/rules:
    + Replace another occurence of findstring with filter.

  [ Emilio Pozuelo Monfort ]
  * debian/patches/50_bsd-hurd-build-fix.patch:
    + Fix the build on !linux.

webkitgtk (2.2.1-1) unstable; urgency=low

  * debian/gbp.conf:
    + Added.
  * New upstream stable release.

webkitgtk (2.2.0-2) unstable; urgency=low

  * debian/rules:
    + Disable JIT on mips, should fix the FTBFS.
  * Upload to unstable.

webkitgtk (2.2.0-1) experimental; urgency=low

  * New upstream stable release.
  * debian/control:
    + Remove gail build dependencies, no longer needed.
  * debian/patches:
    + Refreshed.

webkitgtk (2.1.91-1) experimental; urgency=low

  [ Michael Biebl ]
  * debian/rules:
    + Use filter instead of findstring to match the current architecture as
      findstring also matches substrings so we accidentally used stabs debug
      symbols for i386 and amd64 and disabled jit for mips.

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    + Use CPPFLAGS instead of JSC_CPPFLAGS to disable JIT and MacroAssembler
      as JSC_CPPFLAGS is no longer honored by the build system. This fixes
      the build (again) on ia64 powerpc sparc s390 and s390x.
  * debian/patches/40_hppa_platform_h.patch,
    debian/patches/41_hppa_build_fix.patch,
    debian/rules:
    + Add support for HPPA. Thanks to John David Anglin for the patches.
      Closes: #721206.
  * debian/patches/20_mesa-llvmpipe-crash.patch,
    debian/patches/25_bison_2.6_ftbfs.patch:
    + Remove patches that were cherry-picked from upstream 2.1.x and we
      no longer use.
  * debian/rules:
    + Disable JIT and MacroAssembler on alpha. Closes: #721863.
    + Likewise for ppc64 and sparc64.

  [ Gustavo Noronha Silva ]
  * debian/rules:
    + Disable GLX on ARM, thanks to Sjoerd Simons.
  * debian/patches/10_hurd_getCurrentExecutablePath.patch,
    debian/patches/20_bsd-hurd-gtest-port.patch:
    + removed, applied upstream

webkitgtk (2.1.90.1-1) experimental; urgency=low

  [ Gustavo Noronha Silva ]
  * New development release
  * debian/patches/series, debian/patches/03_dom_bindings_compat.patch:
  - removed patch; applied upstream
  * debian/patches/02_notebook_scroll.patch:
  - refreshed
  * debian/*.symbols:
  - updated with ABI additions

  [ Emilio Pozuelo Monfort ]
  * debian/rules:
    + Switch powerpc to stabs as it's currently taking too much space in
      the buildds.
  * debian/control:
    + Add myself to Uploaders.

webkitgtk (2.1.4-3) experimental; urgency=low

  * debian/control, debian/libwebkitgtk-common-dev.install:
  - install the webkitdom headers in a separate dev package that can be
    depended on by both libwebkitgtk-3.0-dev and libwebkit2gtk-3.0-dev

webkitgtk (2.1.4-2) experimental; urgency=low

  * debian/rules:
  - merge build and install rules so we can install right after building
    each flavor, and save space by cleaning up the build
  - clean *.pyc files in the clean target, to allow multiple builds in the
    same source tree again
  * debian/rules:
  - disable debug symbols sparc, and use stabs for armel, like we already
    do for armhf; their buildds are too constrained in terms of hardware
    resources

webkitgtk (2.1.4-1) experimental; urgency=low

  * New development release
  * debian/patches/01_do-not-build-testing-tools.patch:
  - refreshed
  * debian/libjavascriptcore*dev.install, gir1.2-*.install,
    debian/libjavascriptcore*dev.links, gir1.2-*.links:
  - Install the GObject Introspection support files, and compatibility
    links that cover the old names
  * debian/patches/03_dom_bindings_compat.patch:
  - Add symbols that went missing since the last stable release
  * debian/*.symbols:
  - updated symbols files to contain the newly added APIs

webkitgtk (2.0.4-2) unstable; urgency=low

  [ Jeremy Bicha ]
  * Don't recommend universe gstreamer codecs on Ubuntu. Closes: #714299.

  [ Gustavo Noronha ]
  * debian/patches/03_atomics-buildfix.patch:
  - patch from upstream to fix build in architectures which do not support
    some atomic builtins for 64 bits types (should fix powerpc and sparc)
  * debian/libwebkit2gtk-3.0-25.symbols, debian/symbols.filter:
  - export the WebGtkExtensionManager, used by WebKit2GTK+ for loading
    injected bundle plugins

webkitgtk (2.0.4-1) experimental; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/compat:
    + Go back to compat 8 for now as compressed symbol files kill .deb
      compression. Also objcopy seems to take a lot of memory to compress
      debugging symbols, killing the build in some cases.
  * debian/rules:
    + Stop building with -O1 on armhf. Hopefully the compiler error we were
      getting has been fixed.
    + Build with -gstabs on armhf and kfreebsd to try to eat less memory
      and make the build succeed. If it doesn't we may have to disable
      debugging symbols as we do in many other arches.

  [ Gustavo Noronha Silva ]
  * New upstream release
  * debian/*.symbols, debian/*.install, debian/symbols.filter,
    debian/patches/01_do-not-build-testing-tools.patch, debian/rules:
  - Avoid exposing a ton of C++ symbols by not building the testing
    tools
  - We no longer build the test browsers, as well
  * debian/rules:
  - move dh_autoreconf call to its own rule with its own custom stamp,
    so we can just call binary if the build fails and we want to try again

webkitgtk (2.0.3-1) experimental; urgency=low

  * Team upload.

  * debian/libwebkit2gtk-3.0-25.symbols:
    + Added missing i386 symbols. Should really fix the i386 build.
      Closes: #704886.
  * debian/rules:
    + Pass -I Source/autotools to autoreconf to make sure aclocal can find
      the necessary macros, as otherwise some versions such as aclocal-1.11
      have some trouble with this.
    + Add --disable-jit back on mipsel, armel and powerpc. The change was
      probably lost with the webkit2 addition.
    + Don't pass --with-gstreamer=1.0 anymore, GStreamer support is always
      1.0 now and the configure flag has been dropped.
    + Don't pass --disable-plugin-process. The flag is gone and the plugin
      process is always built for WebKit2, which is what we were doing.
    + Don't pass --disable-jit on powerpc. Instead disable JIT, YARR and
      assembler in ia64 powerpc sparc s390 and s390x as there's no
      support for MacroAssembler for them.
  * debian/patches/changeset_145551.diff:
    + Backport from upstream, implement Double2Ints in CLoop backend for
      32 bit architectures, needed for the above architectures where we
      disable JIT, YARR and assembler.
  * debian/control:
    + Build depend on libgudev-1.0-dev on linux for gamepad support.
  * debian/patches/10_hurd_getCurrentExecutablePath.patch:
    + Readd patch from #669059 that was lost. Fixes build on hurd.

  * New upstream release.
  * changeset_150117.diff, changeset_150326.diff, changeset_150963.diff:
    + Dropped, included upstream.

  * debian/patches/changeset_147557.diff:
    + Backport from upstream, fix a dispose/finalize mistake that can
      cause crashes in some scenarios.
  * debian/patches/20_bsd-hurd-gtest-port.patch:
    + New patch. Fix kfreebsd and hurd builds by making gtest know about
      them.

Date: Tue, 12 Nov 2013 16:26:24 +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.2.1-2ubuntu1
-------------- next part --------------
Format: 1.8
Date: Tue, 12 Nov 2013 16:26:24 +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.2.1-2ubuntu1
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: 704886 714299 721206 721863
Launchpad-Bugs-Fixed: 1186558
Changes: 
 webkitgtk (2.2.1-2ubuntu1) trusty; urgency=low
 .
   * Merge with Debian unstable (LP: #1186558), remaining changes
     - debian/patches/aarch64.patch: Add basic AArch64 support, based on
       https://bugs.webkit.org/show_bug.cgi?id=116030 by Andreas Schwab.
   * Disable glx on arm64 too
   * Use -gstabs on arm64 too
 .
 webkitgtk (2.2.1-2) unstable; urgency=low
 .
   [ Michael Biebl ]
   * debian/rules:
     + Replace another occurence of findstring with filter.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/patches/50_bsd-hurd-build-fix.patch:
     + Fix the build on !linux.
 .
 webkitgtk (2.2.1-1) unstable; urgency=low
 .
   * debian/gbp.conf:
     + Added.
   * New upstream stable release.
 .
 webkitgtk (2.2.0-2) unstable; urgency=low
 .
   * debian/rules:
     + Disable JIT on mips, should fix the FTBFS.
   * Upload to unstable.
 .
 webkitgtk (2.2.0-1) experimental; urgency=low
 .
   * New upstream stable release.
   * debian/control:
     + Remove gail build dependencies, no longer needed.
   * debian/patches:
     + Refreshed.
 .
 webkitgtk (2.1.91-1) experimental; urgency=low
 .
   [ Michael Biebl ]
   * debian/rules:
     + Use filter instead of findstring to match the current architecture as
       findstring also matches substrings so we accidentally used stabs debug
       symbols for i386 and amd64 and disabled jit for mips.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/rules:
     + Use CPPFLAGS instead of JSC_CPPFLAGS to disable JIT and MacroAssembler
       as JSC_CPPFLAGS is no longer honored by the build system. This fixes
       the build (again) on ia64 powerpc sparc s390 and s390x.
   * debian/patches/40_hppa_platform_h.patch,
     debian/patches/41_hppa_build_fix.patch,
     debian/rules:
     + Add support for HPPA. Thanks to John David Anglin for the patches.
       Closes: #721206.
   * debian/patches/20_mesa-llvmpipe-crash.patch,
     debian/patches/25_bison_2.6_ftbfs.patch:
     + Remove patches that were cherry-picked from upstream 2.1.x and we
       no longer use.
   * debian/rules:
     + Disable JIT and MacroAssembler on alpha. Closes: #721863.
     + Likewise for ppc64 and sparc64.
 .
   [ Gustavo Noronha Silva ]
   * debian/rules:
     + Disable GLX on ARM, thanks to Sjoerd Simons.
   * debian/patches/10_hurd_getCurrentExecutablePath.patch,
     debian/patches/20_bsd-hurd-gtest-port.patch:
     + removed, applied upstream
 .
 webkitgtk (2.1.90.1-1) experimental; urgency=low
 .
   [ Gustavo Noronha Silva ]
   * New development release
   * debian/patches/series, debian/patches/03_dom_bindings_compat.patch:
   - removed patch; applied upstream
   * debian/patches/02_notebook_scroll.patch:
   - refreshed
   * debian/*.symbols:
   - updated with ABI additions
 .
   [ Emilio Pozuelo Monfort ]
   * debian/rules:
     + Switch powerpc to stabs as it's currently taking too much space in
       the buildds.
   * debian/control:
     + Add myself to Uploaders.
 .
 webkitgtk (2.1.4-3) experimental; urgency=low
 .
   * debian/control, debian/libwebkitgtk-common-dev.install:
   - install the webkitdom headers in a separate dev package that can be
     depended on by both libwebkitgtk-3.0-dev and libwebkit2gtk-3.0-dev
 .
 webkitgtk (2.1.4-2) experimental; urgency=low
 .
   * debian/rules:
   - merge build and install rules so we can install right after building
     each flavor, and save space by cleaning up the build
   - clean *.pyc files in the clean target, to allow multiple builds in the
     same source tree again
   * debian/rules:
   - disable debug symbols sparc, and use stabs for armel, like we already
     do for armhf; their buildds are too constrained in terms of hardware
     resources
 .
 webkitgtk (2.1.4-1) experimental; urgency=low
 .
   * New development release
   * debian/patches/01_do-not-build-testing-tools.patch:
   - refreshed
   * debian/libjavascriptcore*dev.install, gir1.2-*.install,
     debian/libjavascriptcore*dev.links, gir1.2-*.links:
   - Install the GObject Introspection support files, and compatibility
     links that cover the old names
   * debian/patches/03_dom_bindings_compat.patch:
   - Add symbols that went missing since the last stable release
   * debian/*.symbols:
   - updated symbols files to contain the newly added APIs
 .
 webkitgtk (2.0.4-2) unstable; urgency=low
 .
   [ Jeremy Bicha ]
   * Don't recommend universe gstreamer codecs on Ubuntu. Closes: #714299.
 .
   [ Gustavo Noronha ]
   * debian/patches/03_atomics-buildfix.patch:
   - patch from upstream to fix build in architectures which do not support
     some atomic builtins for 64 bits types (should fix powerpc and sparc)
   * debian/libwebkit2gtk-3.0-25.symbols, debian/symbols.filter:
   - export the WebGtkExtensionManager, used by WebKit2GTK+ for loading
     injected bundle plugins
 .
 webkitgtk (2.0.4-1) experimental; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * debian/compat:
     + Go back to compat 8 for now as compressed symbol files kill .deb
       compression. Also objcopy seems to take a lot of memory to compress
       debugging symbols, killing the build in some cases.
   * debian/rules:
     + Stop building with -O1 on armhf. Hopefully the compiler error we were
       getting has been fixed.
     + Build with -gstabs on armhf and kfreebsd to try to eat less memory
       and make the build succeed. If it doesn't we may have to disable
       debugging symbols as we do in many other arches.
 .
   [ Gustavo Noronha Silva ]
   * New upstream release
   * debian/*.symbols, debian/*.install, debian/symbols.filter,
     debian/patches/01_do-not-build-testing-tools.patch, debian/rules:
   - Avoid exposing a ton of C++ symbols by not building the testing
     tools
   - We no longer build the test browsers, as well
   * debian/rules:
   - move dh_autoreconf call to its own rule with its own custom stamp,
     so we can just call binary if the build fails and we want to try again
 .
 webkitgtk (2.0.3-1) experimental; urgency=low
 .
   * Team upload.
 .
   * debian/libwebkit2gtk-3.0-25.symbols:
     + Added missing i386 symbols. Should really fix the i386 build.
       Closes: #704886.
   * debian/rules:
     + Pass -I Source/autotools to autoreconf to make sure aclocal can find
       the necessary macros, as otherwise some versions such as aclocal-1.11
       have some trouble with this.
     + Add --disable-jit back on mipsel, armel and powerpc. The change was
       probably lost with the webkit2 addition.
     + Don't pass --with-gstreamer=1.0 anymore, GStreamer support is always
       1.0 now and the configure flag has been dropped.
     + Don't pass --disable-plugin-process. The flag is gone and the plugin
       process is always built for WebKit2, which is what we were doing.
     + Don't pass --disable-jit on powerpc. Instead disable JIT, YARR and
       assembler in ia64 powerpc sparc s390 and s390x as there's no
       support for MacroAssembler for them.
   * debian/patches/changeset_145551.diff:
     + Backport from upstream, implement Double2Ints in CLoop backend for
       32 bit architectures, needed for the above architectures where we
       disable JIT, YARR and assembler.
   * debian/control:
     + Build depend on libgudev-1.0-dev on linux for gamepad support.
   * debian/patches/10_hurd_getCurrentExecutablePath.patch:
     + Readd patch from #669059 that was lost. Fixes build on hurd.
 .
   * New upstream release.
   * changeset_150117.diff, changeset_150326.diff, changeset_150963.diff:
     + Dropped, included upstream.
 .
   * debian/patches/changeset_147557.diff:
     + Backport from upstream, fix a dispose/finalize mistake that can
       cause crashes in some scenarios.
   * debian/patches/20_bsd-hurd-gtest-port.patch:
     + New patch. Fix kfreebsd and hurd builds by making gtest know about
       them.
Checksums-Sha1: 
 e240c258d799c21a2be2016e546c1cdbc7907f33 4551 webkitgtk_2.2.1-2ubuntu1.dsc
 a91fe58d242b3f7c4a220990742304031aa74a07 9376932 webkitgtk_2.2.1.orig.tar.xz
 4d80cdb3fc7c916929c65936674351459bb26492 79279 webkitgtk_2.2.1-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 09c05fe6118a2b432e3c25e4a3df18400be3562213b2128f2f630c23bf3feb78 4551 webkitgtk_2.2.1-2ubuntu1.dsc
 13d081df8dd0a442d4f4e91a6d5236aa91b78f62a670283da08ad5bff76e4ae8 9376932 webkitgtk_2.2.1.orig.tar.xz
 8861c98e7bac52edaf9714c66913d884c3bc0f52275b5098686d98d6f5772a14 79279 webkitgtk_2.2.1-2ubuntu1.debian.tar.gz
Files: 
 ced9eefe29254a05e16cbafa60a79d4a 4551 web optional webkitgtk_2.2.1-2ubuntu1.dsc
 f5decdd76b2c08ab6e01ac47342f680e 9376932 web optional webkitgtk_2.2.1.orig.tar.xz
 82baf8e7d3865a2ef60f04eed28dffa4 79279 web optional webkitgtk_2.2.1-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>


More information about the Trusty-changes mailing list