Lintian Fixes - dmarc-cat

Ready changes

Summary

  • Fix field name case in debian/tests/control (Test-command ⇒ Test-Command).
  • Update standards version to 4.6.2, no changes needed. ( out-of-date-standards-version )

Diff

diff --git a/debian/changelog b/debian/changelog
index 53b00a3..1c90a55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dmarc-cat (0.15.0-2) UNRELEASED; urgency=medium
+
+  * Fix field name case in debian/tests/control (Test-command ⇒ Test-Command).
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 21 May 2023 13:47:31 -0000
+
 dmarc-cat (0.15.0-1) unstable; urgency=medium
 
   [ Antoine Beaupré ]
diff --git a/debian/control b/debian/control
index 3fabcb7..c959dc3 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
                golang-github-stretchr-testify-dev,
                golang-github-ivpusic-grpool-dev,
                golang-github-intel-tfortools-dev,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/keltia/dmarc-cat
 Vcs-Browser: https://salsa.debian.org/go-team/packages/dmarc-cat
 Vcs-Git: https://salsa.debian.org/go-team/packages/dmarc-cat.git
diff --git a/debian/tests/control b/debian/tests/control
index a828e4b..7fafbe9 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
-Test-command: HOME=$AUTOPKGTEST_TMP dh_auto_test -O--buildsystem=golang
 Depends: @, @builddeps@
 Restrictions: build-needed
+Test-Command: HOME=$AUTOPKGTEST_TMP dh_auto_test -O--buildsystem=golang

Run locally

More details

Full run details

Historical runs