Lintian Fixes - jsdoc-toolkit

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 5ede0b0..0474e3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,13 @@ jsdoc-toolkit (3.5.0+dfsg1-1) UNRELEASED; urgency=medium
   * rewritten the debian/copyright file
   * changed the priority to optional
   * refreshed debhelper-compat (=13), Standards-Version: 4.5.1
+  * Trim trailing whitespace.
+  * debian/copyright: use spaces rather than tabs to start continuation lines.
+  * Use secure URI in Homepage field.
+  * Drop fields with obsolete URLs.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name, Repository,
+    Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
 
  --
 
diff --git a/debian/control b/debian/control
index 9af9dfb..766e517 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,9 @@ Priority: optional
 Maintainer: Georges Khaznadar <georgesk@debian.org>
 Build-Depends: debhelper-compat (= 13), ant, default-jdk, rhino,
  xsltproc, docbook-xsl
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/georgesk/jsdoc-toolkit
 Vcs-Git: https://salsa.debian.org/georgesk/jsdoc-toolkit.git
-Homepage: http://code.google.com/p/jsdoc-toolkit/
 
 Package: jsdoc-toolkit
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 27b62f9..f69f4c1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,13 +14,13 @@ Source: https://github.com/jsdoc/jsdoc
 
 Files: *
 Copyright: 2009-2022 Michael Mathews <micmath@gmail.com>
-	   2008-2009 Atomic Inc <avi@jsorm.com>
-	   2012-2022  Jeff Williams <jeffrey.l.williams@gmail.com>
-	   2014  Amy Chan <mathematical.coffee@gmail.com>
-	   2012  Jannon Frank
-	   2012  Rafał Wrzeszcz <rafal.wrzeszcz@wrzasq.pl>
-	   2012  Ben Blank <ben.blank@gmail.com>
-	   2009-2022 other contributors of Jsdoc <https://github.com/jsdoc/jsdoc/graphs/contributors>
+           2008-2009 Atomic Inc <avi@jsorm.com>
+           2012-2022  Jeff Williams <jeffrey.l.williams@gmail.com>
+           2014  Amy Chan <mathematical.coffee@gmail.com>
+           2012  Jannon Frank
+           2012  Rafał Wrzeszcz <rafal.wrzeszcz@wrzasq.pl>
+           2012  Ben Blank <ben.blank@gmail.com>
+           2009-2022 other contributors of Jsdoc <https://github.com/jsdoc/jsdoc/graphs/contributors>
 License: Apache-2.0
 
 Files: debian/*
diff --git a/debian/rules b/debian/rules
index 95cc32d..bbde8d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@
 
 DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/docbook-xsl/manpages/docbook.xsl
 XP     = xsltproc --nonet --param man.charmap.use.subset "0"
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..78f909a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Name: jsdoc
+Bug-Database: https://github.com/jsdoc3/jsdoc/issues
+Bug-Submit: https://github.com/jsdoc3/jsdoc/issues/new
+Repository: https://github.com/jsdoc3/jsdoc.git
+Repository-Browse: https://github.com/jsdoc/jsdoc

Run locally

More details

Full run details

Historical runs