Loading debian/changelog +7 −0 Original line number Diff line number Diff line reprotest (0.7.21) UNRELEASED; urgency=medium * Dynamically tox environment in debian/rules instead of doing so statically in tox.ini. LP: #1981624 -- Nick Rosbrook <nick.rosbrook@canonical.com> Wed, 13 Jul 2022 14:36:26 -0400 reprotest (0.7.20) unstable; urgency=medium [ Santiago Ruano Rincón ] Loading debian/control +2 −1 Original line number Diff line number Diff line Source: reprotest Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org> Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org> Uploaders: Ceridwen <ceridwenv@gmail.com>, Holger Levsen <holger@debian.org>, Loading debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ override_dh_auto_test: http_proxy=http://127.0.9.1:9 \ https_proxy=https://127.0.9.1:9 \ TOX_TESTENV_PASSENV=PYTHONIOENCODING PYTHONIOENCODING=utf-8 \ tox -r --sitepackages -- -s tox -e py$(shell py3versions -vd | sed 's/\.//') -r --sitepackages -- -s # This is meant to be run by autopkgtest, and runs against the *installed* # version of reprotest. To run it against the development version, give Loading tox.ini +0 −5 Original line number Diff line number Diff line [tox] # envlist = coverage-clean, py39, coverage-stats envlist = py39 # skip_missing_interpreters = true [testenv:coverage-clean] skip_install = True commands = {envpython} -m coverage erase Loading Loading
debian/changelog +7 −0 Original line number Diff line number Diff line reprotest (0.7.21) UNRELEASED; urgency=medium * Dynamically tox environment in debian/rules instead of doing so statically in tox.ini. LP: #1981624 -- Nick Rosbrook <nick.rosbrook@canonical.com> Wed, 13 Jul 2022 14:36:26 -0400 reprotest (0.7.20) unstable; urgency=medium [ Santiago Ruano Rincón ] Loading
debian/control +2 −1 Original line number Diff line number Diff line Source: reprotest Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org> Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Reproducible builds folks <reproducible-builds@lists.alioth.debian.org> Uploaders: Ceridwen <ceridwenv@gmail.com>, Holger Levsen <holger@debian.org>, Loading
debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ override_dh_auto_test: http_proxy=http://127.0.9.1:9 \ https_proxy=https://127.0.9.1:9 \ TOX_TESTENV_PASSENV=PYTHONIOENCODING PYTHONIOENCODING=utf-8 \ tox -r --sitepackages -- -s tox -e py$(shell py3versions -vd | sed 's/\.//') -r --sitepackages -- -s # This is meant to be run by autopkgtest, and runs against the *installed* # version of reprotest. To run it against the development version, give Loading
tox.ini +0 −5 Original line number Diff line number Diff line [tox] # envlist = coverage-clean, py39, coverage-stats envlist = py39 # skip_missing_interpreters = true [testenv:coverage-clean] skip_install = True commands = {envpython} -m coverage erase Loading