Codebase list django-mailman3 / e844dd5
Bump debhelper from old 12 to 13. + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this. Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html Debian Janitor 2 years ago
3 changed file(s) with 9 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 django-mailman3 (1.3.7-2) UNRELEASED; urgency=medium
1
2 * Bump debhelper from old 12 to 13.
3 + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
4 does this.
5
6 -- Debian Janitor <janitor@jelmer.uk> Mon, 08 Nov 2021 03:05:46 -0000
7
08 django-mailman3 (1.3.7-1) unstable; urgency=medium
19
210 * New upstream release 1.3.7
33 Jonas Meurer <jonas@freesources.org>
44 Section: python
55 Priority: optional
6 Build-Depends: debhelper-compat (= 12),
6 Build-Depends: debhelper-compat (= 13),
77 dh-python,
88 python3-all,
99 python3-django (>= 2:2.2~),
55 dh $@ --with python3 --buildsystem=pybuild
66
77 override_dh_auto_test:
8 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
98 set -e; \
109 for python3 in $(shell py3versions -r); do \
1110 $$python3 $(shell which django-admin) test --pythonpath=. --settings=django_mailman3.tests.settings_test django_mailman3; \
1211 done
13 endif
1412
1513 override_dh_python3:
1614 dh_python3