Run of lintian-fixes for ansible
Try this locally (using the lintian-brush package):
debcheckout ansible
cd ansible
lintian-brush
Merge these changes:
git pull https://janitor.debian.net/git/ansible lintian-fixes/main
Summary
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. (upstream-metadata-file-is-missing upstream-metadata-missing-bug-tracking upstream-metadata-missing-repository)
- Update standards version to 4.5.0, no changes needed. (out-of-date-standards-version)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2020-05-30 20:26:44 +0000
+++ b/debian/changelog 2020-07-27 22:39:28 +0000
@@ -1,3 +1,12 @@
+ansible (2.9.9+dfsg-2) UNRELEASED; urgency=low
+
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Update standards version to 4.5.0, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk> Mon, 27 Jul 2020 22:37:08 -0000
+
ansible (2.9.9+dfsg-1) unstable; urgency=medium
* New upstream release
=== removed file 'debian/compat'
--- a/debian/compat 2019-09-01 22:53:58 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-12
=== modified file 'debian/control'
--- a/debian/control 2020-04-27 11:39:28 +0000
+++ b/debian/control 2020-07-27 22:39:28 +0000
@@ -3,7 +3,7 @@
Uploaders: Lee Garrett <debian@rocketjump.eu>
Section: admin
Priority: optional
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-crypto,
@@ -19,7 +19,7 @@
python3-yaml,
sphinx-common
Rules-Requires-Root: no
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/debian/ansible
Vcs-Git: https://salsa.debian.org/debian/ansible.git
Homepage: https://www.ansible.com
=== added directory 'debian/upstream'
=== added file 'debian/upstream/metadata'
--- a/debian/upstream/metadata 1970-01-01 00:00:00 +0000
+++ b/debian/upstream/metadata 2020-07-27 22:38:25 +0000
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/ansible/ansible/issues
+Bug-Submit: https://github.com/ansible/ansible/issues/new
+Repository: https://github.com/ansible/ansible.git
+Repository-Browse: https://github.com/ansible/ansible
Publish History
- 2020-07-29T02:01: Merge proposal updated (Success)