[SCM] Debian packaging of libcss-dom-perl branch, master, updated. upstream/0.15-20-gba557a0

gregor herrmann gregoa at debian.org
Fri Jun 7 20:20:45 UTC 2013


The following commit has been merged in the master branch:
commit 17178504c5a1618b991662fdd2310e6e91e796ef
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 7 22:18:46 2013 +0200

    Add patch to add encoding info to POD.

diff --git a/debian/patches/pod-encoding.patch b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..711707e
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,30 @@
+Description: add encoding to non-ascii pod
+ Pod::Simple got more picky
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85955
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85955
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-07
+
+--- a/lib/CSS/DOM.pm
++++ b/lib/CSS/DOM.pm
+@@ -274,6 +274,8 @@
+ 
+                               !()__END__()!
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ CSS::DOM - Document Object Model for Cascading Style Sheets
+--- a/lib/CSS/DOM/PropertyParser.pm
++++ b/lib/CSS/DOM/PropertyParser.pm
+@@ -770,6 +770,8 @@
+ 
+ $system_colour_names_re = '(?:in(?:active(?:caption|border)|fo(?:background|text)|cativecaptiontext)|b(?:utton(?:(?:highligh|tex)t|shadow|face)|ackground)|threed(?:(?:light|dark)?shadow|highlight|face)|(?:(?:caption|gray)tex|highligh(?:ttex)?)t|a(?:ctive(?:caption|border)|ppworkspace)|window(?:frame|text)?|menu(?:text)?|scrollbar)';
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ CSS::DOM::PropertyParser - Parser for CSS property values
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 libcss-dom-perl



More information about the Pkg-perl-cvs-commits mailing list