[Python-modules-commits] [python-pluggy] 01/01: Touch ups.

Barry Warsaw barry at moszumanska.debian.org
Fri May 15 20:16:41 UTC 2015


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

barry pushed a commit to branch master
in repository python-pluggy.

commit 7802c79a0fa2aa4e058e740195e348242d24e9f1
Author: Barry Warsaw <barry at python.org>
Date:   Fri May 15 16:16:17 2015 -0400

    Touch ups.
---
 debian/control | 8 ++++----
 debian/rules   | 7 +++++--
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index f6e7b4c..a16e200 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,14 @@ Section: python
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
+               python-pytest,
                python-setuptools,
                python3-all,
-               python3-logilab-common,
-               python3-setuptools,
-               python-logilab-common
+               python3-pytest,
+               python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pluggy.git
 Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-pluggy.git
diff --git a/debian/rules b/debian/rules
index d371922..62302e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=pluggy
-export PYBUILD_VERBOSE=1
-export DH_VERBOSE=1
+export PYBUILD_TEST_PYTEST=1
+export PYBUILD_TEST_ARGS="$(CURDIR)/test_pluggy.py"
+
+#export PYBUILD_VERBOSE=1
+#export DH_VERBOSE=1
 
 
 %:

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



More information about the Python-modules-commits mailing list