debian/0000755000000000000000000000000012154440127007166 5ustar debian/rules0000755000000000000000000000003612154440127010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000166112154440127010575 0ustar Source: libcss-dom-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclone-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcss-dom-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcss-dom-perl.git Homepage: https://metacpan.org/release/CSS-DOM/ Package: libcss-dom-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl Description: interface to the Document Object Model for Cascading Style Sheets This set of modules provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. debian/source/0000755000000000000000000000000012154440127010466 5ustar debian/source/format0000644000000000000000000000001412154440127011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000174612154440127011050 0ustar libcss-dom-perl (0.15-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Xavier Guimard ] * New upstream version * Bump Standards-Version to 3.9.4 * Use debhelper 8 * Update debian/copyright (years and format) [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * The new upstream release also fixes "FTBFS with perl 5.18: test failures" (Closes: #711435) * Add patch to add encoding info to POD. -- gregor herrmann Fri, 07 Jun 2013 22:19:16 +0200 libcss-dom-perl (0.14-1) unstable; urgency=low * New upstream release * Removed patch applied upstream * Updated copyright -- Nicholas Bamber Thu, 10 Feb 2011 21:51:03 +0000 libcss-dom-perl (0.13-1) unstable; urgency=low * Initial Release. (Closes: #605137) -- Nicholas Bamber Sat, 27 Nov 2010 22:10:04 +0000 debian/compat0000644000000000000000000000000212154440127010364 0ustar 8 debian/patches/0000755000000000000000000000000012154440127010615 5ustar debian/patches/series0000644000000000000000000000002312154440127012025 0ustar pod-encoding.patch debian/patches/pod-encoding.patch0000644000000000000000000000174612154440127014214 0ustar 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 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 debian/copyright0000644000000000000000000000213012154440127011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CSS-DOM Source: https://metacpan.org/release/CSS-DOM/ Upstream-Contact: Father Chrysostomos Files: * Copyright: 2007-2012, Father Chrysostomos License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2011, Nicholas Bamber 2012, Xavier Guimard License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000015412154440127010217 0ustar version=3 https://metacpan.org/release/CSS-DOM/ .*/CSS-DOM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$