[Python-modules-commits] r22475 - in packages/python-keyring/trunk/debian (3 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Jul 30 21:09:59 UTC 2012


    Date: Monday, July 30, 2012 @ 21:09:58
  Author: chaica-guest
Revision: 22475

  * New upstream release (Closes: #675379, #678682)
  * debian/control
    - Bump Standards-Version to 3.9.3
    - Switch uploader chaica at ohmytux.com to chaica at debian.org
  * debian/rules
    - Remove unittests executions

Modified:
  packages/python-keyring/trunk/debian/changelog
  packages/python-keyring/trunk/debian/control
  packages/python-keyring/trunk/debian/rules

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2012-07-29 10:41:47 UTC (rev 22474)
+++ packages/python-keyring/trunk/debian/changelog	2012-07-30 21:09:58 UTC (rev 22475)
@@ -1,3 +1,14 @@
+python-keyring (0.9.2-1) unstable; urgency=low
+
+  * New upstream release (Closes: #675379, #678682)
+  * debian/control
+    - Bump Standards-Version to 3.9.3
+    - Switch uploader chaica at ohmytux.com to chaica at debian.org
+  * debian/rules
+    - Remove unittests executions
+
+ -- Carl Chenet <chaica at debian.org>  Mon, 30 Jul 2012 20:14:42 +0200
+
 python-keyring (0.7.1-1) unstable; urgency=low
 
   * New upstream version (Closes: #656680, #624690)

Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control	2012-07-29 10:41:47 UTC (rev 22474)
+++ packages/python-keyring/trunk/debian/control	2012-07-30 21:09:58 UTC (rev 22475)
@@ -3,10 +3,10 @@
 Section: python
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.2
-Maintainer: Carl Chenet <chaica at ohmytux.com>
+Maintainer: Carl Chenet <chaica at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.6.6-3), python-setuptools, python3-all, python3-setuptools, unzip
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://home.python-keyring.org/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-keyring/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-keyring/trunk/

Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules	2012-07-29 10:41:47 UTC (rev 22474)
+++ packages/python-keyring/trunk/debian/rules	2012-07-30 21:09:58 UTC (rev 22475)
@@ -8,21 +8,9 @@
 %:
 	dh $@ --with python2,python3
 
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-test-python2.7:
-	# The test suite needs a functioning $HOME.
-	mkdir -p build/home
-	HOME=$(CURDIR)/build/home \
-	python$* -m unittest discover
+override_dh_auto_test:
+	echo "nocheck set, skipping tests"
 
-test-python%:
-	@echo "Test suite does not run in Python $@.  Skipping."
-
-override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%)
-else
-	@echo "nocheck set, skipping tests"
-endif
-
 override_dh_auto_build:
 	dh_auto_build
 	set -ex; for py in $(PYTHON3) ; do \




More information about the Python-modules-commits mailing list