Lintian Fixes - python-jsonpath-rw

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index c1bfa2b..cbca92d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-jsonpath-rw (1.4.0-5) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Make "Files: *" paragraph the first in the copyright file.
+  * Update standards version to 4.1.1, no changes needed.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 03 Nov 2022 04:17:47 -0000
+
 python-jsonpath-rw (1.4.0-4) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index 57a9b56..f912962 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 (= 9),
+ debhelper-compat (= 13),
  dh-python,
  openstack-pkg-tools (>= 99~),
  python3-all,
@@ -15,7 +15,7 @@ Build-Depends-Indep:
  python3-decorator,
  python3-ply,
  python3-six,
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-jsonpath-rw
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-jsonpath-rw.git
 Homepage: https://github.com/kennknowles/python-jsonpath-rw
diff --git a/debian/copyright b/debian/copyright
index 56e8d34..0016da0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: jsonpath-rw
 Source: https://github.com/kennknowles/python-jsonpath-rw
 
-Files: debian/*
-Copyright: (c) 2013, Thomas Goirand <zigo@debian.org>
-License: Apache-2
-
 Files: *
 Copyright: (c) 2013, Kenneth Knowles <kenn.knowles@gmail.com>
 License: Apache-2
 
+Files: debian/*
+Copyright: (c) 2013, 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 067ed3d..f6c55fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/kennknowles/python-jsonpath-rw.git
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python3
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_clean:
 	rm -f parser.out
@@ -25,4 +25,3 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
 	nosetests3 -v
 endif
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..6507bb6
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/kennknowles/python-jsonpath-rw/issues
+Bug-Submit: https://github.com/kennknowles/python-jsonpath-rw/issues/new
+Repository: https://github.com/kennknowles/python-jsonpath-rw.git
+Repository-Browse: https://github.com/kennknowles/python-jsonpath-rw

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details