[ubuntu/bionic-proposed] webkit2gtk 2.19.91-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Wed Feb 21 13:13:22 UTC 2018


webkit2gtk (2.19.91-1ubuntu1) bionic; urgency=medium

  * Temporarily disable WOFF2 on Ubuntu since the required libraries
    are not in Ubuntu main yet. See bug 1742743.

webkit2gtk (2.19.91-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/rules:
    + Use -O1 in powerpc as well.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

webkit2gtk (2.19.90-1) experimental; urgency=medium

  * New upstream development release.
  * debian/rules:
    + Use -O1 in sh3 and sh4 (thanks, John Paul Adrian Glaubitz).
  * Refresh all patches.

webkit2gtk (2.19.6-1) experimental; urgency=medium

  * New upstream development release.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

webkit2gtk (2.19.5-1) experimental; urgency=medium

  * New upstream development release.
  * debian/patches/fix-ftbfs-armel.patch:
    + Refresh.
  * debian/source/lintian-overrides:
    + Update source-is-missing overrides.

webkit2gtk (2.19.3-2) experimental; urgency=medium

  * WOFF2 is now available in Debian, so build webkit2gtk with it:
    + debian/control:
      - Add build dependency on libwoff-dev.
    + debian/rules:
      - Remove -DUSE_WOFF2=OFF.
    + debian/libwebkit2gtk-4.0-37.symbols:
      - Add new symbols.
  * Add new webkit2gtk-driver package containing the WebKitWebDriver
    binary.
    + debian/control:
      - Add the entry for the new package.
    + debian/webkit2gtk-driver.install:
      - Install the WebKitWebDriver binary.
    + debian/webkit2gtk-driver.manpages, debian/WebKitWebDriver.1:
      - Add manpage.

webkit2gtk (2.19.3-1) experimental; urgency=medium

  * New upstream development release (Closes: #882387).

  [ Jeremy Bicha ]
  * debian/control: Update Vcs-Git to point to correct branch.
  * Allow setting the distributor name in the User Agent string. Ubuntu
    wants this patch, but since it makes it easier to identify the user
    let's leave it disabled in Debian (Closes: #883712).
    + debian/patches/user-agent-branding.patch:
      - Patch to support updating the User-Agent string.
    + debian/rules:
      - Pass -DUSER_AGENT_GTK_DISTRIBUTOR_NAME when building for Ubuntu.

  [ Alberto Garcia ]
  * Refresh all patches.
  * Several cross-compilation fixes in debian/rules (thanks, Helmut
    Grohne).
    + Include /usr/share/dpkg/architecture.mk instead of calling
      dpkg-architecture manually to set the DEB_*_ARCH variables.
    + Use DEB_BUILD_ARCH_BITS to decide whether to pass --no-keep-memory
      to the linker.
    + Use DEB_HOST_ARCH to decide whether to use -g1 and -DENABLE_JIT=OFF.
    + Remove the --no-relax flag for alpha, this was a workaround for a 10
      year old binutils bug.

webkit2gtk (2.19.2-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/control:
    + Request native version of the Ruby package (thanks, Helmut Grohne)
    + Build depend on libfile-copy-recursive-perl.
  * Instead of passing -DUSE_GSTREAMER_GL=OFF explicitly, let CMake do it
    if libgstreamer-plugins-bad1.0-dev is not installed.
    + debian/patches/detect-gstreamer-gl.patch:
      - Disable USE_GSTREAMER_GL if GStreamerGL is not found.
    + debian/rules:
      - Remove the list of architectures that are not using GStreamerGL.
  * debian/control:
    + Don't require libgstreamer-plugins-bad1.0-dev in hppa, m68k,
      powerpcspe, sh4 or x32.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

webkit2gtk (2.19.1-1) experimental; urgency=medium

  * New upstream development release.
  * Refresh all patches.
  * debian/watch, debian/gbp.conf:
    + Update for 2.19.x packages in experimental.
  * debian/control:
    + Add build dependency on libupower-glib-dev.
  * debian/rules:
    + Build with -DUSE_WOFF2=OFF, this needs libwoff2dec which is still
      not available in Debian.
  * debian/libwebkit2gtk-4.0-37.symbols:
    + Update symbols.

Date: Wed, 21 Feb 2018 08:08:06 -0500
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.19.91-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 21 Feb 2018 08:08:06 -0500
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 webkit2gtk-driver
Architecture: source
Version: 2.19.91-1ubuntu1
Distribution: bionic
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
 webkit2gtk-driver - WebKitGTK+ WebDriver support
Closes: 882387 883712
Changes:
 webkit2gtk (2.19.91-1ubuntu1) bionic; urgency=medium
 .
   * Temporarily disable WOFF2 on Ubuntu since the required libraries
     are not in Ubuntu main yet. See bug 1742743.
 .
 webkit2gtk (2.19.91-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Refresh all patches.
   * debian/rules:
     + Use -O1 in powerpc as well.
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
 .
 webkit2gtk (2.19.90-1) experimental; urgency=medium
 .
   * New upstream development release.
   * debian/rules:
     + Use -O1 in sh3 and sh4 (thanks, John Paul Adrian Glaubitz).
   * Refresh all patches.
 .
 webkit2gtk (2.19.6-1) experimental; urgency=medium
 .
   * New upstream development release.
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
 .
 webkit2gtk (2.19.5-1) experimental; urgency=medium
 .
   * New upstream development release.
   * debian/patches/fix-ftbfs-armel.patch:
     + Refresh.
   * debian/source/lintian-overrides:
     + Update source-is-missing overrides.
 .
 webkit2gtk (2.19.3-2) experimental; urgency=medium
 .
   * WOFF2 is now available in Debian, so build webkit2gtk with it:
     + debian/control:
       - Add build dependency on libwoff-dev.
     + debian/rules:
       - Remove -DUSE_WOFF2=OFF.
     + debian/libwebkit2gtk-4.0-37.symbols:
       - Add new symbols.
   * Add new webkit2gtk-driver package containing the WebKitWebDriver
     binary.
     + debian/control:
       - Add the entry for the new package.
     + debian/webkit2gtk-driver.install:
       - Install the WebKitWebDriver binary.
     + debian/webkit2gtk-driver.manpages, debian/WebKitWebDriver.1:
       - Add manpage.
 .
 webkit2gtk (2.19.3-1) experimental; urgency=medium
 .
   * New upstream development release (Closes: #882387).
 .
   [ Jeremy Bicha ]
   * debian/control: Update Vcs-Git to point to correct branch.
   * Allow setting the distributor name in the User Agent string. Ubuntu
     wants this patch, but since it makes it easier to identify the user
     let's leave it disabled in Debian (Closes: #883712).
     + debian/patches/user-agent-branding.patch:
       - Patch to support updating the User-Agent string.
     + debian/rules:
       - Pass -DUSER_AGENT_GTK_DISTRIBUTOR_NAME when building for Ubuntu.
 .
   [ Alberto Garcia ]
   * Refresh all patches.
   * Several cross-compilation fixes in debian/rules (thanks, Helmut
     Grohne).
     + Include /usr/share/dpkg/architecture.mk instead of calling
       dpkg-architecture manually to set the DEB_*_ARCH variables.
     + Use DEB_BUILD_ARCH_BITS to decide whether to pass --no-keep-memory
       to the linker.
     + Use DEB_HOST_ARCH to decide whether to use -g1 and -DENABLE_JIT=OFF.
     + Remove the --no-relax flag for alpha, this was a workaround for a 10
       year old binutils bug.
 .
 webkit2gtk (2.19.2-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Refresh all patches.
   * debian/control:
     + Request native version of the Ruby package (thanks, Helmut Grohne)
     + Build depend on libfile-copy-recursive-perl.
   * Instead of passing -DUSE_GSTREAMER_GL=OFF explicitly, let CMake do it
     if libgstreamer-plugins-bad1.0-dev is not installed.
     + debian/patches/detect-gstreamer-gl.patch:
       - Disable USE_GSTREAMER_GL if GStreamerGL is not found.
     + debian/rules:
       - Remove the list of architectures that are not using GStreamerGL.
   * debian/control:
     + Don't require libgstreamer-plugins-bad1.0-dev in hppa, m68k,
       powerpcspe, sh4 or x32.
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
 .
 webkit2gtk (2.19.1-1) experimental; urgency=medium
 .
   * New upstream development release.
   * Refresh all patches.
   * debian/watch, debian/gbp.conf:
     + Update for 2.19.x packages in experimental.
   * debian/control:
     + Add build dependency on libupower-glib-dev.
   * debian/rules:
     + Build with -DUSE_WOFF2=OFF, this needs libwoff2dec which is still
       not available in Debian.
   * debian/libwebkit2gtk-4.0-37.symbols:
     + Update symbols.
Checksums-Sha1:
 32e2964418004fdb78e1a30c3abec1116cf59750 4009 webkit2gtk_2.19.91-1ubuntu1.dsc
 c7d2fe260f26cd44ce6866dd63d72e25d78bc6de 16518148 webkit2gtk_2.19.91.orig.tar.xz
 997dab3047ce819de05592430cef3c280c8d5762 56588 webkit2gtk_2.19.91-1ubuntu1.debian.tar.xz
 51c2413b27be87cbc4b85c105febb95faca2635e 18106 webkit2gtk_2.19.91-1ubuntu1_source.buildinfo
Checksums-Sha256:
 7cdd80416f9ad86b13c7260a83e16a00c670301db50ffcda14338c08bf9f2e8d 4009 webkit2gtk_2.19.91-1ubuntu1.dsc
 0a79e40bb6dfe17fd6829265a388a0667a5e4184aff012b33f1a63f17998807b 16518148 webkit2gtk_2.19.91.orig.tar.xz
 c90fbc873b24a6f80eac36d34297b828a37fedf54c0f35b06d2af63703f30bbd 56588 webkit2gtk_2.19.91-1ubuntu1.debian.tar.xz
 0b7b9e4a5b5e14361b2c22986be634a9fac15a74c5faf489b360ae02c65e05bf 18106 webkit2gtk_2.19.91-1ubuntu1_source.buildinfo
Files:
 57fafedb7d1a2754d2423b0cb675b08e 4009 web optional webkit2gtk_2.19.91-1ubuntu1.dsc
 6504769efbf2bfe2100c83f2baa67366 16518148 web optional webkit2gtk_2.19.91.orig.tar.xz
 d93b491bfa664543b5fb36b7bbd4f0c5 56588 web optional webkit2gtk_2.19.91-1ubuntu1.debian.tar.xz
 df64fc3aa3584f1a54f3bda3379962fe 18106 web optional webkit2gtk_2.19.91-1ubuntu1_source.buildinfo
Original-Maintainer: Debian WebKit Maintainers <pkg-webkit-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJajW/1AAoJEOZsd1rr/mx9AR4QAItqz+jvisLYSH5p97n3uq+n
FX/et/aGSd/WGtqXAyBqk9MeMtKEpTEC3JWx4pNqRzVhSxTLJfdgVXpBJ/RLxtCt
pPY58SGdupcM9Sa78dEPBgFIgu3I+5Pbonc0asNxJtTqDC0GsdpmPA4O5vQ1BO7Y
bEjTiOQsDoJnCDZC2Pwca2+WyDz2rjKAeXE+yXmTqbJXEDBLnUr4sYFOGzu+AGQC
BNzUpnKszVlZWAiEsY1OxeYryQcgGHgbMgOQRy2wPKKBlNayBHnVe7G3C10EDfR1
AjIlqog8muWHeZkA7f0OIJnAWpikZVf3RyZ9geZiVG1dbOkfXZ/HB+U0/DrnziSN
w2Gf2yWkuz/NnIp8mZeQFGiZzUfH+13BZYN62bx46Y3cTnZurffuzIb4QnjpIEXi
I892Q7mtimdbZzPeELj6BEr6uDTBZVAckchWU0ncBSQlLmdSmz0BP8whsigWT1ds
xWlE8tLR4ltiEIk4SkF+YSDbeind6Xi5MKWg0cJKzvNn+HFWXPAc1rZGw+CS1TSx
Ri6e/AFiU2a40LYvSvNJMwOxep3zXjSTYTvyTyorAYoNBGa/I7V8idoKvqzo+SwZ
cYGreSiBkXmzxNvdrBn9sq2Nyz/XtYPJ7zjcVVp5tzx5/HEpQokPFCJ3AUtBBkYm
L86GBhPQaZjmnvJSTa2I
=xkdW
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list