Lintian Fixes - s3curl

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 33306aa..07b47e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+s3curl (20171008-2) UNRELEASED; urgency=medium
+
+  * Add missing ${misc:Depends} to Depends for s3curl.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 01:26:22 -0000
+
 s3curl (20171008-1) unstable; urgency=medium
 
   * Switch to DEP 14
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 e2de56f..aefbc69 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: s3curl
 Section: net
 Priority: optional
 Maintainer: Sebastien Delafond <seb@debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 4.1.3
 Homepage: https://aws.amazon.com/code/amazon-s3-authentication-tool-for-curl/
 Vcs-Git: https://salsa.debian.org/debian/s3curl.git
@@ -10,7 +10,7 @@ Vcs-Browser: https://salsa.debian.org/debian/s3curl
 
 Package: s3curl
 Architecture: all
-Depends: curl, libdigest-hmac-perl, libdigest-md5-file-perl, libfindbin-libs-perl, libgetopt-long-descriptive-perl
+Depends: curl, libdigest-hmac-perl, libdigest-md5-file-perl, libfindbin-libs-perl, libgetopt-long-descriptive-perl, ${misc:Depends}
 Description: Easily interact with AWS S3 HTTP services
  Calculates the proper signature to interact with AWS S3 HTTP
  services, then calls cURL with the appropriate arguments.

Run locally

More details

Full run details