Publishing details

Changelog

qtwebkit-opensource-src (5.3.0+dfsg-1ubuntu2) utopic; urgency=medium

  * Update symbols.

qtwebkit-opensource-src (5.3.0+dfsg-1ubuntu1) utopic; urgency=medium

  [ Timo Jyrinki ]
  * New upstream release
  * Change include directories
  * Drop patches merged upstream:
    - debian/patches/aarch64.patch
    - debian/patches/dont_pollute_pri_and_pc_with_private_deps.patch
    - debian/patches/fix_ftbfs_in_archs_without_jit_support.patch
  * Update symbols file.
  * Sync with Debian's 5.3.0 packaging
    - Remaining changes building with GStreamer 1.0 and without WebP
    - Drop sensors and location b-d, not critical and Oxide provides those
    - Keep the transitional QML package
    - Keep additional patches from webkit.org upstream

qtwebkit-opensource-src (5.3.0+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Do not build qtwebkit5-doc from this source anymore. It will now be built
    from qttools. In this way we allow qttools to build depend upon
    libqt5webkit5-dev without creating a circular dependency.
  * Do not force dh_builddeb to use xz compression: it's now the default.
  * Bump Qt build dependencies.
  * Remove fix_ftbfs_in_archs_without_jit_support.patch and
    dont_pollute_pri_and_pc_with_private_deps.patch, applied upstream.
  * Refresh no_gc_sections.diff.
  * Install headers in their new multi-arch qualified path. Mark the
    development package as Multi-Arch: same.
  * Take into account the new multi-arch path for removing the private
    headers.
  * Update symbols files with current log. The missing symbols are private
    stuff not present in any static method.
  * Remove the transitional package libqt5webkit5-qmlwebkitplugin.
  * Switch debugging symbols for amd64 to gstabs until we are able to build
    normal symbols again.

qtwebkit-opensource-src (5.2.1+dfsg1-1ubuntu2) utopic; urgency=medium

  * Update arm64 and ppc64el symbols

qtwebkit-opensource-src (5.2.1+dfsg1-1ubuntu1) utopic; urgency=medium

  * debian/control: Sort build-dependencies.
  * Merge with unreleased debian Git, remaining changes:
    - Build against qtsensors and qtlocation for additional features.
    - Build-depend on libudev-dev.
    - Build against GStreamer 1.0.
    - Disable WebP support since webp not in main.
    - Make libqt5webkit5-dev on some additional dev packages.
    - Backport upstream patches:
      + LLIntCLoop32BigEndian.patch
      + bug_118860_qtwebkit_511.patch
      + fix_unsafe_memory_load_store_on_arm.patch
      + aarch64.patch
    - Add Ubuntu-specific patches:
      + devicePixelResolution.patch
      + add_experimentalDevicePixelRatio.patch
    - Add Vcs-Bzr field.
  * Drop private headers, touch apps using them got ported to Oxide.
  * Refresh all Ubuntu patches.
  * Update symbols file.
  * Update for qtsensors5-dev → libqt5sensors5-dev renaming.

qtwebkit-opensource-src (5.2.1+dfsg1-1) unstable; urgency=medium

  * Rename libqt5webkit5-qmlwebkitplugin to qml-module-qtwebkit, adding proper
    Break and Replaces.
  * Add qtdeclarative5-dev as a dependency of libqt5webkit5-dev as it seems
    to be a requirement for stuff building with webkit.
  * Update symbols files with buildd's logs.
  * Remove prune-nonfree from debian/rules and instead use Files-Excluded in
    debian/copyright.
  * Remove dygraph-combined.js from the original tarball: minified javascript
    without source.
  * Increase dfsg revision to 1 due to the new source tarball.

qtwebkit-opensource-src (5.2.1+dfsg-5) unstable; urgency=medium

  * Upload to unstable.
  * Update symbols files with buildd's logs.

qtwebkit-opensource-src (5.2.1+dfsg-4) experimental; urgency=medium

  * Backport dont_pollute_pri_and_pc_with_private_deps.patch to avoid
    propagating wrong linker flags (Closes: #711307).
  * Create reduce_memory_usage.patch forcing ld to not cache the symbol tables
    of input files in memory to avoid memory exhaustion during the linking
    phase.
  * Disable JIT on armel, mips and mipsel.
  * Update symbols files with buildd's logs.

qtwebkit-opensource-src (5.2.1+dfsg-3) experimental; urgency=medium

  * Update symbols files with buildd's and current logs.
  * Only generate debugging symbols on selected archs.
    - Use gstabs on i386, powerpc and s390x.
    - Use full debugging only on amd64.
    - Set libqt5webkit5-dbg's Architecture list accordingly.
    - Remove stabs_format_debug_info.diff, no longer needed.

qtwebkit-opensource-src (5.2.1+dfsg-2) experimental; urgency=medium

  * Backport fix_ftbfs_in_archs_without_jit_support.patch to fix FTBFSs in
    archs without JIT support.
  * Remove code in debian/rules that tried to fix the above unsuccessfully.
  * Also remove disable_jit_llint.diff with the same purpose.

qtwebkit-opensource-src (5.2.1+dfsg-1) experimental; urgency=medium

  * New upstream release.
  * Update symbols files with buildd's logs.
  * Bump Qt build dependencies to 5.2.1.

qtwebkit-opensource-src (5.2.1+dfsg-0ubuntu2) trusty; urgency=medium

  [ Ricardo Salveti de Araujo ]
  * Refresh add_experimentalDevicePixelRatio.patch based on latest changes
    from upstream

qtwebkit-opensource-src (5.2.1+dfsg-0ubuntu1) trusty; urgency=low

  * New release
  * Bump dependencies to 5.2.1, also for qtsensors and qtlocation
  * Refresh patches:
    - bug_118860_qtwebkit_511.patch
    - no_gc_sections.diff
  * Enable debug temporarily
  * Disable patches temporarily (need rebasing):
    - add_experimentalDevicePixelRatio.patch
  * Drop patches merged upstream:
    - file_access.patch
    - gstreamer-build-issue-gst10.patch
  * Add build dependency on libudev-dev
  * Add fix_unsafe_memory_load_store_on_arm.patch:
    - Cherry-pick from upstream to fix ARM crash (LP: #1275961)
  * Sync with Debian 5.2.0+dfsg1-1, remaining changes:
    - Build against qtsensors and qtlocation for additional features
    - Patches
    - Keep private headers for webbrowser-app
    - Build against GStreamer 1.0
    - Disable WebP support since webp not in main

qtwebkit-opensource-src (5.2.0+dfsg1-1) unstable; urgency=medium

  [ Pino Toscano ]
  * rules: fix typo in DEB_CPPFLAGS_MAINT_APPEND, and properly export it.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Repack source tarball to remove minified javascript without source
    Source/WebInspectorUI/Tools/PrettyPrinting/populate/jquery.min.js.
    The file was not shipped by any package (Closes: #737462).
    - Switch to version dfsg1-1.

qtwebkit-opensource-src (5.2.0+dfsg-3) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Add a patch (disable_jit_llint.diff) to disable JIT and llint on ia64, s390
    and sparc.

  [ Lisandro Damián Nicanor Pérez Meyer ]
  * Upload to unstable.
  * Remove glslang_bison3.diff, applied upstream.
  * Move mkspec files to their new location.
    - B-D on qtbase5-private-dev 5.2.0+dfsg-7 which changed the location.
  * Update Standards-Version to 3.9.5, no changes required.

qtwebkit-opensource-src (5.2.0+dfsg-2) experimental; urgency=medium

  * Update symbols files with buildd's logs.
  * Workaround FTBFS in 64 bits big endian archs.
    See https://bugs.webkit.org/show_bug.cgi?id=113638

qtwebkit-opensource-src (5.2.0+dfsg-1) experimental; urgency=low

  * New upstream release.
  * Bump Qt build dependencies.
  * Refresh 05_sparc_unaligned_access.diff, no_gc_sections.diff and hurd.diff.
  * Remove new private stuff we are not shipping.
  * Update symbols files.
  * Remove jsmin.py from the original tarball because it is not
    DFSG-compatible.
    - Create a dfsg version.
    - Add a rule to prune non-free stuff in debian/rules.
    - Mangle the dfsg version in debian/watch.
  * Fix wrong name and path of the GPL-2 license in debian/copyright.

qtwebkit-opensource-src (5.1.1-2) unstable; urgency=medium

  [ Dmitry Shachnev ]
  * Backport upstream patch (glslang_bison3.diff) to fix build failure
    with bison 3 (closes: #731979).
 -- Timo Jyrinki <email address hidden>   Thu, 05 Jun 2014 11:42:21 +0000

Available diffs

Builds

Built packages

Package files