[Pkg-javascript-commits] [Git][js-team/node-marked][master] 2 commits: use and build-depend on terser (not uglifyjs.terser)
Jonas Smedegaard (@js)
gitlab at salsa.debian.org
Thu Dec 2 20:14:50 GMT 2021
Jonas Smedegaard pushed to branch master at Debian JavaScript Maintainers / node-marked
Commits:
26fff9f4 by Jonas Smedegaard at 2021-12-02T21:12:15+01:00
use and build-depend on terser (not uglifyjs.terser)
- - - - -
bdf7d5b7 by Jonas Smedegaard at 2021-12-02T21:12:34+01:00
prepare for release: update changelog
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+node-marked (4.0.5+ds-3) unstable; urgency=medium
+
+ * team upload
+
+ * use and build-depend on terser (not uglifyjs.terser)
+
+ -- Jonas Smedegaard <dr at jones.dk> Thu, 02 Dec 2021 21:12:29 +0100
+
node-marked (4.0.5+ds-2) unstable; urgency=medium
* Team upload
=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13)
, node-rollup-plugin-babel (>= 5.2~)
, node-rollup-plugin-commonjs (>= 15~)
, rollup
- , uglifyjs.terser
+ , terser
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-marked
Vcs-Git: https://salsa.debian.org/js-team/node-marked.git
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@
override_dh_auto_build:
rollup -c rollup.config.js
- cd lib && uglifyjs.terser --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.cjs marked.cjs
+ cd lib && terser --comments '/\*[^\0]+?Copyright[^\0]+?\*/' -o marked.min.cjs marked.cjs
override_dh_fixperms:
dh_fixperms
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/d5c96b57c448e0a278f821829b78754a8b8d5df7...bdf7d5b7bd5514b987ed993505f0a75e36672607
--
View it on GitLab: https://salsa.debian.org/js-team/node-marked/-/compare/d5c96b57c448e0a278f821829b78754a8b8d5df7...bdf7d5b7bd5514b987ed993505f0a75e36672607
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-commits/attachments/20211202/d98154c5/attachment-0001.htm>
More information about the Pkg-javascript-commits
mailing list