debian/0000755000000000000000000000000012141137531007164 5ustar debian/copyright0000644000000000000000000000315612141137531011124 0ustar This is the debian package for the XML-RSS-SimpleGen module. It was created by Axel Beckert using dh-make-perl. It was downloaded from http://search.cpan.org/dist/XML-RSS-SimpleGen/ The upstream author is: Sean M. Burke . Copyright © 2003,4 Sean M. Burke. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself which are either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" On Debian systems you can find the full text of the Artistic License and the GNU General Public License (GPL) at /usr/share/common-licenses/Artistic and /usr/share/common-licenses/GPL-1. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. Portions of the data tables in this module were extracted from the entity declarations in the W3C XHTML specification. At the time the module has been written (January 2004), that's these three: http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent Portions of the code in this module were adapted from parts of Gisle Aas's LWP::Simple and the old (v2.x) version of his HTML::Parser. The Debian packaging is © 2008, 2010 by Axel Beckert and is licensed under the same terms as the software itself (see above). debian/watch0000644000000000000000000000027012141137531010214 0ustar version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/XML-RSS-SimpleGen/ .*/XML-RSS-SimpleGen-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000224212141137531010567 0ustar Source: libxml-rss-simplegen-perl Maintainer: Debian Perl Group Uploaders: Axel Beckert Section: perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-rss-simplegen-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-rss-simplegen-perl.git Homepage: https://metacpan.org/release/XML-RSS-SimpleGen/ Package: libxml-rss-simplegen-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module for easily writing RSS files This module is for writing RSS files, simply. It transparently handles all the unpleasant details of RSS, like proper XML escaping, and also has a good number of Do-What-I-Mean features, like not changing the modtime on a written-out RSS file if the file content hasn't changed, and like automatically removing any HTML tags from content you might pass in. . This module isn't meant to have the full expressive power of RSS; instead, it provides functions that are most commonly needed by RSS-writing programs. debian/changelog0000644000000000000000000000422012141137531011034 0ustar libxml-rss-simplegen-perl (11.11-4) unstable; urgency=low * Team upload. * Don't run tests which need network access. Add override target for dh_auto_test running only the tests which do not need network access. Fix FTBFS when no network connectivity present during build. Thanks to Felix Geyer (Closes: #706732) -- Salvatore Bonaccorso Sat, 04 May 2013 09:42:13 +0200 libxml-rss-simplegen-perl (11.11-3) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Axel Beckert ] * Bump Standards Version to 3.9.4 * Bump debhelper compatibility to 9 * Switch to minimal dh v7 style debian/rules * Switch to source format "3.0 (quilt)". - Remove build-dependency on quilt. * Fix lintian warnings: - copyright-refers-to-symlink-license - description-synopsis-starts-with-article * Switch homepage and watch file from search.cpan.org to metacpan.org. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) -- Axel Beckert Tue, 30 Apr 2013 03:22:54 +0200 libxml-rss-simplegen-perl (11.11-2) unstable; urgency=low * Switching to Debian Perl Group collaborative maintenance. - Setting Maintainer to the Debian Perl Group - Adding myself to the Uploaders list with my debian.org address - Adding appropriate Vcs-* headers * Added a watch file * Replaced "(c)" with "©" (fixes lintian warning copyright-with-old-dh-make-debian-copyright) * Bumped Standards-Version to 3.8.4 (no changes necessary) * Patched typo found by lintian in upstream sources using quilt - Added appropriate build and target dependencies to debian/control and debian/rules. - Added a README.source pointing to /usr/share/doc/quilt/README.source -- Axel Beckert Tue, 16 Feb 2010 19:04:14 +0100 libxml-rss-simplegen-perl (11.11-1) unstable; urgency=low * Initial release as Debian package. (Closes: #470388) -- Axel Beckert Mon, 10 Mar 2008 21:03:55 +0100 debian/docs0000644000000000000000000000000712141137531010034 0ustar README debian/rules0000755000000000000000000000041712141137531010246 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_test: dh_auto_test -- TEST_FILES="t/00_about.t t/05_xmltext.t \ t/10_html2xmltext.t t/30_simple_xml.t \ t/40_item.t t/50_history.t t/80_basedate.t" debian/source/0000755000000000000000000000000012141137531010464 5ustar debian/source/format0000644000000000000000000000001412141137531011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212141137531010362 0ustar 9 debian/patches/0000755000000000000000000000000012141137531010613 5ustar debian/patches/series0000644000000000000000000000003012141137531012021 0ustar typo-compatability.diff debian/patches/typo-compatability.diff0000644000000000000000000000150612141137531015301 0ustar The upstream author has been informed about this typo in a mail by Axel Beckert to Sean M. Burke on Thu, 11 Feb 2010 22:20:48 +0100, but hasn't given any feedback yet (Tue, 16 Feb 2010 19:03:44 +0100), so we patch this using quilt. Index: libxml-rss-simplegen-perl/lib/XML/RSS/SimpleGen.pm =================================================================== --- libxml-rss-simplegen-perl.orig/lib/XML/RSS/SimpleGen.pm 2010-02-16 18:49:40.000000000 +0100 +++ libxml-rss-simplegen-perl/lib/XML/RSS/SimpleGen.pm 2010-02-16 18:49:56.000000000 +0100 @@ -1752,7 +1752,7 @@ (This element is somewhat obsolescent next to the newer and more informative C elements, but is included for backward -compatability.) +compatibility.) =item the accessor C )>