[strip-nondeterminism] 04/04: Apply patch from Gianfranco Costamagna to fix the autopkgtests as they rely upon the debian/ directory existing. (Closes: #894391)
Chris Lamb
chris at chris-lamb.co.uk
Thu Mar 29 19:14:21 UTC 2018
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch debian
in repository strip-nondeterminism.
commit a9aa2f0dafadd765c72b0b4caabd9d60e3a5ba37
Author: Chris Lamb <lamby at debian.org>
Date: Thu Mar 29 20:10:57 2018 +0100
Apply patch from Gianfranco Costamagna to fix the autopkgtests as they rely upon the debian/ directory existing. (Closes: #894391)
---
debian/tests/testsuite | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index ef16021..63e794e 100755
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -5,7 +5,7 @@ set -eu
tmp="${AUTOPKGTEST_TMP:-"${ADTTMP:-"$(mktemp -d)"}"}"
mkdir -p "$tmp"
-cp -rv t/ bin/ "$tmp"
+cp -rv t/ bin/ debian/ "$tmp"
cd "$tmp"
set +e
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/strip-nondeterminism.git
More information about the Reproducible-commits
mailing list