[Python-modules-commits] [python-activipy] 01/03: prepare 0.1-3 (fix test run, bump standards)
Wolfgang Borgert
debacle at moszumanska.debian.org
Sun Jul 31 22:37:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-activipy.
commit 6651383ebe295e0f05867e90192afb72c3dd83a9
Author: W. Martin Borgert <debacle at debian.org>
Date: Sun Jul 31 22:29:48 2016 +0200
prepare 0.1-3 (fix test run, bump standards)
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 4 ++++
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ba61284..c9d2ec6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-activipy (0.1-3) unstable; urgency=medium
+
+ * Run tests in source dir, not in .pybuild dir (Closes: #830634).
+ * Bump standards version, no changes.
+
+ -- W. Martin Borgert <debacle at debian.org> Sun, 31 Jul 2016 20:27:39 +0000
+
python-activipy (0.1-2) unstable; urgency=low
* Fix build-dep on pytest, thanks to Chris West (Closes: #806477).
diff --git a/debian/control b/debian/control
index 7221071..af5587f 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
docbook-xsl,
xsltproc
Homepage: https://github.com/w3c-social/activipy
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-activipy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-activipy.git
diff --git a/debian/rules b/debian/rules
index d6e1edb..b3e311e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,7 @@ override_dh_install: $(MANPAGES)
$(MANPAGES): debian/activipy_tester.dbk
$(XP) $(DB2MAN) $< && mv activipy_tester.1 $@
+
+override_dh_auto_test:
+ python2 -m pytest
+ python3 -m pytest
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-activipy.git
More information about the Python-modules-commits
mailing list