[Python-modules-commits] r29389 - in packages/breathe/trunk/debian/tests (3 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Jun 18 18:12:41 UTC 2014


    Date: Wednesday, June 18, 2014 @ 18:12:40
  Author: sramacher
Revision: 29389

Fix DEP-8 tests

Modified:
  packages/breathe/trunk/debian/tests/control
  packages/breathe/trunk/debian/tests/python2
  packages/breathe/trunk/debian/tests/python3

Modified: packages/breathe/trunk/debian/tests/control
===================================================================
--- packages/breathe/trunk/debian/tests/control	2014-06-18 18:00:50 UTC (rev 29388)
+++ packages/breathe/trunk/debian/tests/control	2014-06-18 18:12:40 UTC (rev 29389)
@@ -1,5 +1,7 @@
 Tests: python2
 Depends: python-breathe, python-sphinx
+Restrictions: allow-stderr
 
 Tests: python3
 Depends: python3-breathe, python3-sphinx
+Restrictions: allow-stderr

Modified: packages/breathe/trunk/debian/tests/python2
===================================================================
--- packages/breathe/trunk/debian/tests/python2	2014-06-18 18:00:50 UTC (rev 29388)
+++ packages/breathe/trunk/debian/tests/python2	2014-06-18 18:12:40 UTC (rev 29389)
@@ -3,6 +3,6 @@
 
 export SPHINXBUILD=/usr/share/sphinx/scripts/python2/sphinx-build
 
-cp -r documentation examples "$ADTTMP"
+cp -r documentation examples Makefile "$ADTTMP"
 cd "$ADTTMP"
-make -C documentation html
+make

Modified: packages/breathe/trunk/debian/tests/python3
===================================================================
--- packages/breathe/trunk/debian/tests/python3	2014-06-18 18:00:50 UTC (rev 29388)
+++ packages/breathe/trunk/debian/tests/python3	2014-06-18 18:12:40 UTC (rev 29389)
@@ -3,6 +3,6 @@
 
 export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build
 
-cp -r documentation examples "$ADTTMP"
+cp -r documentation examples Makefile "$ADTTMP"
 cd "$ADTTMP"
-make -C documentation html
+make




More information about the Python-modules-commits mailing list