Your message dated Fri, 09 Apr 2010 22:49:41 +0000
with message-id <[email protected]>
and subject line Bug#577121: fixed in libpar-packer-perl 1.002-2
has caused the Debian Bug report #577121,
regarding libpar-packer-perl: FTBFS when the build dir contains regexp 
metacharacters (breaks binNMUs?)
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.)


-- 
577121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577121
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpar-packer-perl
Version: 1.002-1
Severity: important
Tags: patch
User: [email protected]
Usertags: perl-5.12-transition

t/30-current_exec.t fails when the build directory path contains regexp
metacharacters. This breaks binNMUing the package at least in my (more
or less default) sbuild setup because the '+b1' version suffix ends up
in the build directory name.

% pwd
/home/niko/tmp/test+dir/libpar-packer-perl-1.002
% perl -Iblib/lib -Iblib/arch t/30-current_exec.t 
1..4
# Please wait
ok 1 - Created "/home/niko/tmp/test+dir/libpar-packer-perl-1.002/t/test-10.exec"
not ok 2 - Respected PAR_GLOBAL_TMPDIR
#   Failed test 'Respected PAR_GLOBAL_TMPDIR'
#   at t/30-current_exec.t line 46.
ok 3 - Found the same file via PATH and full path
# Please wait
ok 4 - Found the same file via execvp and PATH
# Looks like you failed 1 test of 4.

Proposed patch attached.
-- 
Niko Tyni   [email protected]
>From d61a057ca49d33db816b8f4ea2a3716904679219 Mon Sep 17 00:00:00 2001
From: Niko Tyni <[email protected]>
Date: Fri, 9 Apr 2010 22:28:50 +0300
Subject: [PATCH] Fix t/30-current_exec.t failing when cwd contains regexp metacharacters

As TEMPDIR contains the build directory name, it may have regexp
metacharacter like '+' in that need escaping.
---
 t/30-current_exec.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/30-current_exec.t b/t/30-current_exec.t
index 4801543..d5baffe 100644
--- a/t/30-current_exec.t
+++ b/t/30-current_exec.t
@@ -43,7 +43,7 @@ ok( (-f $EXEC), "Created \"$EXEC\"" )
 $ENV{PAR_GLOBAL_TMPDIR} = $TEMP;
 my $out_full = qx($EXEC);
 
-ok( ($out_full =~ /PAR_TEMP = $TEMP/), "Respected PAR_GLOBAL_TMPDIR" );
+ok( ($out_full =~ /PAR_TEMP = \Q$TEMP\E/), "Respected PAR_GLOBAL_TMPDIR" );
 
 my( $file, $path ) = fileparse( $EXEC );
 
-- 
1.7.0.4


--- End Message ---
--- Begin Message ---
Source: libpar-packer-perl
Source-Version: 1.002-2

We believe that the bug you reported is fixed in the latest version of
libpar-packer-perl, which is due to be installed in the Debian FTP archive:

libpar-packer-perl_1.002-2.diff.gz
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.002-2.diff.gz
libpar-packer-perl_1.002-2.dsc
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.002-2.dsc
libpar-packer-perl_1.002-2_amd64.deb
  to main/libp/libpar-packer-perl/libpar-packer-perl_1.002-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Damyan Ivanov <[email protected]> (supplier of updated libpar-packer-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 10 Apr 2010 00:01:18 +0300
Source: libpar-packer-perl
Binary: libpar-packer-perl
Architecture: source amd64
Version: 1.002-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Damyan Ivanov <[email protected]>
Description: 
 libpar-packer-perl - utility for creating PAR archives and stand-alone 
executables
Closes: 577121
Changes: 
 libpar-packer-perl (1.002-2) unstable; urgency=low
 .
   * apply patch from Niko Tyni fixing tests when build directory contains
     regular expression metacharacters. Closes: #577121
   * Standards-Version: 3.8.4 (no changes needed)
Checksums-Sha1: 
 3675645410c4c7597980d39f80dca7dc77bc638c 2294 libpar-packer-perl_1.002-2.dsc
 b42d1f4a8a7c60a0b52147d872ec1a4b45a10c2a 6905 
libpar-packer-perl_1.002-2.diff.gz
 87b05dadc23a03cc6ca575400943d5bab4397c9d 1807374 
libpar-packer-perl_1.002-2_amd64.deb
Checksums-Sha256: 
 8112b99ef864e8838c5b96dc4d83fe0d93e28390ff2047a3024f99dac5a0ae82 2294 
libpar-packer-perl_1.002-2.dsc
 a725b0c22b3f126fd452783a807c4d5e0e1e20ad4c3387d440ee9bcf55011a31 6905 
libpar-packer-perl_1.002-2.diff.gz
 fbd5e103bdd009991116a06d28b6ae145ae663cc785632915f7da3cbdbb90928 1807374 
libpar-packer-perl_1.002-2_amd64.deb
Files: 
 7ebcda7749467c7036be2c29edd1d9dc 2294 perl optional 
libpar-packer-perl_1.002-2.dsc
 81172969664ae561803f08f7a6b89bb7 6905 perl optional 
libpar-packer-perl_1.002-2.diff.gz
 305ee07aefa4b9286efb2628ebb7e931 1807374 perl optional 
libpar-packer-perl_1.002-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJLv51IAAoJEOQbTFV/DYC+9+MP/RfDjgLihiBpLW1H8ePEKVra
ZWdy68wmBdI6VM91mzmq/RyZKvgp9vvC5yFhhyb+fkQhZ50yZ/BIGOdBVi6YtyYF
o9DBWAskCexJpVivFUo1nSttEBEhFCaUmm7Y8QMshtQKORS4VOh/2GdCIk5tvEWa
zo2d9UHZ7Wm9rBqqnZuieIcqyyN3g5st7PQZqeAhtwPMJQDWvUM76CgzUWkR1qEC
qtH3WWymfDTCuQL7UANGtSum5hNjGGZFHvUfatNnMM6WGztZSmuMF/0uo3v51Y1G
EAiJtkaLLOkfnZ0ATFU5fr0xYsTTG+MZ6dQ28Fjwwm+wIXXzUpvZoGW8sJfnEfwc
RClGxMC8NtcNCkngFz24D21sUXuYtsDtWt5QXnge4ZmvXS4kyll6Fk/doLwCZetV
0QZyAlrJLSqioCbqLUhwIH6rbbcuhc+59EarQvouRN8b6X/TG2v6ZGPIG2AGHu8o
qrgydbEHP3qUA7cj/Zywo5F6sCYqaoFOmVU70KKN1aQfEInYe9cAS3DBtejFDc5/
qZGupoFBjcnoZiFPuMlSR9m7JA7g2W+HI9Ui0U7mhojxvtdplc+rY3AH02lEaMbo
RXUlBb9xQduFroDmvf+EJNSV8rpn4qE/ScjnT5aniZl31MhPqrazJCCXNBtZyCw9
pwhAZUONi628SM2WBVbU
=LZ7x
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to