[Python-modules-commits] r16798 - in packages/python-djvulibre/trunk/debian (changelog rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Apr 27 11:42:02 UTC 2011


    Date: Wednesday, April 27, 2011 @ 11:41:54
  Author: danstender-guest
Revision: 16798

debian/rules: running nosetest without specific filenames and without doctest

Modified:
  packages/python-djvulibre/trunk/debian/changelog
  packages/python-djvulibre/trunk/debian/rules

Modified: packages/python-djvulibre/trunk/debian/changelog
===================================================================
--- packages/python-djvulibre/trunk/debian/changelog	2011-04-27 09:48:01 UTC (rev 16797)
+++ packages/python-djvulibre/trunk/debian/changelog	2011-04-27 11:41:54 UTC (rev 16798)
@@ -6,7 +6,7 @@
   * Removed all patches disable-memory-test.diff, max-cachesize-64bit.diff
     (fixed with 0.3.0), setup-disable-auto-cython.diff (#541314 closed).
 
- -- Daniel Stender <daniel at danielstender.com>  Wed, 27 Apr 2011 11:47:05 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Wed, 27 Apr 2011 13:41:39 +0200
 
 python-djvulibre (0.1.18-2) unstable; urgency=low
 

Modified: packages/python-djvulibre/trunk/debian/rules
===================================================================
--- packages/python-djvulibre/trunk/debian/rules	2011-04-27 09:48:01 UTC (rev 16797)
+++ packages/python-djvulibre/trunk/debian/rules	2011-04-27 11:41:54 UTC (rev 16798)
@@ -3,8 +3,7 @@
 PYX_FILES = $(wildcard djvu/*.pyx)
 C_FILES = $(PYX_FILES:.pyx=.c)
 
-nosetests = /usr/bin/nosetests --with-doctest --verbose
-tests = decode.py sexpr.py const.py
+nosetests = /usr/bin/nosetests --verbose
 
 pythonpath = $$(_py_=$(strip $(1)); _py_=$${_py_\#python}; ls -d $(CURDIR)/build/lib.*-$${_py_})
 pythonpath_dbg = $$(_py_=$(strip $(1)); _py_=$${_py_\#python}; ls -d $(CURDIR)/build/lib_d.*-$${_py_} 2>/dev/null || ls -d $(CURDIR)/build/lib.*-$${_py_}-pydebug)
@@ -40,8 +39,8 @@
 	cd tests && \
 	set -x -e; \
 	for python in $(shell pyversions -r); do \
-	    PYTHONPATH=$(call pythonpath,$$python) $$python $(nosetests) $(tests); \
-	    PYTHONPATH=$(call pythonpath_dbg,$$python) $$python-dbg $(nosetests) $(tests); \
+	    PYTHONPATH=$(call pythonpath,$$python) $$python $(nosetests); \
+	    PYTHONPATH=$(call pythonpath_dbg,$$python) $$python-dbg $(nosetests); \
 	done
 endif
 




More information about the Python-modules-commits mailing list