Lintian Fixes - numpy-stl

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 1a226f1..6ddef4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+numpy-stl (2.9.0-3) UNRELEASED; urgency=medium
+
+  * Add missing build dependency on python3:any | python3-all:any |
+    python3-dev:any | python3-all-dev:any | dh-sequence-python3 for addon
+    python3.
+  * Bump debhelper from old 10 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 18 Mar 2023 23:34:31 -0000
+
 numpy-stl (2.9.0-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index a1c4586..ec8e00d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Debian Python Team <team+python@tracker.debian.org>
 Uploaders: Bernd Zeimetz <bzed@debian.org>
-Build-Depends: debhelper-compat (= 10), dh-python,
+Build-Depends: debhelper-compat (= 13), dh-python,
 # Python development files
  python3-all-dev,
 #Python setuptools
@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 10), dh-python,
 # Numpy*
  python3-numpy,
 # PyTest
- python3-pytest, python3-pytest-runner,
+ python3-pytest, python3-pytest-runner, python3:any | python3-all:any | python3-dev:any | python3-all-dev:any | dh-sequence-python3,
 Standards-Version: 4.1.1.0
 Homepage: https://github.com/WoLpH/numpy-stl
 Vcs-Git: https://salsa.debian.org/python-team/packages/numpy-stl.git
diff --git a/debian/rules b/debian/rules
index db50f6c..1a69cb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_test:
 
 override_dh_install:
 	dh_install
-	dh_missing --fail-missing
+	dh_missing
 
 clean:
 	dh $@ --with python3 \
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 896c647..195fa09 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,4 @@
-Bug-Database: https://github.com/WoLpH/numpy-stl/issues
-Bug-Submit: https://github.com/WoLpH/numpy-stl/issues/new
-Repository: https://github.com/WoLpH/numpy-stl.git
+Bug-Database: https://github.com/wolph/numpy-stl/issues
+Bug-Submit: https://github.com/wolph/numpy-stl/issues/new
+Repository: https://github.com/wolph/numpy-stl.git
 Repository-Browse: https://github.com/WoLpH/numpy-stl

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/43/42aedcb1437d7013bccbeb1bd0520f55be6a22.debug
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/stl/_speedups.cpython-311-x86_64-linux-gnu.so

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/22/737a350da202a796862091b4014d24a90aec24.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/bd/cb1b72b27328453eee83a744969f887cd7399e.debug
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/stl/_speedups.cpython-310-x86_64-linux-gnu.so
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/stl/_speedups.cpython-39-x86_64-linux-gnu.so

No differences were encountered between the control files of package numpy-stl

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

  • Depends: libc6 (>= 2.7), python3 (<< 3.11), 3.12), python3 (>= 3.9~), 3.11~), python3-numpy, python3-python-utils, python3:any

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

  • Build-Ids: 22737a350da202a796862091b4014d24a90aec24 bdcb1b72b27328453eee83a744969f887cd7399e 4342aedcb1437d7013bccbeb1bd0520f55be6a22

Run locally

More details

Full run details