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

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed May 28 04:20:43 UTC 2014


    Date: Wednesday, May 28, 2014 @ 04:20:41
  Author: eriol-guest
Revision: 29127

Updated tests path due to upstream change

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

Modified: packages/sphinxcontrib-spelling/trunk/debian/changelog
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/changelog	2014-05-28 03:53:49 UTC (rev 29126)
+++ packages/sphinxcontrib-spelling/trunk/debian/changelog	2014-05-28 04:20:41 UTC (rev 29127)
@@ -18,10 +18,12 @@
   * debian/rules
     - Built documentation using sphinx-build inside override_dh_auto_build
     - Cleaned build documentation inside override_dh_auto_clean
+  * debian/tests/unittests
+    - Updated tests path due to upstream change
   * debian/watch
     - Switched download URL to HTTPS
 
- -- Daniele Tricoli <eriol at mornie.org>  Wed, 28 May 2014 05:40:00 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 28 May 2014 06:19:10 +0200
 
 sphinxcontrib-spelling (1.4-1) unstable; urgency=low
 

Modified: packages/sphinxcontrib-spelling/trunk/debian/tests/unittests
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/tests/unittests	2014-05-28 03:53:49 UTC (rev 29126)
+++ packages/sphinxcontrib-spelling/trunk/debian/tests/unittests	2014-05-28 04:20:41 UTC (rev 29127)
@@ -5,7 +5,7 @@
 
 python_all="$(pyversions -rv 2>/dev/null)"
 
-cp -r test "$ADTTMP/"
+cp -r sphinxcontrib/spelling/tests "$ADTTMP/"
 cd "$ADTTMP"
 
 for py in $python_all; do




More information about the Python-modules-commits mailing list