Lintian Fixes - lua-ldoc

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4197853..dc48267 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lua-ldoc (1.4.6-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 12 to 13.
+  * Set upstream metadata fields: Repository-Browse.
+  * Drop unnecessary dh arguments: --parallel
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 10 Mar 2023 15:16:38 -0000
+
 lua-ldoc (1.4.6-2) unstable; urgency=medium
 
   * Add Lua5.4 support
@@ -28,7 +38,7 @@ lua-ldoc (1.4.3-5+nmu1) unstable; urgency=medium
 
 lua-ldoc (1.4.3-5) unstable; urgency=medium
 
-  * Fix header used by lua-any adding 5.1 (Closes: #802248) 
+  * Fix header used by lua-any adding 5.1 (Closes: #802248)
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 01 Nov 2015 10:14:43 +0100
 
@@ -48,7 +58,7 @@ lua-ldoc (1.4.3-3) unstable; urgency=medium
 
 lua-ldoc (1.4.3-2) unstable; urgency=medium
 
-  * Patch: close missing bracket in template file 
+  * Patch: close missing bracket in template file
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Mon, 17 Aug 2015 14:40:09 +0200
 
@@ -68,7 +78,7 @@ lua-ldoc (1.4.2-1) unstable; urgency=medium
 
   * New upstream version.
     - Update manpage.
-  * Update debian/copyright with missing information. 
+  * Update debian/copyright with missing information.
   * Bump standards version (no changes needed).
 
  -- Julian Wollrath <jwollrath@web.de>  Thu, 23 Jan 2014 13:02:49 +0100
diff --git a/debian/control b/debian/control
index 9798f7b..9f3b33d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
 Uploaders:
  Victor Seva <vseva@debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  dh-lua (>= 16),
  lua-discount,
  lua-filesystem,
diff --git a/debian/rules b/debian/rules
index b5cb08a..906733d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=lua --with lua --parallel
+	dh $@ --buildsystem=lua --with lua
 
 override_dh_auto_install:
 	dh_auto_install
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..828102f
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/lunarmodules/ldoc/issues
+Bug-Submit: https://github.com/lunarmodules/ldoc/issues/new
+Repository: https://github.com/lunarmodules/ldoc.git
+Repository-Browse: https://github.com/lunarmodules/LDoc

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details