[Python-apps-commits] r13276 - in packages/ocrodjvu/trunk/debian (changelog rules)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Thu Jun 2 13:22:27 UTC 2016


    Date: Thursday, June 2, 2016 @ 13:22:26
  Author: stender
Revision: 13276

deb/control: nosetests doesn't need --all-modules anymore

Modified:
  packages/ocrodjvu/trunk/debian/changelog
  packages/ocrodjvu/trunk/debian/rules

Modified: packages/ocrodjvu/trunk/debian/changelog
===================================================================
--- packages/ocrodjvu/trunk/debian/changelog	2016-06-02 13:14:57 UTC (rev 13275)
+++ packages/ocrodjvu/trunk/debian/changelog	2016-06-02 13:22:26 UTC (rev 13276)
@@ -10,8 +10,10 @@
   * deb/copyright:
     + updated copyright spans.
     + updated maintainer email address.
+  * deb/control:
+    + nosetests doesn't need --all-modules anymore.
 
- -- Daniel Stender <stender at debian.org>  Thu, 02 Jun 2016 15:14:19 +0200
+ -- Daniel Stender <stender at debian.org>  Thu, 02 Jun 2016 15:20:43 +0200
 
 ocrodjvu (0.9.1-1) unstable; urgency=medium
 

Modified: packages/ocrodjvu/trunk/debian/rules
===================================================================
--- packages/ocrodjvu/trunk/debian/rules	2016-06-02 13:14:57 UTC (rev 13275)
+++ packages/ocrodjvu/trunk/debian/rules	2016-06-02 13:22:26 UTC (rev 13276)
@@ -15,6 +15,6 @@
 	cd tests && \
 	set -e -x; \
 	for python in $(shell pyversions -r); do \
-		$$python /usr/bin/nosetests --all-modules --verbose; \
+		$$python /usr/bin/nosetests --verbose; \
 	done
 endif




More information about the Python-apps-commits mailing list