[Python-modules-commits] [python-webob] 03/03: New upstream release.

Barry Warsaw barry at moszumanska.debian.org
Wed Nov 18 22:10:05 UTC 2015


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

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

commit 361951e897f074f6543f78a648c6d16000162b14
Author: Barry Warsaw <barry at python.org>
Date:   Wed Nov 18 17:09:55 2015 -0500

    New upstream release.
    
    * New upstream release.
    * d/rules: Use the new location for the changes file.
    * d/tests: Added simple DEP-8 smoke test.
---
 debian/changelog     | 8 ++++++++
 debian/rules         | 7 +++++--
 debian/tests/control | 3 +++
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dec77c8..1090d2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-webob (1.5.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/rules: Use the new location for the changes file.
+  * d/tests: Added simple DEP-8 smoke test.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 21 Oct 2015 18:35:00 -0400
+
 python-webob (1.4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 2653b3d..082d815 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,18 @@
 #!/usr/bin/make -f
+
 export PYBUILD_NAME=webob
+#export PYBUILD_VERBOSE=1
+#export DH_VERBOSE=1
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_test:
-	# enable network, tests.test_in_wsgiref.test_request_reading needs it 
+	# enable network, tests.test_in_wsgiref.test_request_reading needs it
 	http_proxy='' dh_auto_test
 
 override_dh_installchangelogs:
-	dh_installchangelogs -k docs/news.txt
+	dh_installchangelogs -k CHANGES.txt
 
 override_dh_installdocs:
 	dh_installdocs
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..668490f
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Test-Command: python -c "import webob; print webob"
+
+Test-Command: python3 -c "import webob; print(webob)"

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



More information about the Python-modules-commits mailing list