[Python-modules-commits] [voluptuous] 08/08: Restore tests.

Barry Warsaw barry at moszumanska.debian.org
Tue Aug 2 19:01:50 UTC 2016


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

barry pushed a commit to branch master
in repository voluptuous.

commit 8be17bbce2d9c77e2ee2be4594701981ed1845e0
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Tue Aug 2 15:01:42 2016 -0400

    Restore tests.
    
    * d/gbp.conf: Removed; seems unnecessary now.
    * d/patches/restore-tests.patch: Added to restore and enable tests which
      aren't included in the PyPI tarball.
---
 debian/changelog | 4 +++-
 debian/rules     | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05c110b..68d25d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,9 @@ voluptuous (0.9.2-1) UNRELEASED; urgency=medium
     - Bump Standards-Version to 3.9.8 with no other changes needed.
     - Add myself to Uploaders.
     - wrap-and-sort -t -a
-  * d/gbp.conf: Removed
+  * d/gbp.conf: Removed; seems unnecessary now.
+  * d/patches/restore-tests.patch: Added to restore and enable tests which
+    aren't included in the PyPI tarball.
 
  -- Barry Warsaw <barry at debian.org>  Tue, 02 Aug 2016 10:26:17 -0400
 
diff --git a/debian/rules b/debian/rules
index 7fad734..4401ef3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
+#export PYBUILD_VERBOSE=1
 export PYBUILD_NAME=voluptuous
 export PYBUILD_TEST_NOSE=1
-export PYBUILD_VERBOSE=1
+export PYBUILD_TEST_ARGS=-vv
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list