[Python-modules-commits] [ujson] 09/11: bump Standards-Version to 3.9.8 (no changes needed)

Sandro Tosi morph at moszumanska.debian.org
Tue Jun 14 19:26:41 UTC 2016


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

morph pushed a commit to branch master
in repository ujson.

commit d5ef69082e9f0f96b25d5212238a7ce2f591903b
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jun 14 20:17:19 2016 +0100

    bump Standards-Version to 3.9.8 (no changes needed)
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/rules     | 3 +--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d760da..c01e5d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ujson (1.35-1) UNRELEASED; urgency=medium
   * debian/control
     - set Vcs-* fields
     - set team as uploaders
+    - bump Standards-Version to 3.9.8 (no changes needed)
   * debian/copyright
     - extend packaging copyright years
     - updated upstream copyright years
@@ -15,7 +16,7 @@ ujson (1.35-1) UNRELEASED; urgency=medium
   * Fixed homepage (https)
   * Fixed VCS URL (https)
 
- -- Sandro Tosi <morph at debian.org>  Sun, 17 Jan 2016 23:03:20 +0000
+ -- Sandro Tosi <morph at debian.org>  Tue, 14 Jun 2016 20:17:03 +0100
 
 ujson (1.33-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9128954..b1b3fc0 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Sandro Tosi <morph at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), python-all-dev, python-all-dbg, python3-all-dev, python3-all-dbg, dh-python
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/esnme/ultrajson
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/ujson.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/ujson.git
diff --git a/debian/rules b/debian/rules
index fc2ed2a..ddc17ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,8 +38,7 @@ override_dh_installdocs:
 
 override_dh_auto_test:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-	set -e; \
-	for python in $(PYTHON2); do \
+	-for python in $(PYTHON2); do \
 		LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_platlib)") ; \
 		PYTHONPATH=$(CURDIR)/$$LIB $$python tests/tests.py ; \
 		LIB=$$($$python-dbg -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print (b.build_platlib)") ; \

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



More information about the Python-modules-commits mailing list