Lintian Fixes - python-taskflow

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index ebd2f887..e4019247 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-taskflow (5.1.0-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * debian/copyright: use spaces rather than tabs to start continuation lines.
+  * Bump debhelper from old 10 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Repository-Browse.
+  * Update standards version to 4.6.2, no changes needed.
+  * Set upstream metadata fields: Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 27 Feb 2023 09:33:45 -0000
+
 python-taskflow (5.1.0-1) experimental; urgency=medium
 
   * New upstream release.
@@ -127,7 +139,7 @@ python-taskflow (4.1.0-1) experimental; urgency=medium
   * Fixed (build-)depends for this release.
   * Removed patches applied upstream:
     - fix-py38-hmac-compatibility.patch
-    - fix-networkx-2.x-compatibility.patch    
+    - fix-networkx-2.x-compatibility.patch
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 06 Apr 2020 22:59:02 +0200
 
diff --git a/debian/control b/debian/control
index 93847ab7..32d87c1a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Thomas Goirand <zigo@debian.org>,
  Michal Arbet <michal.arbet@ultimum.io>,
 Build-Depends:
- debhelper-compat (= 10),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools,
  python3-all,
@@ -46,7 +46,7 @@ Build-Depends-Indep:
  python3-testtools,
  python3-zake,
  subunit,
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-taskflow
 Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-taskflow.git
 Homepage: https://github.com/openstack/taskflow
diff --git a/debian/copyright b/debian/copyright
index c225fac1..501c648c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ License: Apache-2
 
 Files: debian/*
 Copyright: (c) 2013, Sebastien Badia <seb@sebian.fr>
-	   (c) 2013-2016, Thomas Goirand <zigo@debian.org>
+           (c) 2013-2016, Thomas Goirand <zigo@debian.org>
 License: Apache-2
 
 License: Apache-2
diff --git a/debian/rules b/debian/rules
index fa8f6f1e..14e7fbd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/openstack/taskflow.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3,sphinxdoc
+	dh $@ --buildsystem=pybuild --with python3,sphinxdoc
 
 override_dh_auto_clean:
 	find . -iname '*.pyc' -delete
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 00000000..1b6dcaa6
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,3 @@
+---
+Repository: https://github.com/openstack/taskflow.git
+Repository-Browse: https://github.com/openstack/taskflow

Run locally

More details

Full run details