[ubuntu/artful-proposed] webkit2gtk 2.17.90-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Fri Aug 11 02:59:32 UTC 2017


webkit2gtk (2.17.90-1ubuntu1) artful; urgency=medium

  * Disable GSTREAMER_GL on Ubuntu since it requires the
    "bad" gstreamer plugins which are in universe

webkit2gtk (2.17.90-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/control:
    + Add build dependency on libtasn1-6-dev (for Web Crypto).
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * Disable GStreamerGL in armel and armhf, the usage of two different GL
    implementations causes a build failure (see WebKit but #175127).
    + debian/control: Don't install libgstreamer-plugins-bad1.0-dev in
      those architectures.
    + debian/rules: Pass -DUSE_GSTREAMER_GL=OFF.
  * debian/patches/no-whole-archive.patch:
    + Don't use --whole-archive for the WebKit2 target libraries.

webkit2gtk (2.17.5-2) experimental; urgency=medium

  * debian/rules:
    + Don't pass -DENABLE_DISASSEMBLER=0, this is no longer necessary.
    + Don't disable JIT in arm64.
    + Don't disable the gold linker in any architecture.
  * debian/control:
    + Add build dependency on mesa-common-dev (GStreamerGL needs GL/gl.h),
      this is automatically pulled in some architectures by
      libgl1-mesa-dev, but without it the build fails in all others.
  * Refresh debian/patches/fix-ftbfs-m68k.patch.

webkit2gtk (2.17.5-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.
  * debian/patches/fix-ftbfs-m68k.patch:
    + Fix FTBFS in m68k.
  * debian/control:
    + Add build dependency on libgstreamer-plugins-bad1.0-dev for
      GStreamerGL and bump all GStreamer dependencies to >= 1.2.3.
    + Add build dependency on libgles2-mesa-dev for all
      architectures (GStreamerGL needs GLES3/gl3.h).
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.
  * Override typelib-package-name-does-not-match and
    gir-missing-typelib-dependency lintian warnings in
    gir1.2-javascriptcoregtk-4.0, gir1.2-webkit2-4.0,
    libjavascriptcoregtk-4.0-dev and libwebkit2gtk-4.0-dev.

webkit2gtk (2.17.4-1) experimental; urgency=medium

  * New upstream development release.
  * debian/patches/fix-ftbfs-sparc64.patch:
    + Refresh.
  * debian/patches/fix-ftbfs-x86.patch:
    + Update to fix build in x86_64.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

webkit2gtk (2.17.3-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/patches/fix-ftbfs-x86.patch:
    + Fix FTBFS in x86.
  * debian/watch, debian/gbp.conf:
    + Update for 2.17.x packages in experimental.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

Date: Thu, 10 Aug 2017 20:06:03 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/webkit2gtk/2.17.90-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Aug 2017 20:06:03 -0400
Source: webkit2gtk
Binary: libjavascriptcoregtk-4.0-18 libjavascriptcoregtk-4.0-dev libjavascriptcoregtk-4.0-bin gir1.2-javascriptcoregtk-4.0 libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-dev libwebkit2gtk-4.0-doc gir1.2-webkit2-4.0 libwebkit2gtk-4.0-37-gtk2
Architecture: source
Version: 2.17.90-1ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
 gir1.2-javascriptcoregtk-4.0 - JavaScript engine library from WebKitGTK+ - GObject introspection
 gir1.2-webkit2-4.0 - Web content engine library for GTK+ - GObject introspection data
 libjavascriptcoregtk-4.0-18 - JavaScript engine library from WebKitGTK+
 libjavascriptcoregtk-4.0-bin - JavaScript engine library from WebKitGTK+ - command-line interpre
 libjavascriptcoregtk-4.0-dev - JavaScript engine library from WebKitGTK+ - development files
 libwebkit2gtk-4.0-37 - Web content engine library for GTK+
 libwebkit2gtk-4.0-37-gtk2 - Web content engine library for GTK+ - GTK+2 plugin process
 libwebkit2gtk-4.0-dev - Web content engine library for GTK+ - development files
 libwebkit2gtk-4.0-doc - Web content engine library for GTK+ - documentation
Changes:
 webkit2gtk (2.17.90-1ubuntu1) artful; urgency=medium
 .
   * Disable GSTREAMER_GL on Ubuntu since it requires the
     "bad" gstreamer plugins which are in universe
 .
 webkit2gtk (2.17.90-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Refresh all patches.
   * debian/control:
     + Add build dependency on libtasn1-6-dev (for Web Crypto).
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
   * Disable GStreamerGL in armel and armhf, the usage of two different GL
     implementations causes a build failure (see WebKit but #175127).
     + debian/control: Don't install libgstreamer-plugins-bad1.0-dev in
       those architectures.
     + debian/rules: Pass -DUSE_GSTREAMER_GL=OFF.
   * debian/patches/no-whole-archive.patch:
     + Don't use --whole-archive for the WebKit2 target libraries.
 .
 webkit2gtk (2.17.5-2) experimental; urgency=medium
 .
   * debian/rules:
     + Don't pass -DENABLE_DISASSEMBLER=0, this is no longer necessary.
     + Don't disable JIT in arm64.
     + Don't disable the gold linker in any architecture.
   * debian/control:
     + Add build dependency on mesa-common-dev (GStreamerGL needs GL/gl.h),
       this is automatically pulled in some architectures by
       libgl1-mesa-dev, but without it the build fails in all others.
   * Refresh debian/patches/fix-ftbfs-m68k.patch.
 .
 webkit2gtk (2.17.5-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Refresh all patches.
   * debian/source/lintian-overrides:
     + Update source-is-missing overrides.
   * debian/patches/fix-ftbfs-m68k.patch:
     + Fix FTBFS in m68k.
   * debian/control:
     + Add build dependency on libgstreamer-plugins-bad1.0-dev for
       GStreamerGL and bump all GStreamer dependencies to >= 1.2.3.
     + Add build dependency on libgles2-mesa-dev for all
       architectures (GStreamerGL needs GLES3/gl3.h).
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
   * Override typelib-package-name-does-not-match and
     gir-missing-typelib-dependency lintian warnings in
     gir1.2-javascriptcoregtk-4.0, gir1.2-webkit2-4.0,
     libjavascriptcoregtk-4.0-dev and libwebkit2gtk-4.0-dev.
 .
 webkit2gtk (2.17.4-1) experimental; urgency=medium
 .
   * New upstream development release.
   * debian/patches/fix-ftbfs-sparc64.patch:
     + Refresh.
   * debian/patches/fix-ftbfs-x86.patch:
     + Update to fix build in x86_64.
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
 .
 webkit2gtk (2.17.3-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Refresh all patches.
   * debian/patches/fix-ftbfs-x86.patch:
     + Fix FTBFS in x86.
   * debian/watch, debian/gbp.conf:
     + Update for 2.17.x packages in experimental.
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
Checksums-Sha1:
 ac20a7b894c9ff83ba8962722098886c7e3f9fb9 3729 webkit2gtk_2.17.90-1ubuntu1.dsc
 92042a669b3703c73578bf2453c3bec183624294 54872 webkit2gtk_2.17.90-1ubuntu1.debian.tar.xz
 d1056130327e255a1df32a7d3d3159745359f59f 17012 webkit2gtk_2.17.90-1ubuntu1_source.buildinfo
Checksums-Sha256:
 e4ba9dcccc839afd8e2a5d5111cb86282b6d0150c9146151c817844bf0adf2ff 3729 webkit2gtk_2.17.90-1ubuntu1.dsc
 df4a384bcc43ebedbd733cbb15ffb330f91722cd0808bd87e2588ff23f7b2dc5 54872 webkit2gtk_2.17.90-1ubuntu1.debian.tar.xz
 bc27afe4941c9eebf83a6cbae053abc7e0587d38e1a099bd63303d079c24b36a 17012 webkit2gtk_2.17.90-1ubuntu1_source.buildinfo
Files:
 57fc9db8a9148f298eb8fa61588356e2 3729 web optional webkit2gtk_2.17.90-1ubuntu1.dsc
 b61c7983e936cee8f84749f300d3cc92 54872 web optional webkit2gtk_2.17.90-1ubuntu1.debian.tar.xz
 9fcd672d65686ffb5455f148ee5d10ed 17012 web optional webkit2gtk_2.17.90-1ubuntu1_source.buildinfo
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJZjRz/AAoJEOZsd1rr/mx9yZgP/iPGQH9c34SsBwEr3Qq8LYHQ
SemYNYZWPx2ynbW0gc2SKdjOz5DunupADUcZg3XqzjCIvVXhg9dq2HNEA5HSIMp/
jTFpjJu3avwidNJBUGMIEdZFReYK08Y4GvBctiON+w+rjtyqvCCj0rGTg3VFncPI
TfJ/17e0UM6v9dFKfYIwREk5v5/v8s39W/UDdcldOcMXEL+w98THJycx8yaep/vG
tubvUvGmisOrz4iNPvortTM3zy/Fh/azdQP4EAsjFHVx8qOu0kfmL0NQhJjb3bbq
HZ1oechDnQZFaioAH71d8r+AhFMk8X8Y+sBUwLGqLBo8xfh3RuG074fP/X39PCii
6QUCIoMCRh4w9Is7VHaXKARcqlkabtxqBdjnrN1Uh99ArzOKn0I2bRQZ5sEIpo8u
DMreYwrTpDEAiErkoN7ghvJsq/Qnh5zSeUic+2NSCUJUzsPxV8HSAxW/M1z68Ear
IbKty8P9BMEz3mUH3n1rOWBxm1PSDJo2iz2cdtiRuMZNk8fZ953gGRZo5ta8Ys3F
o2cmVeDTiS+ZxWTL9CJm4tevErm2V8S5eQIZQ9c1BvF45Ao/l4ZH8joQjq+9wQGb
mk3CSrkougjTkdSWchOmyX0S/R3bCbd76fW84JOzJWOeMewb85drkxzCidirghRc
4FW/aM0q3FAqNUJ0+oUU
=Iw0u
-----END PGP SIGNATURE-----


More information about the Artful-changes mailing list