Source: strip-nondeterminism
Version: 0.040-1
Severity: important
Tags: patch

Hello, the testsuite is now broken, because debhelper assumes a debian 
directory available during the perl import code
e.g.
"require Debian::Debhelper::Dh_Lib"

so, copying the debian directory to the testsuite path fixes this error, patch 
at

http://launchpadlibrarian.net/362577713/strip-nondeterminism_0.040-1_0.040-1ubuntu1.diff.gz

--- strip-nondeterminism-0.040/debian/tests/testsuite  2017-10-29 
16:42:39.000000000 +0100
+++ strip-nondeterminism-0.040/debian/tests/testsuite  2018-03-29 
19:10:41.000000000 +0200
@@ -5,7 +5,7 @@
 tmp="${AUTOPKGTEST_TMP:-"${ADTTMP:-"$(mktemp -d)"}"}"
 
 mkdir -p "$tmp"
-cp -rv t/ bin/ "$tmp"
+cp -rv t/ bin/ debian/ "$tmp"
 cd "$tmp"
 
 set +e


thanks for considering it!

Gianfranco

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to