debian/0000755000000000000000000000000011773062313007171 5ustar debian/rules0000755000000000000000000000003611773062313010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000160011773062313010571 0ustar Source: libhtml-html5-entities-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-html5-entities-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libhtml-html5-entities-perl.git Homepage: http://search.cpan.org/dist/HTML-HTML5-Entities/ Package: libhtml-html5-entities-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to encode and decode character entities defined in HTML5 HTML::HTML5::Entities is a drop-in replacement for HTML::Entities, providing the character entities defined in HTML5. It is a pure Perl implementation and hence slower, especially decoding. debian/source/0000755000000000000000000000000011773062313010471 5ustar debian/source/format0000644000000000000000000000001411773062313011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000230411773062313011042 0ustar libhtml-html5-entities-perl (0.003-2) unstable; urgency=low * Team upload. * Add patch to prevent Module::Package::Dist::RDF from auto-installing dependencies at buildtime. Thanks to Jonas Smedegaard for the hint. -- gregor herrmann Thu, 28 Jun 2012 16:05:55 +0200 libhtml-html5-entities-perl (0.003-1) unstable; urgency=low * Team upload. * New upstream release. * Update years of copyright for inc/Module/Install*. * Drop (build) dependencies that are not required anymore. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Wed, 27 Jun 2012 18:29:29 +0200 libhtml-html5-entities-perl (0.002-1) unstable; urgency=low * Imported Upstream version 0.002. * Added dependency for parent. * Bumped years of copyright, and corrected stanza for M::P::Dist::RDF. * Bumped debhelper compatibility to 9. -- Florian Schlichting Tue, 17 Jan 2012 23:22:50 +0100 libhtml-html5-entities-perl (0.001-1) unstable; urgency=low * Initial Release. (Closes: #652481) -- Florian Schlichting Sat, 17 Dec 2011 18:31:15 +0100 debian/compat0000644000000000000000000000000211773062313010367 0ustar 9 debian/patches/0000755000000000000000000000000011773062313010620 5ustar debian/patches/no-autoinstall.patch0000644000000000000000000000063011773062313014611 0ustar Description: prevent Module::Package::Dist::RDF from auto-installing dependencies at buildtime Origin: vendor Forwarded: not-needed Author: gregor herrmann Last-Update: 2012-06-28 --- a/inc/Module/Package/Dist/RDF.pm +++ b/inc/Module/Package/Dist/RDF.pm @@ -21,7 +21,7 @@ { my ($self) = @_; $self->mi->trust_meta_yml; - $self->mi->auto_install; +# $self->mi->auto_install; } 1; debian/patches/series0000644000000000000000000000002511773062313012032 0ustar no-autoinstall.patch debian/copyright0000644000000000000000000000466311773062313011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: HTML-HTML5-Entities Upstream-Contact: Toby Inkster Source: http://search.cpan.org/dist/HTML-HTML5-Entities/ Files: * Copyright: 2011-2012, Toby Inkster License: Artistic or GPL-1+ Files: lib/HTML/HTML5/Entities.pm Copyright: 1995-2006 by Gisle Aas 2007-2011, Wakaba 2009-2012, Toby Inkster License: Artistic or GPL-1+ Comment: The HTML5 named character entity table embedded in this file is based on the WHATWG Living Standard document located at http://www.whatwg.org/specs/web-apps/current-work/#named-character-references. Its copyright and licence statement reads: "(c) Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA. You are granted a license to use, reproduce and create derivative works of this document." Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: inc/Module/Package* Copyright: 2011, Ingy döt Net License: Artistic or GPL-1+ Files: inc/Module/Package/Dist/RDF.pm Copyright: 2011, Toby Inkster License: Artistic or GPL-1+ Files: inc/Scalar/Util* Copyright: 1997-2010, Graham Barr License: Artistic or GPL-1+ Files: inc/YAML/Tiny.pm Copyright: 2006-2011, Adam Kennedy License: Artistic or GPL-1+ Comment: Code lacks licensing, but is clearly a mangled convenience copy of lib/YAML/Tiny.pm from YAML::Tiny, containing above copyright and licensing. Files: debian/* Copyright: 2011-2012, Florian Schlichting 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/watch0000644000000000000000000000020311773062313010215 0ustar version=3 http://search.cpan.org/dist/HTML-HTML5-Entities/ .*/HTML-HTML5-Entities-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$