debian/0000755000000000000000000000000011534454360007173 5ustar debian/patches/0000755000000000000000000000000011534454357010630 5ustar debian/patches/no-network-tests.diff0000644000000000000000000000066711534453632014731 0ustar From: Ansgar Burchardt Date: Sat, 05 Mar 2011 16:32:39 +0100 Subject: Disable tests that require network connection --- libfeed-find-perl.orig/t/01-find.t +++ libfeed-find-perl/t/01-find.t @@ -1,3 +1,10 @@ +BEGIN { + unless ($ENV{NETWORK_TESTS}) { + require Test::More; + Test::More::plan(skip_all => "Set NETWORK_TESTS to enable this test."); + } +} + use strict; use Test::More tests => 4; use Feed::Find; debian/patches/series0000644000000000000000000000002611534453272012036 0ustar no-network-tests.diff debian/source/0000755000000000000000000000000011534454357010501 5ustar debian/source/format0000644000000000000000000000001411534452167011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000047611534453137010263 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: [ ! -e inc/Spiffy.pm ] || mv inc/Spiffy.pm inc/Spiffy.pm-dontuse [ ! -e inc/Test ] || mv inc/Test inc/Test-dontuse dh_auto_test [ ! -e inc/Spiffy.pm-dontuse ] || mv inc/Spiffy.pm-dontuse inc/Spiffy.pm [ ! -e inc/Test-dontuse ] || mv inc/Test-dontuse inc/Test debian/compat0000644000000000000000000000000211534452230010363 0ustar 7 debian/changelog0000644000000000000000000000267011534454276011060 0ustar libfeed-find-perl (0.07-1) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * Change my email address. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * New upstream release. * Remove build-dep on libmodule-build-perl. * Remove (build-)dep on liburi-fetch-perl. * debian/rules, debian/control: Use libtest-base-perl and Test::More from core instead of the embedded copies. * Use source format 3.0 (quilt). * Disable test that requires an internet connection. + new patch: no-network-tests.diff * debian/copyright: Change to proposed machine-readable format; add new embedded code copies. * Use debhelper compat level 7. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Sat, 05 Mar 2011 16:33:53 +0100 libfeed-find-perl (0.06-2) unstable; urgency=low * Moved debhelper to Build-Depends. * Set Standards-Version to 3.7.2 (no changes). * Set Debhelper Compatibility Level to 5. -- gregor herrmann Fri, 16 Jun 2006 15:39:35 +0200 libfeed-find-perl (0.06-1) unstable; urgency=low * Initial release. (Closes: #348818) -- Jaldhar H. Vyas Wed, 18 Jan 2006 23:50:19 -0500 debian/watch0000644000000000000000000000015511455034476010231 0ustar version=3 http://search.cpan.org/dist/Feed-Find/ .*/Feed-Find-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000346411534454311011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Benjamin Trott Source: http://search.cpan.org/dist/Feed-Find/ Name: Feed-Find Files: * Copyright: 2004, Benjamin Trott License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Brian Ingerson, Audrey Tang and Adam Kennedy. License: Artistic or GPL-1+ Files: inc/Spiffy.pm Copyright: 2004, Brian Ingerson 2006, Ingy döt Net License: Artistic or GPL-1+ Comment: cf. libspiffy-perl Files: inc/Test/Base.pm, inc/Test/Base/Filter.pm Copyright: 2005, Brian Ingerson 2006-2009, Ingy döt Net License: Artistic or GPL-1+ Comment: cf. libtest-base-perl Files: inc/Test/Builder.pm, inc/Test/Builder/Module.pm, inc/Test/More.pm Copyright: 2001-2009, Michael G Schwern 2002-2008, chromatic License: Artistic or GPL-1+ Comment: cf. libtest-simple-perl Files: debian/* Copyright: 2006, Jaldhar H. Vyas 2006, gregor herrmann 2011, Ansgar Burchardt 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/control0000644000000000000000000000205511534453730010600 0ustar Source: libfeed-find-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libclass-errorhandler-perl, liburi-perl, libwww-perl, libtest-base-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , gregor herrmann , Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Feed-Find/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfeed-find-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfeed-find-perl/ Package: libfeed-find-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-errorhandler-perl, liburi-perl, libwww-perl Description: Syndication feed auto-discovery Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/. . Feed::Find will discover the following feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom