[Python-modules-team] Bug#803096: python-bcrypt/2.0.0-1
Raphael Hertzog
hertzog at debian.org
Fri Jan 8 13:57:14 UTC 2016
On Fri, 01 Jan 2016, Daniel Stender wrote:
> I've got python-bcrypt 2.0.0 ready.
There's a small issue in debian/rules:
export DEB_BUILD_OPTIONS=nocheck # testsuite not shipped on Pypi
You are not supposed to set this option. This option is for the person
which builds the package.
If dh_auto_test fails for some reason and you want to disable that one,
then you add an override for it:
override_dh_auto_test:
# testsuite not shipped on Pypi, thus currently failing
dh_auto_test || true
Otherwise the package looks good.
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Support Debian LTS: http://www.freexian.com/services/debian-lts.html
Learn to master Debian: http://debian-handbook.info/get/
More information about the Python-modules-team
mailing list