Merge lp:~tyhicks/ecryptfs/fix-ftbfs-from-105-tarball into lp:ecryptfs

Proposed by Tyler Hicks
Status: Merged
Merged at revision: 843
Proposed branch: lp:~tyhicks/ecryptfs/fix-ftbfs-from-105-tarball
Merge into: lp:ecryptfs
Diff against target: 36 lines (+14/-1)
2 files modified
debian/changelog (+8/-0)
tests/userspace/Makefile.am (+6/-1)
To merge this branch: bzr merge lp:~tyhicks/ecryptfs/fix-ftbfs-from-105-tarball
Reviewer Review Type Date Requested Status
eCryptfs Pending
Review via email: mp+252606@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-03-11 15:34:25 +0000
3+++ debian/changelog 2015-03-11 16:42:37 +0000
4@@ -1,7 +1,15 @@
5 ecryptfs-utils (106) UNRELEASED; urgency=medium
6
7+ [ Dustin Kirkland ]
8 * UNRELEASED
9
10+ [ Tyler Hicks ]
11+ * tests/userspace/Makefile.am: Fix the 'make check' failure present in the
12+ ecryptfs-utils-105 release tarball. The failure was due to the automake
13+ file not specifying that some data files should be distributed as part
14+ of the v1-to-v2-wrapped-passphrase test, causing the test to fail due to
15+ the missing files.
16+
17 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 11 Mar 2015 10:34:20 -0500
18
19 ecryptfs-utils (105) utopic; urgency=low
20
21=== modified file 'tests/userspace/Makefile.am'
22--- tests/userspace/Makefile.am 2015-02-15 20:00:52 +0000
23+++ tests/userspace/Makefile.am 2015-03-11 16:42:37 +0000
24@@ -4,7 +4,12 @@
25 dist_check_SCRIPTS = lfs.sh verify-passphrase-sig.sh wrap-unwrap.sh v1-to-v2-wrapped-passphrase.sh
26 check_PROGRAMS = lfs/test verify-passphrase-sig/test wrap-unwrap/test v1-to-v2-wrapped-passphrase/test
27
28-dist_noinst_DATA = tests.rc
29+dist_noinst_DATA = tests.rc \
30+ v1-to-v2-wrapped-passphrase/wp01 \
31+ v1-to-v2-wrapped-passphrase/wp02 \
32+ v1-to-v2-wrapped-passphrase/wp03 \
33+ v1-to-v2-wrapped-passphrase/wp04 \
34+ v1-to-v2-wrapped-passphrase/wp05
35
36 dist_noinst_SCRIPTS = $(dist_check_SCRIPTS)
37

Subscribers

People subscribed via source and target branches