tags 711441 + patch
thanks
Dear maintainer,
Please find attached the patch for the just uploaded NMU of
liberror-perl (versioned as 0.17-1.1).
It would be nice to know if you are no longer interested in
maintaining this package so that it can be properly orphaned.
Cheers,
dam
diff -u liberror-perl-0.17/debian/changelog liberror-perl-0.17/debian/changelog
--- liberror-perl-0.17/debian/changelog
+++ liberror-perl-0.17/debian/changelog
@@ -1,3 +1,10 @@
+liberror-perl (0.17-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * apply fix for tests from upstream (closes: #711441)
+
+ -- CSILLAG Tamas <[email protected]> Sat, 07 Sep 2013 10:04:34 +0200
+
liberror-perl (0.17-1) unstable; urgency=low
* New upstream version (closes: #383606)
only in patch2:
unchanged:
--- liberror-perl-0.17.orig/t/08warndie.t
+++ liberror-perl-0.17/t/08warndie.t
@@ -74,9 +74,9 @@
};
my ( $linea, $lineb ) = ( $line + 2, $line + 3 );
-like( $s, qr/^A warning at $file line $linea:
+like( $s, qr/^A warning at $file line $linea\.?:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "warn \\n-terminated STDERR" );
is( $felloffcode, 1, "warn \\n-terminated felloffcode" );
@@ -86,9 +86,9 @@
};
( $linea, $lineb ) = ( $line + 2, $line + 3 );
-like( $s, qr/^A warning at $file line $linea:
+like( $s, qr/^A warning at $file line $linea\.?:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "warn unterminated STDERR" );
is( $felloffcode, 1, "warn unterminated felloffcode" );
@@ -108,7 +108,7 @@
Full stack trace:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "die \\n-terminated STDERR" );
is( $felloffcode, 0, "die \\n-terminated felloffcode" );
@@ -129,7 +129,7 @@
Full stack trace:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "die unterminated STDERR" );
is( $felloffcode, 0, "die unterminated felloffcode" );
@@ -150,7 +150,7 @@
Full stack trace:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "Error STDOUT" );
is( $felloffcode, 0, "Error felloffcode" );
@@ -189,9 +189,9 @@
};
( $linea, $lineb ) = ( $line + 2, $line + 3 );
-like( $s, qr/^My custom warning here: A warning at $file line $linea:
+like( $s, qr/^My custom warning here: A warning at $file line $linea\.?:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "Custom warn STDERR" );
is( $felloffcode, 1, "Custom warn felloffcode" );
@@ -211,7 +211,7 @@
Full stack trace:
\tmain::__ANON__\(\) called at $file line $linekid
-\tmain::run_kid\('CODE\(0x[0-9a-f]+\)'\) called at $file line $lineb
+\tmain::run_kid\('?CODE\(0x[0-9a-f]+\)'?\) called at $file line $lineb
$/, "Custom die STDERR" );
is( $felloffcode, 0, "Custom die felloffcode" );