[med-svn] [python-csb] 01/01: Fixed auto_test

Tomás Di Domenico tdido-guest at moszumanska.debian.org
Sun Dec 29 02:49:09 UTC 2013


This is an automated email from the git hooks/post-receive script.

tdido-guest pushed a commit to branch master
in repository python-csb.

commit 1ce7ff989f7853db2f462438118bd992babe2b96
Author: Tomás Di Domenico <tdido at tdido.com.ar>
Date:   Sun Dec 29 03:34:37 2013 +0100

    Fixed auto_test
---
 debian/changelog | 8 ++++++--
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6fd9789..33454e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,17 @@
 python-csb (1.2.2+dfsg-1) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * New upstream version
   * debian/watch: Enable detecting also *.zip source archives
   * debian/rules:
      - delete useless .PHONY lines
-     - Fix auto_test
   * debian/copyright: Add Upstream-Contact and more authors addresses
 
- -- Andreas Tille <tille at debian.org>  Fri, 27 Dec 2013 23:54:09 +0100
+  [ Tomas Di Domenico ]
+  * debian/rules: add build dir to PYTHONPATH to fix auto_test
+    Closes: #732945
+
+ -- Tomas Di Domenico <tdido at tdido.com.ar>  Sun, 29 Dec 2013 03:31:50 +0100
 
 python-csb (1.2.1+dfsg-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 9a7e75e..1b19d28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,4 +39,4 @@ override_dh_auto_install:
 	done
 
 override_dh_auto_test:
-	PYTHONWARNINGS=d python csb/test/app.py --generated-resources /tmp
+	PYTHONPATH=$(CURDIR):$(PYTHONPATH) PYTHONWARNINGS=d python csb/test/app.py --generated-resources /tmp

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git



More information about the debian-med-commit mailing list