debian/0000755000000000000000000000000011447112555007173 5ustar debian/control0000644000000000000000000000275411432331533010577 0ustar Source: libhtml-encoding-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libhtml-parser-perl, libwww-perl, perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/HTML-Encoding/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-encoding-perl/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-encoding-perl/ Package: libhtml-encoding-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl, libwww-perl Description: perl module determining the encoding of HTML/XML/XHTML documents HTML::Encoding helps to determine the encoding of HTML and XML/XHTML documents. It can export the following functions: . encoding_from_content - Extracts charset from the Content-Type header value. encoding_from_byte_order_mark - Read byte order mark from an octet sequence. encoding_from_xml_declaration - Extract encoding XML or text declaration. encoding_from_first_chars - Can be useful to distinguish UTF-16LE from UTF-8. encoding_from_meta_element - Looks at . encoding_from_xml_document - A best guess from a list of suspected encodings. encoding_from_html_document - A best guess from a list of suspected encodings. encoding_from_http_message - Takes an HTTP::Message and returns the encoding. debian/copyright0000644000000000000000000000206111447112214011115 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Bjoern Hoehrmann Source: http://search.cpan.org/dist/HTML-Encoding/ Name: HTML-Encoding Files: * Copyright: 2004-2008, Bjoern Hoehrmann License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Nicholas Bamber 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016711432020415010213 0ustar version=3 http://search.cpan.org/dist/HTML-Encoding/ .*/HTML-Encoding-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libhtml-encoding-perl.examples0000644000000000000000000000000511432020415015070 0ustar eg/* debian/compat0000644000000000000000000000000211432020415010354 0ustar 7 debian/changelog0000644000000000000000000000057411447112214011043 0ustar libhtml-encoding-perl (0.61-1) unstable; urgency=low * New upstream release * Removed 'GNU/Linux' from copyright statement -- Nicholas Bamber Fri, 24 Sep 2010 11:59:24 +0100 libhtml-encoding-perl (0.60-1) unstable; urgency=low * Initial Release. (Closes: #590059) -- Nicholas Bamber Mon, 16 Aug 2010 19:59:46 +0100 debian/source/0000755000000000000000000000000011447112462010470 5ustar debian/source/format0000644000000000000000000000001411432020415011664 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611432020415010235 0ustar #!/usr/bin/make -f %: dh $@