[Pkg-javascript-devel] Bug#942389: --output is now --file

Pirate Praveen praveen at onenetbeyond.org
Tue Oct 15 16:25:41 BST 2019


Control: tags -1 patch

The following patch fixes the build

diff --git a/debian/nodejs/should-equal/build 
b/debian/nodejs/should-equal/build
index 37366fd..567841b 100644
--- a/debian/nodejs/should-equal/build
+++ b/debian/nodejs/should-equal/build
@@ -1,2 +1,2 @@
-rollup --format=cjs --output=cjs/should-equal.js index.js
-rollup --format=es --output=es6/should-equal.js index.js
+rollup --format=cjs --file=cjs/should-equal.js --input index.js
+rollup --format=es --file=es6/should-equal.js --input index.js
diff --git a/debian/nodejs/should-type/build 
b/debian/nodejs/should-type/build
index bb16841..1896970 100644
--- a/debian/nodejs/should-type/build
+++ b/debian/nodejs/should-type/build
@@ -1,2 +1,2 @@
-rollup --format=cjs --output=cjs/should-type.js index.js
-rollup --format=es --output=es6/should-type.js index.js
+rollup --format=cjs --file=cjs/should-type.js --input index.js
+rollup --format=es --file=es6/should-type.js --input index.js


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20191015/24c616ed/attachment.html>


More information about the Pkg-javascript-devel mailing list