Your message dated Wed, 27 Mar 2019 20:23:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#925613: unblock: strip-nondeterminism/1.1.2-1
has caused the Debian Bug report #925613,
regarding unblock: strip-nondeterminism/1.1.2-1
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.)
--
925613: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925613
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
User: [email protected]
Usertags: unblock
X-Debbugs-Cc: [email protected]
Dear RT,
please consider unblocking strip-nondeterminism; the version in unstable
is a minimal thing fixing a single bug. Full diff:
diffstat for strip-nondeterminism-1.1.1 strip-nondeterminism-1.1.2
debian/changelog | 8 ++++++++
lib/File/StripNondeterminism.pm | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff -Nru strip-nondeterminism-1.1.1/debian/changelog
strip-nondeterminism-1.1.2/debian/changelog
--- strip-nondeterminism-1.1.1/debian/changelog 2019-02-13 09:31:59.000000000
+0100
+++ strip-nondeterminism-1.1.2/debian/changelog 2019-03-12 18:47:40.000000000
+0100
@@ -1,3 +1,11 @@
+strip-nondeterminism (1.1.2-1) unstable; urgency=medium
+
+ * Call file(1) with the "--" argument placeholder to fix normalisation of
+ files starting with a hyphen.
+ (Closes: reproducible-builds/strip-nondeterminism#6, #924407)
+
+ -- Chris Lamb <[email protected]> Tue, 12 Mar 2019 17:47:40 +0000
+
strip-nondeterminism (1.1.1-1) unstable; urgency=medium
* dh_strip_nondeterminism: Deduplicate hardlinks via stat(2) to avoid issues
diff -Nru strip-nondeterminism-1.1.1/lib/File/StripNondeterminism.pm
strip-nondeterminism-1.1.2/lib/File/StripNondeterminism.pm
--- strip-nondeterminism-1.1.1/lib/File/StripNondeterminism.pm 2019-02-13
09:29:48.000000000 +0100
+++ strip-nondeterminism-1.1.2/lib/File/StripNondeterminism.pm 2019-03-12
18:47:00.000000000 +0100
@@ -25,7 +25,7 @@
our($VERSION, $canonical_time, $clamp_time);
-$VERSION = '1.1.1'; # <https://semver.org/>
+$VERSION = '1.1.2'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
@@ -35,7 +35,7 @@
sub _get_file_type($) {
my $file=shift;
open(FILE, '-|') # handle all filenames safely
- || exec('file', $file)
+ || exec('file', '--', $file)
|| die "can't exec file: $!";
my $type=<FILE>;
close FILE;
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Mattia Rizzolo:
> Package: release.debian.org
> User: [email protected]
> Usertags: unblock
> X-Debbugs-Cc: [email protected]
>
> Dear RT,
>
> please consider unblocking strip-nondeterminism; the version in unstable
> is a minimal thing fixing a single bug. Full diff:
>
> diffstat for strip-nondeterminism-1.1.1 strip-nondeterminism-1.1.2
>
> debian/changelog | 8 ++++++++
> lib/File/StripNondeterminism.pm | 4 ++--
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---