Lintian Fixes - python-zake

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 1525395..77b7e3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,16 @@
 python-zake (0.2.2-4) 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 11 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Make "Files: *" paragraph the first in the copyright file.
+  * Update standards version to 4.6.1, no changes needed.
+
  -- Ondřej Nový <onovy@debian.org>  Fri, 18 Oct 2019 16:29:40 +0200
 
 python-zake (0.2.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 05b0e14..876a403 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
 Uploaders:
  Thomas Goirand <zigo@debian.org>,
 Build-Depends:
- debhelper-compat (= 11),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
@@ -16,7 +16,7 @@ Build-Depends:
  python3-six,
  python3-testtools,
  python3-zope.interface,
-Standards-Version: 4.4.1
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-zake
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-zake.git
 Homepage: https://github.com/yahoo/Zake
diff --git a/debian/copyright b/debian/copyright
index 36f3c9c..7a8c7df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,14 +3,14 @@ Upstream-Name: zake
 Upstream-Contact: Joshua Harlow <harlowja@yahoo-inc.com>
 Source: https://github.com/yahoo/Zake
 
-Files: debian/*
-Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
-License: Apache-2
-
 Files: *
 Copyright: (c) 2013, (C) 2013 Yahoo! Inc.
 License: Apache-2
 
+Files: debian/*
+Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
+License: Apache-2
+
 License: Apache-2
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
diff --git a/debian/rules b/debian/rules
index 37b2be8..cf87423 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export http_proxy = 127.0.0.1:9
 export https_proxy = 127.0.0.1:9
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	echo "Do nothing"
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..2d58753
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,2 @@
+---
+Repository-Browse: https://github.com/yahoo/Zake
diff --git a/debian/watch b/debian/watch
index f3c711b..e3d9e58 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
-version=3
+version=4
 http://pypi.python.org/packages/source/z/zake zake-(.*).tar.gz
-

Run locally

More details

Full run details