Lintian Fixes - lua-coxpcall

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index a65fd2d..e1b2f04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ lua-coxpcall (1.17.0-2) UNRELEASED; urgency=low
     Orphan package - see bug 995504.
   * Remove constraints unnecessary since buster (oldstable):
     + Build-Depends: Drop versioned constraint on dh-lua (>= 12).
+  * Trim trailing whitespace.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
 
  -- Debian Janitor <janitor@jelmer.uk>  Thu, 29 Sep 2022 05:31:46 -0000
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 76a383f..499a848 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: lua-coxpcall
 Section: interpreters
 Priority: optional
 Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: debhelper (>= 11~), dh-lua
-Standards-Version: 4.4.1
+Build-Depends: debhelper-compat (= 11), dh-lua
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/lua-team/lua-coxpcall.git
 Vcs-Browser: https://salsa.debian.org/lua-team/lua-coxpcall
@@ -17,7 +17,7 @@ XB-Lua-Versions: ${lua:Versions}
 Multi-Arch: foreign
 Description: Protected function calls across coroutines for Lua
  This package contains coxpcall, a Lua library that extends the protected
- call mechanism typical of Lua (xpcall and pcall) allowing it to cross 
+ call mechanism typical of Lua (xpcall and pcall) allowing it to cross
  coroutines boundaries.
  .
  This package also contains the documentation.
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..168ac15
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/keplerproject/coxpcall/issues
+Bug-Submit: https://github.com/keplerproject/coxpcall/issues/new
+Repository-Browse: https://github.com/keplerproject/coxpcall

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details