[Python-apps-commits] r11305 - in packages/pylint/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Sep 19 22:57:34 UTC 2014


    Date: Friday, September 19, 2014 @ 22:57:33
  Author: morph
Revision: 11305

* debian/rules
  - force execution of test suite

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

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2014-09-19 22:11:50 UTC (rev 11304)
+++ packages/pylint/trunk/debian/changelog	2014-09-19 22:57:33 UTC (rev 11305)
@@ -1,3 +1,10 @@
+pylint (1.3.0-2) UNRELEASED; urgency=medium
+
+  * debian/rules
+    - force execution of test suite
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 19 Sep 2014 23:57:08 +0100
+
 pylint (1.3.0-1) unstable; urgency=medium
 
   * New upstream release

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2014-09-19 22:11:50 UTC (rev 11304)
+++ packages/pylint/trunk/debian/rules	2014-09-19 22:57:33 UTC (rev 11305)
@@ -15,7 +15,7 @@
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	# use the default python version to select the script dir to run the tests
-	-./test/fulltest.sh $(PYVERS)
+	-/bin/sh ./test/fulltest.sh $(PYVERS)
 endif
 
 




More information about the Python-apps-commits mailing list