[Pkg-freeipa-devel] custodia: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Thu Mar 10 22:23:57 UTC 2016


 debian/changelog |    6 ++++++
 debian/rules     |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 3c27d251e9b3a8e6cbd0e6e729a3501ff6a88378
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Fri Mar 11 00:23:00 2016 +0200

    rules: Run tox directly instead via 'make tests'.

diff --git a/debian/changelog b/debian/changelog
index 010b35d..e6e5bc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+custodia (0.1.0-5) unstable; urgency=medium
+
+  * rules: Run tox directly instead via 'make tests'.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Fri, 11 Mar 2016 00:16:46 +0200
+
 custodia (0.1.0-4) unstable; urgency=medium
 
   * Don't run sphinx or python3 tests, they need network and have other
diff --git a/debian/rules b/debian/rules
index a035fdb..ce488cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME=custodia
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-	make test
+	tox -e py27
 
 override_dh_auto_install:
 	dh_auto_install



More information about the Pkg-freeipa-devel mailing list