Lintian Fixes - lua-copas

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index ae84b5d..93fad83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+lua-copas (1.2.0-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure copyright file specification URI.
+  * Bump debhelper from deprecated 8 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Use secure URI in Vcs control header Vcs-Git.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 15 Sep 2022 09:13:06 -0000
+
 lua-copas (1.2.0-1) unstable; urgency=low
 
   * New upstream release supporting lua 5.2
@@ -8,7 +21,7 @@ lua-copas (1.2.0-1) unstable; urgency=low
 
 lua-copas (1.1.6-5) unstable; urgency=low
 
-  * Update depends on liblua5.1-socket2 -> lua-socket 
+  * Update depends on liblua5.1-socket2 -> lua-socket
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 03 May 2012 20:49:47 +0200
 
@@ -27,7 +40,7 @@ lua-copas (1.1.6-3) unstable; urgency=low
 lua-copas (1.1.6-2) unstable; urgency=low
 
   * Package description fixed, thanks Tollef Fog Heen for spotting it.
-    (Closes: #671145) 
+    (Closes: #671145)
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 02 May 2012 14:01:56 +0200
 
@@ -38,7 +51,7 @@ lua-copas (1.1.6-1) unstable; urgency=low
   * Packages renames according to the new lua policy
   * Copyright format 1.0
   * debian/comapt set to 8
-  * bumped standards version to 3.9.3 
+  * bumped standards version to 3.9.3
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Mon, 30 Apr 2012 16:43:38 +0200
 
@@ -64,9 +77,9 @@ lua-copas (1.1.5-1) unstable; urgency=low
 
 lua-copas (1.1.4-1) unstable; urgency=low
 
-  * new upstream bugfix release 
+  * new upstream bugfix release
   * bumped standards version to 3.8.1, no changes needed
-  * added ${misc:Depends} to Depends: 
+  * added ${misc:Depends} to Depends:
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 24 Mar 2009 23:07:15 +0100
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 45a4fb7..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-8
diff --git a/debian/control b/debian/control
index cd36d75..7d69dfe 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: lua-copas
 Section: interpreters
 Priority: optional
 Maintainer: Enrico Tassi <gareuselesinge@debian.org>
-Build-Depends: debhelper (>= 8.1.3), dh-lua
+Build-Depends: debhelper-compat (= 13), dh-lua
 Standards-Version: 3.9.3
 Homepage: https://github.com/keplerproject/copas
-Vcs-Git: git://git.debian.org/git/pkg-lua/lua-copas.git
-Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-copas.git
+Vcs-Git: https://salsa.debian.org/lua-team/lua-copas.git
+Vcs-Browser: https://salsa.debian.org/lua-team/lua-copas
 
 Package: lua-copas
 Architecture: all
@@ -14,7 +14,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, lua-coxpcall, lua-socket
 Provides: ${lua:Provides}
 XB-Lua-Versions: ${lua:Versions}
 Description: Copas is a dispatcher of concurrent TCP/IP requests
- Copas is a dispatcher of concurrent TCP/IP requests based on corutines.  
+ Copas is a dispatcher of concurrent TCP/IP requests based on corutines.
  A server registered with Copas should provide a handler for requests and use
  Copas socket functions to send the response. Copas loops through requests and
  invokes the corresponding handlers.
diff --git a/debian/copyright b/debian/copyright
index eb6b8c1..ce5beec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: copas
 Upstream-Contact: Fabio Mascarenhas <mascarenhas@acm.org>
 Source: https://github.com/keplerproject/copas
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..7325013
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/lunarmodules/copas/issues
+Bug-Submit: https://github.com/lunarmodules/copas/issues/new
+Repository-Browse: https://github.com/lunarmodules/copas

Run locally

More details

Full run details