[Python-modules-commits] [python-bcrypt] 01/01: deb/rules: use override for dh_auto_test for disabling instead of DEB_BUILD_OPTIONS
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Jan 8 14:13:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository python-bcrypt.
commit 87d5db6c3af7313db9ab4807f6fbc3243492f99f
Author: Daniel Stender <debian at danielstender.com>
Date: Fri Jan 8 15:13:21 2016 +0100
deb/rules: use override for dh_auto_test for disabling instead of DEB_BUILD_OPTIONS
---
debian/changelog | 2 +-
debian/rules | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a096847..ca6ed1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,7 +27,7 @@ python-bcrypt (2.0.0-1) unstable; urgency=medium
+ deb/manpage and deb/python-bcrypt.1 (belonging to py-bcrypt).
+ deb/docs (using dh_installdocs in deb/rules).
- -- Daniel Stender <debian at danielstender.com> Fri, 01 Jan 2016 20:33:55 +0100
+ -- Daniel Stender <debian at danielstender.com> Fri, 08 Jan 2016 15:07:04 +0100
python-bcrypt (0.4-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 14a9e04..f1314f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-export DEB_BUILD_OPTIONS=nocheck # testsuite not shipped on Pypi
+#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=bcrypt
%:
@@ -8,3 +8,7 @@ export PYBUILD_NAME=bcrypt
override_dh_installdocs:
dh_installdocs -A README.rst
+
+override_dh_auto_test:
+ # testsuite not shipped on Pypi, thus currently failing
+ dh_auto_test || true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-bcrypt.git
More information about the Python-modules-commits
mailing list