Lintian Fixes - python-nose-parameterized

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 8627e2c..cd6f1d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+python-nose-parameterized (0.3.4-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Make "Files: *" paragraph the first in the copyright file.
+  * Update standards version to 4.1.1, no changes needed.
+  * Set upstream metadata fields: Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 05 Jan 2023 04:20:41 -0000
+
 python-nose-parameterized (0.3.4-5) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index adac452..7a04576 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ 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,
  python3-setuptools,
 Build-Depends-Indep:
  python3-nose,
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-nose-parameterized
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-nose-parameterized.git
 Homepage: https://github.com/wolever/nose-parameterized
diff --git a/debian/copyright b/debian/copyright
index 8f505b3..6a15e0c 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: nose-parameterized
 Source: https://github.com/wolever/nose-parameterized
 
-Files: debian/*
-Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
-License: BSD-2-clause
-
 Files: *
 Copyright: (c) 2012-2014, David Wolever <david@wolever.net>
 License: BSD-2-clause
 
+Files: debian/*
+Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
+License: BSD-2-clause
+
 License: BSD-2-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
diff --git a/debian/rules b/debian/rules
index 1a5ad19..8050d63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/wolever/nose-parameterized.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 -rf build .stestr
@@ -23,4 +23,3 @@ ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
 		PYTHON=python$$pyvers python$$pyvers -m nose -v ; \
 	done
 endif
-
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..9373895
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/wolever/parameterized/issues
+Bug-Submit: https://github.com/wolever/parameterized/issues/new
+Repository: https://github.com/wolever/parameterized.git
+Repository-Browse: https://github.com/wolever/parameterized

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details