Your message dated Fri, 30 Mar 2018 09:24:59 +0200
with message-id <[email protected]>
and subject line Re: strip-nondeterminism: fix testsuite [patch]
has caused the Debian Bug report #894391,
regarding strip-nondeterminism: fix testsuite [patch]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
894391: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894391
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
On Thu, 29 Mar 2018 20:14:47 +0100 Chris Lamb <[email protected]> wrote:
> tags 894391 + pending
> thanks
> 
> Thanks Gianfranco. I've applied this in Git here:
> 
>   
> https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git/commit/?id=a9aa2f0dafadd765c72b0b4caabd9d60e3a5ba37
> 
> 


sorry, please revert the upload, seems that Debhelper fixed it on its side
https://salsa.debian.org/debian/debhelper/commit/59940fb42868be0acf716d2eb29f6c15b59d1daf

thanks

G.

> Best wishes,
> 
> -- 
>       ,''`.
>      : :'  :     Chris Lamb
>      `. `'`      [email protected] / chris-lamb.co.uk
>        `-
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to