Lintian Fixes - pycallgraph

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 8ef8df2..a69fe9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+pycallgraph (1.1.3-3) UNRELEASED; urgency=medium
+
+  * Bump debhelper from deprecated 9 to 13.
+    + Replace python_distutils buildsystem with pybuild.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Name,
+    Repository-Browse.
+  * Fix day-of-week for changelog entry 0.3.0.dfsg-1.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 21 May 2023 02:17:42 -0000
+
 pycallgraph (1.1.3-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
@@ -171,4 +182,4 @@ pycallgraph (0.3.0.dfsg-1) unstable; urgency=low
 
   * Initial Release. Closes: #426985
 
- -- Jan Alonzo <jmalonzo@unpluggable.com>  Fri, 7 Jun 2007 16:40:53 +1000
+ -- Jan Alonzo <jmalonzo@unpluggable.com>  Thu, 07 Jun 2007 16:40:53 +1000
diff --git a/debian/control b/debian/control
index 5d605c0..bdc653a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: python
 Priority: optional
 Maintainer: Carl Chenet <chaica@debian.org>
 Uploaders: Debian Python Team <team+python@tracker.debian.org>
-Build-Depends: debhelper-compat (= 9), python3, dh-python, python3-setuptools, python3-pytest, graphviz
-Standards-Version: 4.4.1
+Build-Depends: debhelper-compat (= 13), python3, dh-python, python3-setuptools, python3-pytest, graphviz
+Standards-Version: 4.6.2
 Homepage: https://github.com/daneads/pycallgraph2
 Vcs-Git: https://salsa.debian.org/python-team/packages/pycallgraph.git
 Vcs-Browser: https://salsa.debian.org/python-team/packages/pycallgraph
diff --git a/debian/rules b/debian/rules
index 7677522..5fc4de1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,9 @@ override_dh_auto_install:
 	find debian/python3-pycallgraph/usr/ -type f -exec sed -i 's/pycallgraph2/pycallgraph/g' {} \;
 
 override_dh_auto_test:
-	dh_auto_test -- \
+	PYBUILD_TEST_ARGS='\
 		--before-test "cp -r scripts/ {build_dir}" \
-		--after-test  "rm -r {build_dir}/scripts {build_dir}//pycallgraph.gdf {build_dir}//pycallgraph.png"
+		--after-test  "rm -r {build_dir}/scripts {build_dir}//pycallgraph.gdf {build_dir}//pycallgraph.png"' dh_auto_test
 
 override_dh_installexamples:
 	dh_installexamples examples/*
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e8f928d
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Name: pycallgraph2
+Bug-Database: https://github.com/daneads/pycallgraph2/issues
+Bug-Submit: https://github.com/daneads/pycallgraph2/issues/new
+Repository-Browse: https://github.com/daneads/pycallgraph2

Run locally

More details

Full run details

Historical runs