[Python-modules-commits] [lazr.config] 04/04: d/control: Bumped Standards-Version to 3.9.6 with no other changes needed.

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 9 22:37:54 UTC 2015


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

barry pushed a commit to branch master
in repository lazr.config.

commit 4d71856f96c4cd2364ba697dc6234243c9f609dc
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Fri Jan 9 17:37:43 2015 -0500

    d/control: Bumped Standards-Version to 3.9.6 with no other changes needed.
    
    * d/control: Bumped Standards-Version to 3.9.6 with no other changes needed.
    * d/rules: Added PYBUILD_TEST_NOSE=1 to invoke the correct test runner.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 debian/rules     | 6 ++++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ad8c6b3..2c1ddc1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 lazr.config (2.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * d/control: Bumped Standards-Version to 3.9.6 with no other changes needed.
+  * d/rules: Added PYBUILD_TEST_NOSE=1 to invoke the correct test runner.
 
  -- Barry Warsaw <barry at debian.org>  Fri, 09 Jan 2015 15:53:55 -0500
 
diff --git a/debian/control b/debian/control
index f38e853..4a0ba0b 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 9),
                python3-nose,
                python3-setuptools,
                python3-zope.interface
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/lazr.config.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/lazr.config.git
diff --git a/debian/rules b/debian/rules
index 434c805..4061142 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,16 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=lazr.config
+export PYBUILD_TEST_NOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="{interpreter} -m nose2 -v" dh_auto_test
+
 override_dh_installdocs:
 	python setup.py build_sphinx
 	dh_installdocs

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



More information about the Python-modules-commits mailing list