Lintian Fixes - lua-compat53

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 9400ac7..9e93d83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+lua-compat53 (0.7-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Use canonical URL in Vcs-Git.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 13 May 2023 17:08:31 -0000
+
 lua-compat53 (0.7-2) unstable; urgency=medium
 
   * Upload to unstable
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 e5b2e0f..18ab178 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders:
  Jason Pleau <jason@jpleau.ca>,
  James Mccoy <jamessan@debian.org>,
 Build-Depends:
- debhelper (>= 11~),
+ debhelper-compat (= 13),
  dh-lua,
 Standards-Version: 3.9.8
 Homepage: https://github.com/keplerproject/lua-compat-5.3
 Rules-Requires-Root: no
-Vcs-Git: https://salsa.debian.org/lua-team/lua-compat53/
+Vcs-Git: https://salsa.debian.org/lua-team/lua-compat53.git
 Vcs-Browser: https://salsa.debian.org/lua-team/lua-compat53/
 
 Package: lua-compat53
diff --git a/debian/rules b/debian/rules
index b8978ad..5f72e2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,6 @@ include /usr/share/dpkg/default.mk
 # see ENVIRONMENT in dpkg-buildflags(1)
 # package maintainers to append CFLAGS
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-# package maintainers to append LDFLAGS
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 
 %:
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..3836904
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/lunarmodules/lua-compat-5.3/issues
+Bug-Submit: https://github.com/lunarmodules/lua-compat-5.3/issues/new
+Repository: https://github.com/lunarmodules/lua-compat-5.3.git
+Repository-Browse: https://github.com/lunarmodules/lua-compat-5.3

Run locally

More details

Full run details

Historical runs