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

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


    Date: Wednesday, September 11, 2013 @ 03:47:59
  Author: nikratio-guest
Revision: 10022

Fixed autopkgtests to use installed S3QL.

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

Modified: packages/s3ql/trunk/debian/changelog
===================================================================
--- packages/s3ql/trunk/debian/changelog	2013-09-09 19:58:00 UTC (rev 10021)
+++ packages/s3ql/trunk/debian/changelog	2013-09-11 03:47:59 UTC (rev 10022)
@@ -1,10 +1,11 @@
-s3ql (1.16-3) UNRELEASED; urgency=low
+s3ql (1.16-2) unstable; urgency=low
 
   * Updated uploader email address.
   * Removed obsolete lintian override.
   * Extended clean target, re-build should now work.
   * Updated package description.
   * Bump build dependency on Cython to 0.17
+  * Fixed autopkgtests to use installed S3QL.
 
  -- Nikolaus Rath <Nikolaus at rath.org>  Thu, 18 Jul 2013 21:41:29 -0700
 

Modified: packages/s3ql/trunk/debian/tests/upstream-standard
===================================================================
--- packages/s3ql/trunk/debian/tests/upstream-standard	2013-09-09 19:58:00 UTC (rev 10021)
+++ packages/s3ql/trunk/debian/tests/upstream-standard	2013-09-11 03:47:59 UTC (rev 10022)
@@ -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 tests/

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




More information about the Python-apps-commits mailing list