[Python-apps-commits] r12420 - in packages/isort/trunk/debian (changelog rules)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Mon Sep 28 04:16:56 UTC 2015


    Date: Monday, September 28, 2015 @ 04:16:55
  Author: mithrandi
Revision: 12420

Actually run tests during build.

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

Modified: packages/isort/trunk/debian/changelog
===================================================================
--- packages/isort/trunk/debian/changelog	2015-09-28 03:44:05 UTC (rev 12419)
+++ packages/isort/trunk/debian/changelog	2015-09-28 04:16:55 UTC (rev 12420)
@@ -5,6 +5,7 @@
       confirm this due to being unable to reproduce in the first place).
   * Add a .pydist file.
   * Drop override as upstream now ships a changelog.
+  * Actually run tests during build.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 28 Sep 2015 05:43:58 +0200
 

Modified: packages/isort/trunk/debian/rules
===================================================================
--- packages/isort/trunk/debian/rules	2015-09-28 03:44:05 UTC (rev 12419)
+++ packages/isort/trunk/debian/rules	2015-09-28 04:16:55 UTC (rev 12420)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 export PYBUILD_NAME=isort
+export PYBUILD_BEFORE_TEST=cp {dir}/test_isort.py {build_dir}
 
 %:
 	dh $@ --with python3 --buildsystem=pybuild




More information about the Python-apps-commits mailing list