wine-gecko-2.21 (2.21+dfsg1-1) unstable; urgency=medium

  * Repack source, removing sourceless minified files and an unmodifiable
    W3C icon (closes: #737007).
  * Enforce cross-compilation, removing the need to build-conflict with
    binfmt-support.
  * Adapt the build to current wine versions.
  * Copy the Pthreads DLL in the wine-gecko installation.

 -- Stephen Kitt <skitt@debian.org>  Sun, 02 Feb 2014 14:08:21 +0100

wine-gecko-2.21 (2.21+dfsg-1) unstable; urgency=low

  * New upstream version, used for Wine versions from 1.5.31 to 1.7.2.
  * Update source.filter based on the version in the iceweasel package.
  * Review all the licensing information, update copyright and
    source.filter accordingly.
  * Update patches:
    - refresh bashism and config;
    - add pthreads to build correctly with pthreads;
    - add static-libgcc-nspr-nss to build NSPR and NSS with static libgcc;
    - add d2d1-1-mingw to use mingw-w64's d2d1_1.h instead of upstream's
      non-DFSG-free moz-d2d1-1.h (removed from the source package).
  * Drop header overrides, no longer required now that trunk versions of
    mingw-w64 are good enough.
  * Switch to my Debian address and drop "DM-Upload-Allowed".
  * Use canonical VCS URIs.
  * Standards-Version 3.9.5, no change required.

 -- Stephen Kitt <skitt@debian.org>  Mon, 30 Dec 2013 23:21:36 +0100

wine-gecko-1.4 (1.4+dfsg1-3) unstable; urgency=low

  * Revert to "Architecture: all".
  * Add missing uuid-runtime build-dependency (for uuidgen).
  * Upload to unstable.

 -- Stephen Kitt <steve@sk2.org>  Sun, 23 Sep 2012 16:46:53 +0200

wine-gecko-1.4 (1.4+dfsg1-2) experimental; urgency=low

  * Disable parallel builds (hopefully fixes kfreebsd-i386 FTBFS).

 -- Stephen Kitt <steve@sk2.org>  Wed, 29 Aug 2012 08:42:36 +0200

wine-gecko-1.4 (1.4+dfsg1-1) experimental; urgency=low

  * Filter out the remaining Windows binaries.
  * Make the package "Architecture: any" so it only builds on
    architectures with wine-bin (closes: #684844).

 -- Stephen Kitt <steve@sk2.org>  Fri, 24 Aug 2012 08:14:25 +0200

wine-gecko-1.4 (1.4+dfsg-2) unstable; urgency=low

  * Add Ubuntu alternative to the wine build-dependency (although the
    binfmt-support conflict prevents building for now).
  * Add yasm build-dependency which ends up being required on Ubuntu.
  * Add Debian Wine party VCS URLs.
  * Stop making the MSIs and debugging archives executable.
  * Disable the 64-bit debug build until we can use 64-bit buildds to
    build the package (either via multiarch or 64-bit wine-bin).
  * Avoid ignoring errors in the debian/rules build-clean target.
  * wrap-and-sort debian/control and debian/copyright.
  * Drop unused lcab build-dependency.
  * Use multiarch paths for wineserver.
  * Clarify LPPL-1.3 paragraphs in debian/copyright.

 -- Stephen Kitt <steve@sk2.org>  Fri, 15 Jun 2012 07:28:58 +0200

wine-gecko-1.4 (1.4+dfsg-1) unstable; urgency=low

  * New upstream version, as required by Wine versions 1.3.33 to 1.4.
  * Build-depend on wine or wine-unstable, now required to package wine-
    gecko.
  * Update patches:
    - config: reworked to account for the new configuration layout;
    - bashism: updated, wine/make_package already specifies /bin/bash;
    - uintptr-redefinition, mno-cygwin-removed, gcc-4.6-temporary-varible:
      removed, no longer relevant.
  * Ship propvarutil.h from wine 1.4 (it's required for the build and
    isn't yet part of mingw-w64).
  * Build using wine/make_package with no separate configuration stage.
  * Build 64-bit wine-gecko as well as 32-bit. (The 64-bit debug package
    requires a 64-bit host platform to link the final DLL; a 32-bit
    platform doesn't allow enough address space.)

 -- Stephen Kitt <steve@sk2.org>  Sun, 20 May 2012 01:08:18 +0200

wine-gecko-1.1.0 (1.1.0+dfsg-2) unstable; urgency=low

  * Mark binary packages "Multi-Arch: foreign" (closes: #673524).
  * The full text of the MPL and NPL is in debian/copyright, no need to
    ship it separately.

 -- Stephen Kitt <steve@sk2.org>  Sat, 19 May 2012 19:45:27 +0200

wine-gecko-1.1.0 (1.1.0+dfsg-1) unstable; urgency=low

  * Add myself to uploaders and allow DM uploads (as suggested by Michael
    Gilbert).
  * New upstream version (not the latest, but this version is required on
    the road to Wine 1.4).
  * Update patches:
    - patches/bashism: refresh;
    - patches/config: adapt to the new configuration files used upstream;
    - patches/gcc-4.6-temporary-variable: refresh;
    - patches/mno-cygwin-removed: refresh;
    - patches/no_xpidel, patches/mingw-lock, patches/version-fix,
      patches/gcc-4.5-fixes, patches/gcc-4.6-const-qualifiers,
      patches/more-gcc-4.6-const-qualifiers: removed.
  * Drop libstdc++6-4.5-dev build-dependency, no longer used
    (g++-mingw-w64-i686 pulls in libstdc6-4.6-dev).
  * Rename to wine-gecko-1.1.0 - there is no stable/unstable distinction
    in wine-gecko, just different versions, each one required by a series
    of versions of Wine, stable or otherwise.
  * Install the CAB files in /usr/share/wine-gecko, and rely on the wine
    packages to symlink them as appropriate.
  * Use make_package for the standard and debug builds, make_package-dbg
    is no longer provided.
  * Header files no longer need to be cleaned up.
  * Remove the unused buildtools target from debian/rules.
  * Update debian/watch to track 1.1.
  * Update debian/copyright: switch to format 1.0, add missing license
    descriptions.
  * Split build-arch/build-indep targets.
  * Standards-Version 3.9.3, no further change required.

 -- Stephen Kitt <steve@sk2.org>  Tue, 01 May 2012 23:53:53 +0200

wine-gecko-unstable (1.0.0+dfsg-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Build-depend on g++-mingw-w64-i686 after gcc-mingw-w64 package split
    (closes: #669558)
    - Thanks to Stephen Kitt for the patch!

 -- Michael Gilbert <mgilbert@debian.org>  Fri, 20 Apr 2012 16:43:42 -0400

wine-gecko-unstable (1.0.0+dfsg-1) unstable; urgency=low

  * Initial release (Closes: #479861)
  * Packaging includes contributions from Stephen Kitt <steve@sk2.org>
    (especially for debian/copyright).

 -- Ove Kaaven <ovek@arcticnet.no>  Thu, 04 Aug 2011 23:41:17 +0200
