Lintian Fixes - pepper

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 2cde387..9d6e4c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pepper (0.3.3-5) UNRELEASED; urgency=medium
+
+  * Drop use of autotools-dev debhelper.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 10 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.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 17 May 2023 13:06:47 -0000
+
 pepper (0.3.3-4) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 121ea5d..bcff059 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,8 @@ Source: pepper
 Section: vcs
 Priority: optional
 Maintainer: Antoine Beaupré <anarcat@debian.org>
-Build-Depends: debhelper (>= 10~)
+Build-Depends: debhelper-compat (= 13)
              , dpkg-dev (>= 1.16.1~)
-             , dh-autoreconf
              , autotools-dev
              , zlib1g-dev
              , lua5.1
@@ -16,7 +15,7 @@ Build-Depends: debhelper (>= 10~)
              , asciidoc-base
              , xmlto
 Standards-Version: 3.9.8
-Homepage: http://jgehring.github.io/pepper/
+Homepage: https://jgehring.github.io/pepper/
 Vcs-Git: https://salsa.debian.org/debian/pepper.git
 Vcs-Browser: https://salsa.debian.org/debian/pepper
 
diff --git a/debian/rules b/debian/rules
index d63655e..01ca1cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@  --with autotools-dev,autoreconf
+	dh $@ 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..7daf334
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/jgehring/pepper/issues
+Bug-Submit: https://github.com/jgehring/pepper/issues/new
+Repository-Browse: https://github.com/jgehring/pepper

Run locally

More details

Full run details

Historical runs