diff -Nru zope.proxy-4.5.0/debian/changelog zope.proxy-4.5.0/debian/changelog --- zope.proxy-4.5.0/debian/changelog 2021-11-21 23:12:48.000000000 +0000 +++ zope.proxy-4.5.0/debian/changelog 2022-04-27 04:06:40.000000000 +0000 @@ -1,3 +1,10 @@ +zope.proxy (4.5.0-1+rpi1) bookworm-staging; urgency=medium + + * Remove build-dependency on python3-zope-security to break loop + * Disable testsuite. + + -- Peter Michael Green Wed, 27 Apr 2022 04:06:40 +0000 + zope.proxy (4.5.0-1) unstable; urgency=medium * QA upload. diff -Nru zope.proxy-4.5.0/debian/control zope.proxy-4.5.0/debian/control --- zope.proxy-4.5.0/debian/control 2021-11-21 23:12:48.000000000 +0000 +++ zope.proxy-4.5.0/debian/control 2022-04-27 04:06:29.000000000 +0000 @@ -7,7 +7,6 @@ python3-all-dev, python3-setuptools, python3-zope.interface, - python3-zope.security, Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: https://github.com/zopefoundation/zope.proxy diff -Nru zope.proxy-4.5.0/debian/rules zope.proxy-4.5.0/debian/rules --- zope.proxy-4.5.0/debian/rules 2021-11-21 23:12:48.000000000 +0000 +++ zope.proxy-4.5.0/debian/rules 2022-04-27 04:06:40.000000000 +0000 @@ -7,7 +7,7 @@ dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: - PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cd src/zope/; {interpreter} -m unittest -v" dh_auto_test + #PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="cd src/zope/; {interpreter} -m unittest -v" dh_auto_test override_dh_install: dh_install