Source: ansible
Version: 1.6.1+dfsg-1
Severity: wishlist
Tags: patch

Please run the upstream unit tests during the build.
A patch is attached.

Thanks,
Felix
diff -Nru ansible-1.6.1+dfsg/debian/control ansible-1.6.1+dfsg/debian/control
--- ansible-1.6.1+dfsg/debian/control	2014-05-16 09:02:27.000000000 +0200
+++ ansible-1.6.1+dfsg/debian/control	2014-05-26 21:22:31.000000000 +0200
@@ -5,7 +5,8 @@
 Uploaders: Michael Vogt <m...@debian.org>,
  Harlan Lieberman-Berg <h.liebermanb...@gmail.com>
 Build-Depends: debhelper (>= 9), python-all, python-crypto, 
- python-setuptools, python-sphinx, python-yaml, asciidoc
+ python-setuptools, python-sphinx, python-yaml, asciidoc,
+ python-nose, python-passlib
 Standards-Version: 3.9.5
 Homepage: http://ansible.com
 Vcs-Git: git://anonscm.debian.org/collab-maint/ansible.git
diff -Nru ansible-1.6.1+dfsg/debian/rules ansible-1.6.1+dfsg/debian/rules
--- ansible-1.6.1+dfsg/debian/rules	2014-05-16 09:02:27.000000000 +0200
+++ ansible-1.6.1+dfsg/debian/rules	2014-05-26 21:22:44.000000000 +0200
@@ -19,6 +19,9 @@
 	# man pages for the "man3" section
 	make docs
 
+override_dh_auto_test:
+	make tests
+
 override_dh_auto_clean:
 	# sphinx auto-build stuff
 	rm -rf html docs/man/man3/*.3

Reply via email to