[SCM] Debian packaging of libspreadsheet-writeexcel-perl branch, master, updated. 18b803f7216382e7c10f279a524f5ba607428fdb
gregor herrmann
gregoa at debian.org
Wed Jun 5 18:14:49 UTC 2013
The following commit has been merged in the master branch:
commit e5a2736cb5f46229d66946b4318a129fd25f53cf
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Jun 5 20:11:08 2013 +0200
Add patch to fix the POD encoding; this fixes the actual problem behind #710995.
diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..64c2ea3
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,120 @@
+Description: add encoding to POD, required by newer perls
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/710995
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85897
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85897
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-05
+
+--- a/bin/chartex
++++ b/bin/chartex
+@@ -214,6 +214,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/BIFFwriter.pm
++++ b/lib/Spreadsheet/WriteExcel/BIFFwriter.pm
+@@ -292,6 +292,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Big.pm
++++ b/lib/Spreadsheet/WriteExcel/Big.pm
+@@ -52,7 +52,7 @@
+
+ __END__
+
+-
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Examples.pm
++++ b/lib/Spreadsheet/WriteExcel/Examples.pm
+@@ -24,6 +24,8 @@
+
+ =pod
+
++=encoding latin1
++
+ =head1 NAME
+
+ Examples - Spreadsheet::WriteExcel example programs.
+--- a/lib/Spreadsheet/WriteExcel/Format.pm
++++ b/lib/Spreadsheet/WriteExcel/Format.pm
+@@ -789,6 +789,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Formula.pm
++++ b/lib/Spreadsheet/WriteExcel/Formula.pm
+@@ -1397,6 +1397,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/OLEwriter.pm
++++ b/lib/Spreadsheet/WriteExcel/OLEwriter.pm
+@@ -425,6 +425,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Properties.pm
++++ b/lib/Spreadsheet/WriteExcel/Properties.pm
+@@ -328,6 +328,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Utility.pm
++++ b/lib/Spreadsheet/WriteExcel/Utility.pm
+@@ -52,6 +52,7 @@
+
+
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Workbook.pm
++++ b/lib/Spreadsheet/WriteExcel/Workbook.pm
+@@ -3614,6 +3614,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
+--- a/lib/Spreadsheet/WriteExcel/Worksheet.pm
++++ b/lib/Spreadsheet/WriteExcel/Worksheet.pm
+@@ -7619,6 +7619,7 @@
+
+ __END__
+
++=encoding latin1
+
+ =head1 NAME
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5766d01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-encoding.patch
--
Debian packaging of libspreadsheet-writeexcel-perl
More information about the Pkg-perl-cvs-commits
mailing list