Lintian Fixes - cc-tool

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 9e71c09..a1dea9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+cc-tool (0.27-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+  * Set upstream metadata fields: Repository-Browse.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Update standards version to 4.6.1, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Nov 2022 06:40:51 -0000
+
 cc-tool (0.27-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 2c4e7f4..79aaf2b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: cc-tool
 Section: devel
 Priority: optional
 Maintainer: Thorsten Alteholz <debian@alteholz.de>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 13)
 	, libusb-1.0-0-dev
 	, libboost-all-dev
 	, pkg-config
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Homepage: https://github.com/dashesy/cc-tool
 Vcs-Browser: https://salsa.debian.org/alteholz/cc-tool
 Vcs-Git: https://salsa.debian.org/alteholz/cc-tool.git
diff --git a/debian/rules b/debian/rules
index e91e49f..6da10e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
-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..2086da4
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/dashesy/cc-tool/issues
+Bug-Submit: https://github.com/dashesy/cc-tool/issues/new
+Repository-Browse: https://github.com/dashesy/cc-tool

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details