[Python-apps-commits] r10023 - in packages/s3ql-beta/trunk/debian (3 files)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Wed Sep 11 03:49:24 UTC 2013


    Date: Wednesday, September 11, 2013 @ 03:48:48
  Author: nikratio-guest
Revision: 10023

Fixed autopkgtests (missing PYTHONPATH, LP: #1223514).

Modified:
  packages/s3ql-beta/trunk/debian/changelog
  packages/s3ql-beta/trunk/debian/tests/upstream-standard
  packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse

Modified: packages/s3ql-beta/trunk/debian/changelog
===================================================================
--- packages/s3ql-beta/trunk/debian/changelog	2013-09-11 03:47:59 UTC (rev 10022)
+++ packages/s3ql-beta/trunk/debian/changelog	2013-09-11 03:48:48 UTC (rev 10023)
@@ -1,9 +1,10 @@
-s3ql (2.4-1) unstable; urgency=low
+s3ql (2.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Updated uploader email address.
   * Removed obsolete lintian override.
   * Updated package description.
+  * Fixed autopkgtests (missing PYTHONPATH, LP: #1223514).
 
  -- Nikolaus Rath <Nikolaus at rath.org>  Tue, 27 Aug 2013 20:17:06 -0700
 

Modified: packages/s3ql-beta/trunk/debian/tests/upstream-standard
===================================================================
--- packages/s3ql-beta/trunk/debian/tests/upstream-standard	2013-09-11 03:47:59 UTC (rev 10022)
+++ packages/s3ql-beta/trunk/debian/tests/upstream-standard	2013-09-11 03:48:48 UTC (rev 10023)
@@ -3,4 +3,5 @@
 # Test suite automatically skips over tests that cannot be
 # executed because of insufficient priviliges.
 
+export PYTHONPATH="/usr/lib/s3ql:${PYTHONPATH}"
 exec py.test-3 --installed tests/

Modified: packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse
===================================================================
--- packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse	2013-09-11 03:47:59 UTC (rev 10022)
+++ packages/s3ql-beta/trunk/debian/tests/upstream-with-fuse	2013-09-11 03:48:48 UTC (rev 10023)
@@ -1,3 +1,4 @@
 #!/bin/sh
 
+export PYTHONPATH="/usr/lib/s3ql:${PYTHONPATH}"
 exec py.test-3 --installed tests/




More information about the Python-apps-commits mailing list