Lintian Fixes - passenger

Ready changes

Summary

Diff

diff --git a/debian/control b/debian/control
index e63c73e1..4f730fea 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: apache2 (>= 2.4),
                apache2-dev (>= 2.4),
                asciidoc (>= 8.2),
                debhelper-compat (= 13),
-               dh-autoreconf,
                doxygen,
                gem2deb,
                graphviz,
@@ -20,7 +19,7 @@ Build-Depends: apache2 (>= 2.4),
                ruby-mizuho,
                source-highlight,
                zlib1g-dev
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Homepage: https://www.phusionpassenger.com/
 Vcs-Git: https://salsa.debian.org/ruby-team/passenger.git
 Vcs-Browser: https://salsa.debian.org/ruby-team/passenger
diff --git a/debian/rules b/debian/rules
index ec984297..79de8504 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export USE_VENDORED_LIBEV=no
 SUPPORTED_RUBY_VERSIONS=$(shell dh_ruby --print-supported)
 
 %:
-	dh $@ --buildsystem=ruby --with ruby,apache2,autoreconf
+	dh $@ --buildsystem=ruby --with ruby,apache2
 
 override_dh_auto_build:
 	set -e && for ruby in $(SUPPORTED_RUBY_VERSIONS); do \
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..cafd0508
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/phusion/passenger/issues
+Bug-Submit: https://github.com/phusion/passenger/issues/new
+Repository-Browse: https://github.com/phusion/passenger

Run locally

More details

Full run details

Historical runs