~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/virtualenv-never-download.patch

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
---
6
6
--- a/src/test/run-cli-tests
7
7
+++ b/src/test/run-cli-tests
8
 
@@ -29,9 +29,9 @@
9
 
     # With "make distcheck", the source directory must be read-only. I
 
8
@@ -30,7 +30,7 @@ if [ ! -e "$CRAM_BIN" ]; then
10
9
     # patched cram to support that. See upstream ticket at
11
10
     # https://bitbucket.org/brodie/cram/issue/9/allow-read-only-directories-for-t
12
11
     # -- tv@inktank.com
15
14
 fi
16
15
 
17
16
 SRCDIR_ABS="$(readlink -f "$SRCDIR")"
18
 
 BUILDDIR_ABS="$(readlink -f "$BUILDDIR")"