[Debian-med-packaging] Bug#1074593: emperor: Move from jsdoc-toolkit to node-jsdoc2
Bastian Germann
bage at debian.org
Mon Jul 1 19:36:14 BST 2024
I am uploading a LowNMU to fix this.
Please find the debdiff attached.
-------------- next part --------------
diff -Nru emperor-1.0.3+ds/debian/changelog emperor-1.0.3+ds/debian/changelog
--- emperor-1.0.3+ds/debian/changelog 2024-02-04 10:48:31.000000000 +0000
+++ emperor-1.0.3+ds/debian/changelog 2024-07-01 18:07:00.000000000 +0000
@@ -1,3 +1,10 @@
+emperor (1.0.3+ds-9.1) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Move from jsdoc-toolkit to node-jsdoc2 (Closes: #1074593)
+
+ -- Bastian Germann <bage at debian.org> Mon, 01 Jul 2024 18:07:00 +0000
+
emperor (1.0.3+ds-9) unstable; urgency=medium
* Team Upload.
diff -Nru emperor-1.0.3+ds/debian/control emperor-1.0.3+ds/debian/control
--- emperor-1.0.3+ds/debian/control 2024-02-04 10:45:14.000000000 +0000
+++ emperor-1.0.3+ds/debian/control 2024-07-01 18:06:23.000000000 +0000
@@ -15,7 +15,7 @@
python3-pandas <!nocheck>,
python3-skbio (>= 0.5.8-2exp1~) <!nocheck>,
python3-click <!nocheck>,
- jsdoc-toolkit <!nocheck>,
+ node-jsdoc2 <!nocheck>,
python3-notebook <!nocheck>,
python3-pytest <!nocheck>,
libjs-qunit <!nocheck>
diff -Nru emperor-1.0.3+ds/debian/patches/correct_jsdoc_arguments.patch emperor-1.0.3+ds/debian/patches/correct_jsdoc_arguments.patch
--- emperor-1.0.3+ds/debian/patches/correct_jsdoc_arguments.patch 2024-02-04 10:45:14.000000000 +0000
+++ emperor-1.0.3+ds/debian/patches/correct_jsdoc_arguments.patch 2024-07-01 18:07:00.000000000 +0000
@@ -1,6 +1,6 @@
Author: Liubov Chuprikova
Last-Update: 2020-09-19 04:18:28 +0200
-Description: Fix jsdoc argument
+Description: Fix jsdoc2 argument
Index: emperor/doc/Makefile
===================================================================
@@ -11,7 +11,7 @@
html:
- jsdoc ../emperor/support_files/js/ -d $(BUILDDIR)/jsdoc -c jsdoc-config.json
-+ jsdoc ../emperor/support_files/js/ -d=$(BUILDDIR)/jsdoc -c=jsdoc-config.json
++ jsdoc2 ../emperor/support_files/js/ -d=$(BUILDDIR)/jsdoc -c=jsdoc-config.json
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
More information about the Debian-med-packaging
mailing list