Lintian Fixes - swift-bench

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 6f4da8e..d6be9aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,17 @@
 swift-bench (1.2.0-6) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Bump Standards-Version to 4.4.1.
 
+  [ Debian Janitor ]
+  * Update watch file format version to 4.
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Update standards version to 4.6.2, no changes needed.
+
  -- Ondřej Nový <onovy@debian.org>  Fri, 18 Oct 2019 16:30:33 +0200
 
 swift-bench (1.2.0-5) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index a41cc41..867613a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Ondřej Nový <onovy@debian.org>,
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
@@ -19,7 +19,7 @@ Build-Depends-Indep:
  python3-swiftclient,
  python3-testrepository,
  python3-testtools,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
 Homepage: https://github.com/openstack/swift-bench
 Vcs-Browser: https://salsa.debian.org/openstack-team/services/swift-bench
 Vcs-Git: https://salsa.debian.org/openstack-team/services/swift-bench.git
diff --git a/debian/rules b/debian/rules
index bb7c347..1f9eaea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,3 @@ export PYBUILD_NAME=swift-bench
 override_dh_auto_install:
 	install -D -m 0644 $(CURDIR)/etc/swift-bench.conf-sample $(CURDIR)/debian/swift-bench/etc/swift/swift-bench.conf
 	dh_auto_install
-
-override_dh_missing:
-	dh_missing --fail-missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 093f2dc..2a76cdc 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
 Bug-Database: https://bugs.launchpad.net/swift-bench
 Bug-Submit: https://bugs.launchpad.net/swift-bench/+filebug
-Name: swift-bench
 Repository: https://github.com/openstack/swift-bench.git
 Repository-Browse: https://github.com/openstack/swift-bench
diff --git a/debian/watch b/debian/watch
index 1c8cfc5..a1c8a32 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
 https://github.com/openstack/swift-bench/tags .*/(\d[\d\.]+.*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
 https://tarballs.openstack.org/swift-bench/ swift-bench-(\d[\d\.]+.*)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details