From: Dominik Csapak <d.csapak@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH novnc 4/4] use esbuild instead of node-es6-module-transpiler
Date: Fri, 17 Dec 2021 11:19:59 +0100 [thread overview]
Message-ID: <20211217101959.1708181-5-d.csapak@proxmox.com> (raw)
In-Reply-To: <20211217101959.1708181-1-d.csapak@proxmox.com>
the latter cannot cope with some js syntax novnc now uses, but the former can
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index e029fb9..9101b34 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: web
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 12~),
- node-es6-module-transpiler,
+ esbuild,
quilt,
Standards-Version: 4.5.1
Homepage: https://github.com/kanaka/noVNC/
diff --git a/debian/rules b/debian/rules
index 3599277..f8b14e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DEB_BUILD_HARDENING=1
dh ${@} --with quilt
override_dh_auto_build:
- compile-modules convert -f bundle app/ui.js > app.js
+ esbuild --bundle app/ui.js > app.js
dh_auto_build
override_dh_install:
--
2.30.2
next prev parent reply other threads:[~2021-12-17 10:20 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-17 10:19 [pve-devel] [PATCH novnc 0/4] upgrade novnc to 1.3.0 Dominik Csapak
2021-12-17 10:19 ` [pve-devel] [PATCH novnc 1/4] " Dominik Csapak
2021-12-17 10:19 ` [pve-devel] [PATCH novnc 2/4] rebase patches for 1.3.0 Dominik Csapak
2021-12-17 10:19 ` [pve-devel] [PATCH novnc 3/4] add patch for proper hiding of buttons Dominik Csapak
2021-12-17 10:19 ` Dominik Csapak [this message]
2021-12-21 10:24 ` [pve-devel] applied-series: [PATCH novnc 0/4] upgrade novnc to 1.3.0 Thomas Lamprecht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211217101959.1708181-5-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.