[Python-modules-commits] [mistune] 01/03: Run the tests during build.

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Oct 2 09:10:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository mistune.

commit a985579395145f7d28fe1e9523f9a49bb7114781
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Fri Oct 2 09:46:46 2015 +0200

    Run the tests during build.
---
 debian/changelog | 4 ++++
 debian/rules     | 1 +
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 11c3ad4..ecb92ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 mistune (0.7.1-1) UNRELEASED; urgency=medium
 
+  [ Julien Puydt ]
   * New upstream release.
   * Put myself as sole maintainer.
 
+  [ Tristan Seligmann ]
+  * Run the tests during build.
+
  -- Julien Puydt <julien.puydt at laposte.net>  Mon, 24 Aug 2015 09:00:16 +0200
 
 mistune (0.6-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index f29fc22..d26271a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 #export DH_VERBOSE=1
 export PYBUILD_NAME=mistune
+export PYBUILD_BEFORE_TEST=cp -r {dir}/tests {build_dir}
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mistune.git



More information about the Python-modules-commits mailing list