golang-github-evanw-esbuild (0.14.11-1ubuntu0.1) jammy-security; urgency=medium

  * No change rebuild due to golang-1.18 update. Note that this package
    was built with golang-1.17.

 -- Allen Huang <allen.huang@canonical.com>  Mon, 18 Nov 2024 18:26:02 +0000

golang-github-evanw-esbuild (0.14.11-1) unstable; urgency=medium

  * New upstream version 0.14.11
  * Fix logic in debian/rules execute_after_dh_install-arch
    so that it is run only if $(NPM_DIR) is defined
  * Update esbuild(1) man page to 0.14.11

 -- Anthony Fok <foka@debian.org>  Thu, 13 Jan 2022 06:08:30 -0700

golang-github-evanw-esbuild (0.14.8-2) unstable; urgency=medium

  * Allow [armel hurd-i386 powerpc riscv64] to build without nodejs
    which is currently not built for these architectures
  * Add "Recommends: nodejs" to esbuild binary package.  This fixes Lintian
    "missing-dep-for-interpreter node (does not satisfy nodejs:any)" errors
  * Build nodejs files for s390x too as per upstream
  * Fix FTBFS errors on several architectures, and simplify override targets:
    - Append "-arch" to override_* and execute_after_* targets
      to unbreak golang-github-evanw-esbuild-dev
    - Check for existence of /usr/bin/node and skip overrides otherwise
    - Switch from DEB_TARGET_*ARCH to DEB_HOST_*ARCH
    - Instead of rebuilding esbuild (and failing), symlink /usr/bin/esbuild
      to /usr/lib/$(DEB_HOST_MULTIARCH)/nodejs/$(NPM_DIR)/bin/esbuild

 -- Anthony Fok <foka@debian.org>  Fri, 24 Dec 2021 07:50:05 -0700

golang-github-evanw-esbuild (0.14.8-1) unstable; urgency=medium

  [ Anthony Fok ]
  * New upstream version 0.14.8
  * Update esbuild(1) man page to 0.14.8

  [ Yadd ]
  * Build and publish nodejs files (Closes: #1001861)

 -- Anthony Fok <foka@debian.org>  Thu, 23 Dec 2021 13:33:25 -0700

golang-github-evanw-esbuild (0.14.5-1) unstable; urgency=medium

  * Use dh-sequence-golang instead of dh-golang and --with=golang
  * New upstream version 0.14.5
  * Update esbuild(1) man page to 0.14.5

 -- Anthony Fok <foka@debian.org>  Fri, 17 Dec 2021 11:41:48 -0700

golang-github-evanw-esbuild (0.14.2-1) unstable; urgency=medium

  * New upstream version 0.14.2
  * Reorder fields in debian/control and debian/copyright as would be
    generated in the next dh-make-golang release after 0.6.0-1
  * Bump dependency on golang-golang-x-sys-dev to
    (>= 0.0~git20210908.aa78b53) as per go.mod since v0.12.26
  * Update esbuild(1) man page to 0.14.2

 -- Anthony Fok <foka@debian.org>  Mon, 06 Dec 2021 09:01:37 -0700

golang-github-evanw-esbuild (0.13.12-1) unstable; urgency=medium

  * New upstream version 0.13.12
  * Update esbuild(1) man page to 0.13.12

 -- Anthony Fok <foka@debian.org>  Thu, 04 Nov 2021 10:47:39 -0600

golang-github-evanw-esbuild (0.12.24-1) unstable; urgency=medium

  * New upstream version 0.12.24
  * Update esbuild(1) man page to 0.12.24

 -- Anthony Fok <foka@debian.org>  Sun, 31 Oct 2021 17:10:34 -0600

golang-github-evanw-esbuild (0.12.17-1) unstable; urgency=medium

  * New upstream version 0.12.17
  * Update esbuild(1) man page to 0.12.17

 -- Anthony Fok <foka@debian.org>  Fri, 29 Oct 2021 01:36:44 -0600

golang-github-evanw-esbuild (0.11.16-1) unstable; urgency=medium

  * New upstream version 0.11.16
  * Bump Standards-Version to 4.6.0 (no change)
  * Mark library package with "Multi-Arch: foreign"
  * Update esbuild(1) man page to 0.11.16
  * Remove scripts/fuzzer/escodegen.js entry from debian/copyright.
    Upstream "delete[d] the fuzzer that doesn't work anymore" in v0.11.11

 -- Anthony Fok <foka@debian.org>  Fri, 15 Oct 2021 05:34:50 -0600

golang-github-evanw-esbuild (0.9.6-1) unstable; urgency=medium

  * New upstream version 0.9.6
  * debian/watch: Use api.github.com to fetch older versions
    such as v0.9.6 which is no longer listed on the first page
    of https://github.com/gohugoio/hugo/tags
  * Update esbuild(1) man page to 0.9.6

 -- Anthony Fok <foka@debian.org>  Sat, 14 Aug 2021 13:53:08 -0600

golang-github-evanw-esbuild (0.8.46-2) unstable; urgency=medium

  * Update esbuild(1) man page to 0.8.46

 -- Anthony Fok <foka@debian.org>  Sat, 14 Aug 2021 02:53:03 -0600

golang-github-evanw-esbuild (0.8.46-1) unstable; urgency=medium

  * New upstream version 0.8.46

 -- Anthony Fok <foka@debian.org>  Mon, 09 Aug 2021 00:00:32 -0600

golang-github-evanw-esbuild (0.8.39-1) unstable; urgency=medium

  * New upstream version 0.8.39
  * Update esbuild(1) man page to 0.8.39

 -- Anthony Fok <foka@debian.org>  Mon, 01 Feb 2021 06:16:09 -0700

golang-github-evanw-esbuild (0.8.28-1) unstable; urgency=medium

  * New upstream version 0.8.28
  * Bump build-dependency on golang-any to (>= 2:1.13~)
    as per go.mod
  * Update esbuild(1) man page to 0.8.28

 -- Anthony Fok <foka@debian.org>  Thu, 31 Dec 2020 17:39:50 -0700

golang-github-evanw-esbuild (0.8.15-1) unstable; urgency=medium

  * New upstream version 0.8.15
  * Remove unnecessary dependency kylelemons/godebug as per upstream
  * Update esbuild(1) man page to 0.8.15
  * Bump Standards-Version to 4.5.1 (no change)

 -- Anthony Fok <foka@debian.org>  Wed, 02 Dec 2020 00:39:26 -0700

golang-github-evanw-esbuild (0.8.6-1) unstable; urgency=medium

  * New upstream version 0.8.6
  * debian/control: Change Section from devel to golang

 -- Anthony Fok <foka@debian.org>  Mon, 16 Nov 2020 04:30:57 -0700

golang-github-evanw-esbuild (0.8.3-1) unstable; urgency=medium

  * New upstream version 0.8.3
  * Update esbuild(1) man page to 0.8.3

 -- Anthony Fok <foka@debian.org>  Thu, 05 Nov 2020 05:41:11 -0700

golang-github-evanw-esbuild (0.8.2-1) unstable; urgency=medium

  * New upstream version 0.8.2
  * Update esbuild(1) man page to 0.8.2

 -- Anthony Fok <foka@debian.org>  Tue, 03 Nov 2020 21:30:44 -0700

golang-github-evanw-esbuild (0.7.19-2) unstable; urgency=medium

  * Source-only upload for migration to testing

 -- Anthony Fok <foka@debian.org>  Wed, 28 Oct 2020 17:16:12 -0600

golang-github-evanw-esbuild (0.7.19-1) unstable; urgency=medium

  * Initial release (Closes: #972851)

 -- Anthony Fok <foka@debian.org>  Sun, 25 Oct 2020 02:14:32 -0600
