Lintian Fixes - httperf

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 55a29de..26f850f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+httperf (0.9.0-10) UNRELEASED; urgency=medium
+
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Repository-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 02:42:36 -0000
+
 httperf (0.9.0-9) unstable; urgency=medium
 
   * debian/control: add salsa URLs
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 5b235ee..382aa66 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: httperf
 Section: web
 Priority: optional
 Maintainer: Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper (>= 11)
-	, libssl-dev
+Build-Depends: debhelper-compat (= 11), libssl-dev
 Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/alteholz/httperf
 Vcs-Git: https://salsa.debian.org/alteholz/httperf.git
diff --git a/debian/rules b/debian/rules
index c662d9e..b883c8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
 #export DH_VERBOSE=1
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh $@
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..843005e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/httperf/httperf/issues
+Bug-Submit: https://github.com/httperf/httperf/issues/new
+Repository-Browse: https://github.com/httperf/httperf

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package httperf

No differences were encountered between the control files of package httperf-dbgsym

Run locally

More details

Full run details