Lintian Fixes - python-pydotplus

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index c3665ac..29246e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-pydotplus (2.0.2-5) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Update standards version to 4.1.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 22 Aug 2023 10:15:41 -0000
+
 python-pydotplus (2.0.2-4) unstable; urgency=medium
 
   * Cleans better (Closes: #1048685).
diff --git a/debian/control b/debian/control
index 0784777..2c23797 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,
@@ -16,10 +16,10 @@ Build-Depends-Indep:
  python3-pyparsing (>= 2.0.1),
  python3-pytest,
  python3-sphinx-rtd-theme,
-Standards-Version: 4.1.0
+Standards-Version: 4.1.1
 Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pydotplus
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pydotplus.git
-Homepage: http://pydotplus.readthedocs.org/
+Homepage: https://pydotplus.readthedocs.org/
 
 Package: python-pydotplus-doc
 Section: doc
diff --git a/debian/rules b/debian/rules
index 6a7ebb0..e0cb7c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ UPSTREAM_GIT := https://github.com/carlos-jenkins/pydotplus.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:
 	rm -rf build lib/*.egg-info
@@ -28,5 +28,5 @@ endif
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
 	python3 -m sphinx -b html doc debian/python-pydotplus-doc/usr/share/doc/python-pydotplus-doc/html
-	dh_sphinxdoc -O--buildsystem=python_distutils
+	dh_sphinxdoc -O--buildsystem=pybuild
 endif
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..910077b
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/carlos-jenkins/pydotplus/issues
+Bug-Submit: https://github.com/carlos-jenkins/pydotplus/issues/new
+Repository-Browse: https://github.com/carlos-jenkins/pydotplus

Debdiff

File lists identical (after any substitutions)

Control files of package python-pydotplus-doc: lines which differ (wdiff format)

  • Homepage: http://pydotplus.readthedocs.org/ https://pydotplus.readthedocs.org/

Control files of package python3-pydotplus: lines which differ (wdiff format)

  • Homepage: http://pydotplus.readthedocs.org/ https://pydotplus.readthedocs.org/

Run locally

More details

Full run details