debian: add missing depends: python3-all to python autopkgtests (#85188) #5

Merged
fpeters merged 3 commits from wip/85188-debian-autopkgtests-python312 into main 2024-01-12 14:30:36 +01:00
2 changed files with 21 additions and 0 deletions

20
debian/changelog vendored
View File

@ -1,3 +1,23 @@
lasso (2.8.2-1) unstable; urgency=medium
* New upstream bugfix release.
-- Frederic Peters <fpeters@debian.org> Sat, 30 Dec 2023 10:18:40 +0100
lasso (2.8.1-4) unstable; urgency=medium
* debian/tests/control: add missing/explicit python3-lasso to python
autopkgtests (followup to 1059641).
-- Frederic Peters <fpeters@debian.org> Sat, 30 Dec 2023 08:48:25 +0100
lasso (2.8.1-3) unstable; urgency=medium
* debian/tests/control: add missing depends: python3-all to python
autopkgtests (closes: 1059641)
-- Frederic Peters <fpeters@debian.org> Fri, 29 Dec 2023 20:07:18 +0100
lasso (2.8.1-2) unstable; urgency=medium
* debian/control: add build-dependency on python3-all (closes: 1056418)

View File

@ -1,3 +1,4 @@
Test-Command: for py in $(py3versions -s); do echo "[*] testing on $py:"; $py debian/tests/sso.py ; done
Depends: python3-lasso, python3-all
Test-Command: /usr/bin/perl bindings/perl/test.pl