Lintian Fixes - aws-shell

Ready changes

Summary

Diff

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 16a10d1..c945b32 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,16 @@ Section: admin
 Priority: optional
 Maintainer: TANIGUCHI Takaki <takaki@debian.org>
 Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
-Build-Depends: debhelper (>= 11),
-	, awscli (>= 1.16.10)
+Build-Depends: debhelper-compat (= 13), , awscli (>= 1.16.10)
 	, awscli (<< 2.0.0)
 	, dh-python
 	, python3-all (>= 3.3)
 	, python3-setuptools
 	, python3-mock
-	, python3-configobj(>=5.0.6)
-	, python3-prompt-toolkit(>=1.0.0)
-	, python3-boto3(>=1.2.1)
-	, python3-pygments(>=2.1.3)
+	, python3-configobj (>= 5.0.6)
+	, python3-prompt-toolkit (>= 1.0.0)
+	, python3-boto3 (>= 1.2.1)
+	, python3-pygments (>= 2.1.3)
 	, python3-pytest
 Standards-Version: 4.2.1
 Homepage: https://github.com/awslabs/aws-shell
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..368e756
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/awslabs/aws-shell/issues
+Bug-Submit: https://github.com/awslabs/aws-shell/issues/new
+Repository-Browse: https://github.com/awslabs/aws-shell
diff --git a/debian/watch b/debian/watch
index 6d39442..8ba4345 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 # You must remove unused comment lines for the released package.
 version=3
-https://github.com/awslabs/aws-shell/releases .*/([\d\.]+).tar.gz
+https://github.com/awslabs/aws-shell/tags .*/([\d\.]+).tar.gz

Run locally

More details

Full run details

Historical runs