Lintian Fixes - libsodium

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index f1d3968..de732c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libsodium (1.0.18-2) 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-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Use secure URI in Vcs control header Vcs-Git.
+  * Use canonical URL in Vcs-Git.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 08 Mar 2023 06:03:56 -0000
+
 libsodium (1.0.18-1) unstable; urgency=medium
 
   * New upstream release.
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 cca39df..94ec918 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libsodium
 Section: libs
 Priority: optional
-Build-Depends: debhelper ( >= 11), pkg-config
+Build-Depends: debhelper-compat (= 13), pkg-config
 Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
-Standards-Version: 4.4.0
-Vcs-Git: git://github.com/gcsideal/debian-libsodium
+Standards-Version: 4.6.2
+Vcs-Git: https://github.com/gcsideal/debian-libsodium.git
 Vcs-Browser: https://github.com/gcsideal/debian-libsodium
 Homepage: https://www.libsodium.org/
 
diff --git a/debian/rules b/debian/rules
index d633a71..36ec70c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with autoreconf -Bbuild
+	dh $@ -Bbuild
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..80d54db
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/jedisct1/libsodium/issues
+Bug-Submit: https://github.com/jedisct1/libsodium/issues/new
+Repository-Browse: https://github.com/jedisct1/libsodium

Run locally

More details

Full run details

Historical runs