[Python-modules-commits] r23843 - in packages/sphinxcontrib-spelling/trunk/debian (5 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Apr 5 01:03:06 UTC 2013


    Date: Friday, April 5, 2013 @ 01:03:04
  Author: eriol-guest
Revision: 23843

Added autopkgtests

Added:
  packages/sphinxcontrib-spelling/trunk/debian/tests/
  packages/sphinxcontrib-spelling/trunk/debian/tests/control
  packages/sphinxcontrib-spelling/trunk/debian/tests/unittests
Modified:
  packages/sphinxcontrib-spelling/trunk/debian/changelog
  packages/sphinxcontrib-spelling/trunk/debian/control

Modified: packages/sphinxcontrib-spelling/trunk/debian/changelog
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/changelog	2013-04-05 00:14:08 UTC (rev 23842)
+++ packages/sphinxcontrib-spelling/trunk/debian/changelog	2013-04-05 01:03:04 UTC (rev 23843)
@@ -1,6 +1,7 @@
 sphinxcontrib-spelling (1.4-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Added autopkgtests
   * debian/control
     - Fixed lintian vcs-field-not-canonical
     - Updated Homepage field
@@ -10,7 +11,7 @@
   * debian/rules
     - Removed work-around for #645125 since it's fixed
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 05 Apr 2013 01:37:16 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Fri, 05 Apr 2013 02:58:29 +0200
 
 sphinxcontrib-spelling (1.3-1) unstable; urgency=low
 

Modified: packages/sphinxcontrib-spelling/trunk/debian/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/control	2013-04-05 00:14:08 UTC (rev 23842)
+++ packages/sphinxcontrib-spelling/trunk/debian/control	2013-04-05 01:03:04 UTC (rev 23843)
@@ -17,6 +17,7 @@
 Homepage: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sphinxcontrib-spelling/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/sphinxcontrib-spelling/trunk/
+XS-Testsuite: autopkgtest
 
 Package: python-sphinxcontrib.spelling
 Architecture: all

Added: packages/sphinxcontrib-spelling/trunk/debian/tests/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/tests/control	                        (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/tests/control	2013-04-05 01:03:04 UTC (rev 23843)
@@ -0,0 +1,3 @@
+Tests: unittests
+Depends: @, myspell-en-us, python-all, python-docutils, python-enchant, python-nose, python-sphinx
+

Added: packages/sphinxcontrib-spelling/trunk/debian/tests/unittests
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/tests/unittests	                        (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/tests/unittests	2013-04-05 01:03:04 UTC (rev 23843)
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -efu
+
+for py in $(pyversions -rv); do
+    echo "=== python$py ==="
+    nosetests-$py 2>&1
+done




More information about the Python-modules-commits mailing list