Control: tags 789673 + patch
Control: tags 789673 + pending

Dear maintainer,

I've prepared an NMU for t2html (versioned as 2010.0302+gitbec03e2-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Cliff Richard: Lucky Lips
diff -Nru t2html-2010.0302+gitbec03e2/debian/changelog t2html-2010.0302+gitbec03e2/debian/changelog
--- t2html-2010.0302+gitbec03e2/debian/changelog	2012-03-26 02:52:47.000000000 +0200
+++ t2html-2010.0302+gitbec03e2/debian/changelog	2015-09-06 18:21:21.000000000 +0200
@@ -1,3 +1,12 @@
+t2html (2010.0302+gitbec03e2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.22: Can't use 'defined(@array)'":
+    add patch to drop defined().
+    (Closes: #789673)
+
+ -- gregor herrmann <[email protected]>  Sun, 06 Sep 2015 18:21:04 +0200
+
 t2html (2010.0302+gitbec03e2-2) unstable; urgency=low
 
   * Upgrade to packaging format "3.0 quilt".
diff -Nru t2html-2010.0302+gitbec03e2/debian/patches/defined-array.patch t2html-2010.0302+gitbec03e2/debian/patches/defined-array.patch
--- t2html-2010.0302+gitbec03e2/debian/patches/defined-array.patch	1970-01-01 01:00:00.000000000 +0100
+++ t2html-2010.0302+gitbec03e2/debian/patches/defined-array.patch	2015-09-06 18:19:28.000000000 +0200
@@ -0,0 +1,18 @@
+Description: defined(@array) was deprecated since long ago and is an error since perl 5.21.x
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/789673
+Forwarded: no
+Author: gregor herrmann <[email protected]>
+Last-Update: 2015-09-06
+
+--- a/bin/t2html.pl
++++ b/bin/t2html.pl
+@@ -1000,7 +1000,7 @@
+ 	$BASE_URL = $1 if m,(.*)/,;
+     }
+ 
+-    if ( defined @CSS_FILE  and  @CSS_FILE )
++    if ( @CSS_FILE )
+     {
+ 	$JAVA_CODE = '';
+ 
diff -Nru t2html-2010.0302+gitbec03e2/debian/patches/series t2html-2010.0302+gitbec03e2/debian/patches/series
--- t2html-2010.0302+gitbec03e2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ t2html-2010.0302+gitbec03e2/debian/patches/series	2015-09-06 18:18:04.000000000 +0200
@@ -0,0 +1 @@
+defined-array.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to