diff -Nru python-django-bootstrap-form-3.4/debian/changelog python-django-bootstrap-form-3.4/debian/changelog --- python-django-bootstrap-form-3.4/debian/changelog 2022-06-28 21:20:27.000000000 +0000 +++ python-django-bootstrap-form-3.4/debian/changelog 2022-12-03 17:39:58.000000000 +0000 @@ -1,3 +1,15 @@ +python-django-bootstrap-form (3.4-7) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + python-bootstrapform-doc: Add Multi-Arch: foreign. + + [ James Valleroy ] + * Set Standards-Version to 4.6.1 + * Add my copyright years + * Use runtests.py instead of setup.py to run tests + + -- James Valleroy Sat, 03 Dec 2022 12:39:58 -0500 + python-django-bootstrap-form (3.4-6) unstable; urgency=medium [ Sunil Mohan Adapa ] diff -Nru python-django-bootstrap-form-3.4/debian/control python-django-bootstrap-form-3.4/debian/control --- python-django-bootstrap-form-3.4/debian/control 2022-06-28 21:20:27.000000000 +0000 +++ python-django-bootstrap-form-3.4/debian/control 2022-12-03 17:39:58.000000000 +0000 @@ -15,7 +15,7 @@ python3-sphinx Build-Depends-Indep: python3-django, -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/freedombox-team/python-django-bootstrap-form Vcs-Git: https://salsa.debian.org/freedombox-team/python-django-bootstrap-form.git Homepage: https://github.com/tzangms/django-bootstrap-form @@ -60,5 +60,6 @@ Depends: python-django-bootstrapform-doc, ${misc:Depends} Architecture: all Section: oldlibs +Multi-Arch: foreign Description: transitional package for python-django-bootstrapform-doc This is a transitional package and can safely be removed. diff -Nru python-django-bootstrap-form-3.4/debian/copyright python-django-bootstrap-form-3.4/debian/copyright --- python-django-bootstrap-form-3.4/debian/copyright 2022-06-28 21:20:27.000000000 +0000 +++ python-django-bootstrap-form-3.4/debian/copyright 2022-12-03 17:39:58.000000000 +0000 @@ -11,6 +11,7 @@ Files: debian/* Copyright: (c) 2013-2016, Thomas Goirand + 2019-2022 James Valleroy License: BSD-3-clause License: BSD-3-clause diff -Nru python-django-bootstrap-form-3.4/debian/rules python-django-bootstrap-form-3.4/debian/rules --- python-django-bootstrap-form-3.4/debian/rules 2022-06-28 21:20:27.000000000 +0000 +++ python-django-bootstrap-form-3.4/debian/rules 2022-12-03 17:39:58.000000000 +0000 @@ -17,3 +17,8 @@ --root $(CURDIR)/debian/python3-django-bootstrapform; \ done rm -rf $(CURDIR)/debian/python*/usr/lib/python*/dist-packages/*.pth + +override_dh_auto_test: + set -e ; for pyvers in $(PYTHON3S); do \ + python$$pyvers runtests.py; \ + done diff -Nru python-django-bootstrap-form-3.4/debian/tests/control python-django-bootstrap-form-3.4/debian/tests/control --- python-django-bootstrap-form-3.4/debian/tests/control 2022-06-28 21:20:27.000000000 +0000 +++ python-django-bootstrap-form-3.4/debian/tests/control 2022-12-03 17:39:58.000000000 +0000 @@ -1,3 +1,2 @@ -Test-Command: python3 setup.py test -Depends: python3-setuptools, @ +Test-Command: python3 runtests.py Restrictions: allow-stderr