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

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed Aug 7 15:46:34 UTC 2013


    Date: Wednesday, August 7, 2013 @ 15:46:33
  Author: mitya57-guest
Revision: 25432

* Fix autopkgtest failures:
  - Copy HISTORY.txt to the testing directory.
  - Disable test_html4css1_misc as it does not work with our location
    of html4css1.css.

Modified:
  packages/python-docutils/trunk/debian/changelog
  packages/python-docutils/trunk/debian/tests/python-docutils
  packages/python-docutils/trunk/debian/tests/python3-docutils

Modified: packages/python-docutils/trunk/debian/changelog
===================================================================
--- packages/python-docutils/trunk/debian/changelog	2013-08-07 15:02:39 UTC (rev 25431)
+++ packages/python-docutils/trunk/debian/changelog	2013-08-07 15:46:33 UTC (rev 25432)
@@ -7,6 +7,10 @@
   [ Dmitry Shachnev ]
   * Updated rst2odt_prepstyles-elementtree.diff to make it not cause
     SyntaxErrors with Python 3.
+  * Fix autopkgtest failures:
+    - Copy HISTORY.txt to the testing directory.
+    - Disable test_html4css1_misc as it does not work with our location
+      of html4css1.css.
 
  -- Michael Schutte <michi at debian.org>  Mon, 05 Aug 2013 16:56:38 +0200
 

Modified: packages/python-docutils/trunk/debian/tests/python-docutils
===================================================================
--- packages/python-docutils/trunk/debian/tests/python-docutils	2013-08-07 15:02:39 UTC (rev 25431)
+++ packages/python-docutils/trunk/debian/tests/python-docutils	2013-08-07 15:46:33 UTC (rev 25432)
@@ -1,7 +1,8 @@
 #!/bin/sh
 set -e -u
-cp -r docs/ test/ "$ADTTMP"
+cp -r HISTORY.txt docs/ test/ "$ADTTMP"
 cd "$ADTTMP/test/"
+rm test_writers/test_html4css1_misc.py
 pyversions -i \
 | tr ' ' '\n' \
 | xargs -I {} env PYTHONWARNINGS=d PYTHONHASHSEED=random {} \

Modified: packages/python-docutils/trunk/debian/tests/python3-docutils
===================================================================
--- packages/python-docutils/trunk/debian/tests/python3-docutils	2013-08-07 15:02:39 UTC (rev 25431)
+++ packages/python-docutils/trunk/debian/tests/python3-docutils	2013-08-07 15:46:33 UTC (rev 25432)
@@ -1,7 +1,8 @@
 #!/bin/sh
 set -e -u
-cp -r docs/ test/ "$ADTTMP"
+cp -r HISTORY.txt docs/ test/ "$ADTTMP"
 cd "$ADTTMP/test/"
+rm test_writers/test_html4css1_misc.py
 2to3-$(py3versions -vd) --no-diffs -j $(nproc) -w . 2>&1
 py3versions -i \
 | tr ' ' '\n' \




More information about the Python-modules-commits mailing list