Hello maintainers,

in build/make.sh the 'js' target was not updated to match the changes in the function 'build_repo'. This caused the line 'cp: missing destination file operand after 'DataTables.js.build' in the build log (https://buildd.debian.org/status/fetch.php?pkg=datatables.js&arch=all&ver=1.11.5%2Bdfsg-1&stamp=1646341330&raw=0)

See the attached patch to update the build script.

With kind regards,
Roland Clobus
diff --git a/debian/patches/js-target.patch b/debian/patches/js-target.patch
new file mode 100644
index 0000000..430cfdc
--- /dev/null
+++ b/debian/patches/js-target.patch
@@ -0,0 +1,12 @@
+--- a/build/make.sh
++++ b/build/make.sh
+@@ -418,7 +418,8 @@
+ 		;;
+ 
+ 	"js")
+-		build_js
++		build_js umd.js jquery.dataTables js
++		build_js esm.js jquery.dataTables mjs
+ 		;;
+ 
+ 	"css")
diff --git a/debian/patches/series b/debian/patches/series
index 35582f3..83c1950 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 disable_git
 use-tempdir-and-errexit.patch
 use-uglify-and-sassc.patch
+js-target.patch

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to