[Python-modules-commits] [lazr.smtptest] 03/03: New upstream release.

Barry Warsaw barry at moszumanska.debian.org
Sat Jan 10 03:49:18 UTC 2015


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

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

commit 52e713e738ab21ca55a57a4595ed321726a2f825
Author: Barry Warsaw <barry at python.org>
Date:   Fri Jan 9 22:49:14 2015 -0500

    New upstream release.
    
    * 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.
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 2 ++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e818d8d..4e73714 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lazr.smtptest (2.0.3-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 22:43:26 -0500
+
 lazr.smtptest (2.0.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 4020f49..ae7282a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
                python3-all,
                python3-nose,
                python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 XS-Testsuite: autopkgtest
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/lazr.smtptest.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/lazr.smtptest.git
diff --git a/debian/rules b/debian/rules
index 6efb328..95857f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=lazr.smtptest
+export PYBUILD_TEST_NOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list