golang-github-evanw-esbuild 0.14.8-2 source package in Ubuntu

Changelog

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 <email address hidden>  Fri, 24 Dec 2021 07:50:05 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-evanw-esbuild_0.14.8-2.dsc 2.4 KiB e3bdc6e5825ed6d08b73f53e85591af60883f936e4f7239118ccda41b7e86d9a
golang-github-evanw-esbuild_0.14.8.orig.tar.gz 1.4 MiB 7ee97838858259f5d9e053319c8eb69a8119e95d40955a06cb586da2ebabb1c6
golang-github-evanw-esbuild_0.14.8-2.debian.tar.xz 7.4 KiB 9de8a7323051d90d04f7cc93a20fc79a89c1f0acfc6243d5d74977a43017851e

Available diffs

No changes file available.

Binary packages built by this source

esbuild: extremely fast JavaScript bundler and minifier (program)

 esbuild is a JavaScript bundler and minifier. It packages up
 JavaScript and TypeScript code for distribution on the web.
 .
 Why build another JavaScript build tool? The current build tools for the web
 are at least an order of magnitude slower than they should be. It is hoped
 that this project serves as an "existence proof" that JavaScript tooling
 can be much, much faster.
 .
 This package contains the esbuild binary.

esbuild-dbgsym: debug symbols for esbuild
golang-github-evanw-esbuild-dev: extremely fast JavaScript bundler and minifier (library)

 esbuild is a JavaScript bundler and minifier. It packages up
 JavaScript and TypeScript code for distribution on the web.
 .
 Why build another JavaScript build tool? The current build tools for the web
 are at least an order of magnitude slower than they should be. It is hoped
 that this project serves as an "existence proof" that JavaScript tooling
 can be much, much faster.
 .
 This package contains the github.com/evanw/esbuild Go library.