[Python-modules-commits] [lazr.delegates] 06/07: New upstream release.

Barry Warsaw barry at moszumanska.debian.org
Fri Jan 9 22:25:13 UTC 2015


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

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

commit 288e1af7d2aef746b2923ce38d93ce049fb98cfc
Author: Barry Warsaw <barry at python.org>
Date:   Fri Jan 9 17:12:31 2015 -0500

    New upstream release.
    
    * New upstream release.
    * d/control:
      - Bumped Standards-Version to 3.9.6 with no other changes needed.
      - Switched Build-Depends from python{,3}-nose to python{,3}-nose2.
    * d/rules: Added override_dh_auto_test to invoke nose2 tests.
---
 debian/changelog | 10 ++++++++++
 debian/control   |  6 +++---
 debian/rules     |  6 +++++-
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7343dd6..0f4cfb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+lazr.delegates (2.0.2-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control:
+    - Bumped Standards-Version to 3.9.6 with no other changes needed.
+    - Switched Build-Depends from python{,3}-nose to python{,3}-nose2.
+  * d/rules: Added override_dh_auto_test to invoke nose2 tests.
+
+ -- Barry Warsaw <barry at debian.org>  Fri, 09 Jan 2015 17:04:45 -0500
+
 lazr.delegates (2.0.1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #758828)
diff --git a/debian/control b/debian/control
index f336521..f13c048 100644
--- a/debian/control
+++ b/debian/control
@@ -11,15 +11,15 @@ Build-Depends: debhelper (>= 9),
                dh-python,
                python-all (>= 2.6.6-3~),
                python-docutils,
-               python-nose,
+               python-nose2,
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg-1~),
                python-zope.interface,
                python3-all,
-               python3-nose,
+               python3-nose2,
                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.delegates.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/lazr.delegates.git
diff --git a/debian/rules b/debian/rules
index 4092ab4..d9ac3f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=lazr.delegates
-#export DH_VERBOSE=1
+export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
@@ -11,6 +11,10 @@ override_dh_install:
 	rm -f debian/python-lazr.delegates/usr/lib/python2.7/dist-packages/lazr/delegates/_python3.py
 	rm -f debian/python3-lazr.delegates/usr/lib/python3.*/dist-packages/lazr/delegates/_python2.py
 
+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.delegates.git



More information about the Python-modules-commits mailing list