Lintian Fixes - golang-github-appc-goaci

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index aa3d972..116bfd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+golang-github-appc-goaci (0.1.1-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper dependency to >= 9, since that's what is used in
+    debian/compat.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Change priority extra to priority optional.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 02 Jun 2023 16:46:30 -0000
+
 golang-github-appc-goaci (0.1.1-2) unstable; urgency=medium
 
   [ Paul Tagliamonte ]
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 60ade5f..b6e82a3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: golang-github-appc-goaci
 Section: devel
-Priority: extra
+Priority: optional
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
 Uploaders: Dmitry Smirnov <onlyjob@debian.org>, Tim Potter <tpot@hpe.com>
-Build-Depends: debhelper,
-               dh-golang,
+Build-Depends: debhelper-compat (= 13),
+    dh-golang,
                golang-go,
     golang-github-appc-spec-dev (>= 0.7.4~),
     golang-golang-x-tools-dev

Run locally

More details

Full run details

Historical runs