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/