debian/0000755000000000000000000000000012172471335007173 5ustar debian/patches/0000755000000000000000000000000011752321235010616 5ustar debian/patches/series0000644000000000000000000000004111752321235012026 0ustar build_cant_access_internet.patch debian/patches/build_cant_access_internet.patch0000644000000000000000000000076411752320576017212 0ustar Description: we can't run tests that need Internet access on the buildds Author: Florian Schlichting Forwarded: not-needed --- a/t/01basic.t +++ b/t/01basic.t @@ -1,8 +1,7 @@ -use Test::More tests => 3; +use Test::More tests => 2; BEGIN { use_ok('WWW::Finger') }; WWW::Finger->import('+CPAN'); my $finger = WWW::Finger->new('tobyink@cpan.org'); ok(defined $finger, "CPAN finger worked"); -is($finger->name, "Toby Inkster", "CPAN finger returned correct name"); debian/control0000644000000000000000000000314512172471344010601 0ustar Source: libwww-finger-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libcommon-sense-perl, libhttp-link-parser-perl, libhttp-lrdd-perl, libjson-perl, libwww-perl, libnamespace-clean-perl, librdf-query-perl, librdf-query-client-perl, librdf-trine-perl, libxrd-parser-perl, liburi-perl, libmodule-pluggable-perl | perl (<< 5.17.0), librole-commons-perl | libobject-authority-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libwww-finger-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-finger-perl.git Homepage: https://metacpan.org/release/WWW-Finger Package: libwww-finger-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: get useful data from e-mail addresses This module is *not* an implementation of the finger protocol (RFC 1288). Use Net::Finger for that. Instead it is a set of implementations of *other* methods for getting information from an e-mail address, or e-mail-like identifier. This package includes four such implementations, and it's pretty easy to create your own additional implementations: . * WebFinger * Fingerpoint * cpan.org scraper (for user@cpan.org) * Unnamed finger protocol described on bitworking.org . Only the first two implementations are enabled by default. See "IMPLEMENTATIONS" on how to enable others, and for more details. debian/source/0000755000000000000000000000000011706226574010500 5ustar debian/source/format0000644000000000000000000000001411706226574011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001163412172471335011052 0ustar libwww-finger-perl (0.105-1) unstable; urgency=low [ upstream ] * New release. + Stop bundling prehistoric version of Scalar::Util in 'inc'. [ Jonas Smedegaard ] * Stop tracking md5sum of upstream tarball. * Use www.cpan.org/authors URL in watch file and get-orig-source target (for newest info), and in watch file additionally search.cpan.org/dist URL (for change of author). * Add git URL as alternate source. * Update copyright coverage for convenience code copies. * Extend copyright coverage for main upstream author. * Revert to treat testsuite failures as fatal: Project no longer ships with problematic convenience code copy of Scalar::Util. Closes: bug#713242. Thanks to Lucas Nussbaum. * (Build-)depend on libmodule-pluggable-perl or very recent perl: Fixes future problem with perl 5.18 and newer. Closes: bug#711676. Thansks to Dominic Hargreaves. -- Jonas Smedegaard Sat, 20 Jul 2013 13:21:49 +0200 libwww-finger-perl (0.104-2) unstable; urgency=low [ Jonas Smedegaard ] * Update package relations: + (Build-)depend unversioned on librdf-query-client-perl and libxrd-parser-perl: Needed version satisfied in all suites where the packages is provided at all. + Stop (build-)depending on libparent-perl: Provided by perl(-modules) even in oldstable. + Relax to build-depend unversioned on cdbs: Needed version satisfied even in oldstable. + (Build-)depend on librole-commons-perl, and only as fallback on libobject-authority-perl. * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Update copyright file: + Fix update and extend Files sections for convenience copies. + Fix use comment and license pseudo-sections in copyright file to obey silly restrictions of copyright format 1.0. + List upstream issue tracker as preferred contact. * Update Homepage to use metacpan.com, to match upstream hint. * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI. * Bump standards-version to 3.9.4. * Bump debhelper compatibility level to 8. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include current year. * Allow testsuite to fail temporarily, as it currently trips on broken libscalar-does-perl for which a fix waits for lippath-tiny-perl currently in NEW. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. -- Jonas Smedegaard Sat, 29 Jun 2013 19:31:13 +0200 libwww-finger-perl (0.104-1) unstable; urgency=low * New upstream release. [ Florian Schlichting ] * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Bumped years of copyright. * Dropped remove_bogus_universal-authority_dependency.patch, use_digest-sha_instead_of_digest-sha1.patch: applied upstream. [ Jonas Smedegaard ] * Add Florian as copyright holder to debian/rules. Extend copyright years for myself. * Update package relations: + Relax build-dependency on cdbs: Needlessly tight. + Relax build-depend unversioned on debhelper and devscripts: Needed versions satisfied even in oldstable. + Fix drop double build-dependency on perl. * Fail build if regression tests fail, and release for unstable: All tests should succeed now. * Update copyright file: + Fix revive License paragraph accidentally lost in 0.103-1. + Fix double-indent in Copyright fields as per Policy §5.6.13. + Extend my copyright years. + Quote license in comment. + Improve coverage of included convenience copies of external projects. -- Jonas Smedegaard Wed, 09 May 2012 00:59:13 +0200 libwww-finger-perl (0.103-1) experimental; urgency=low [ Florian Schlichting ] * Imported Upstream version 0.103. * Dropped 2001_disable_verification.patch, modified file was removed. * Bumped copyright years, adjusted DEP-5 headers and added/deleted stanzas for new and removed files under inc/. * Updated (build-)dependencies. * Bumped Standards-Version to 3.9.2 (no changes necessary). * Added myself to uploaders and copyright. * Removed dependency on UNIVERSAL::AUTHORITY (bogus). * Added use_digest-sha_instead_of_digest-sha1.patch and build_cant_access_internet.patch. [ Jonas Smedegaard ] * Update copyright file: Fix use separate sections for Artistic and GPL-1+. Improve references for convenience copy of Module::Install. Rewrap and shorten comments. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. -- Florian Schlichting Sat, 18 Feb 2012 23:13:25 +0100 libwww-finger-perl (0.101-1) experimental; urgency=low * Initial packaging release. Closes: bug#616618. -- Jonas Smedegaard Sun, 06 Mar 2011 14:03:06 +0100 debian/README.source0000644000000000000000000000056312134175560011355 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212163603007010362 0ustar 8 debian/watch0000644000000000000000000000033512172465613010227 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/T/TO/TOBYINK/WWW-Finger-([\d.]+)\.tar\.gz http://search.cpan.org/dist/WWW-Finger/ .*/WWW-Finger-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000575312172467543012353 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CREDITS MANIFEST META.yml Makefile.PL SIGNATURE debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/build_cant_access_internet.patch debian/patches/series debian/source/format debian/watch inc/Module/AutoInstall.pm inc/Module/Install/AutoInstall.pm inc/Module/Install/AutoManifest.pm inc/Module/Install/Base.pm inc/Module/Install/Can.pm inc/Module/Install/Contributors.pm inc/Module/Install/Fetch.pm inc/Module/Install/Include.pm inc/Module/Install/Makefile.pm inc/Module/Install/Scripts.pm inc/Module/Install/TrustMetaYml.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm inc/Module/Package/Dist/RDF.pm inc/YAML/Tiny.pm meta/doap.ttl meta/makefile.ttl meta/rt-bugs.ttl t/01basic.t Copyright: *No copyright* License: UNKNOWN FIXME Files: CONTRIBUTING README bin/fingerw lib/WWW/Finger.pm lib/WWW/Finger/BitworkingFingerProtocol.pm lib/WWW/Finger/CPAN.pm lib/WWW/Finger/Fingerpoint.pm lib/WWW/Finger/Webfinger.pm lib/WWW/Finger/_GenericRDF.pm Copyright: 2009-2011, Toby Inkster 2009-2012, Toby Inkster 2010-2012, Toby Inkster 2012-2013, Toby Inkster License: UNKNOWN FIXME Files: inc/Module/Install/Package.pm inc/Module/Package.pm Copyright: 2011 License: UNKNOWN FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: Expat FIXME Files: debian/rules Copyright: 2011, Florian Schlichting 2011-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2013, Toby Inkster HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME Files: COPYRIGHT Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy 2002-2004, Audrey Tang and Brian Ingerson 2003-2004, Audrey Tang 2006, - 2012, Adam Kennedy 2009-2012, Toby Inkster 2010-2012, Toby Inkster 2011. Ingy doet Net 2013, the holder(s) None This software is 2011-2012, by Toby Inkster This software is 2013, by Toby Inkster Unknown License: UNKNOWN FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: Changes Copyright: noticed to 2010 License: UNKNOWN FIXME Files: meta/changes.ttl Copyright: noticed to 2010."@en License: UNKNOWN FIXME Files: META.ttl Copyright: noticed to 2010."@en; License: UNKNOWN FIXME debian/copyright0000644000000000000000000000615112172470071011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: WWW::Finger Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=WWW-Finger Source: http://search.cpan.org/dist/WWW-Finger/ git://github.com/tobyink/p5-www-finger Files: * Copyright: 2009-2013, Toby Inkster License: Artistic or GPL-1+ Comment: License: . This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/AutoInstall.pm inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Module/Package.pm inc/Module/Install/Package.pm Copyright: 2011, Ingy döt Net License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package. Files: inc/Module/Install/AutoManifest.pm Copyright: 2008, Hans Dieter Pearcey License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::AutoManifest. Files: inc/Module/Install/Contributors.pm Copyright: 2013, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::Contributors. Files: inc/Module/Install/TrustMetaYml.pm Copyright: 2011-2012, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::TrustMetaYml. Files: inc/Module/Package/Dist/RDF.pm Copyright: 2011-2013, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package::RDF. Files: inc/YAML/Tiny.pm Copyright: 2006-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of YAML::Tiny. Files: debian/* Copyright: 2011-2013, Jonas Smedegaard 2012, Florian Schlichting License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . 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. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611706226574010620 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000313012172471113010242 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Copyright 2011, Florian Schlichting # Description: Main Debian packaging script for WWW::Finger # # 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 3, or (at your option) # any later version. # # 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. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = WWW-Finger DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK # Needed both by upstream build and (always) at runtime perl-deps = common-sense http-link-parser http-lrdd json www perl-deps += namespace-clean rdf-query rdf-query-client perl-deps += rdf-trine xrd-parser uri deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, libmodule-pluggable-perl | perl (<< 5.17.0) deps +=, librole-commons-perl | libobject-authority-perl CDBS_BUILD_DEPENDS +=, $(deps) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000236512163602777011217 0ustar Source: libwww-finger-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libwww-finger-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwww-finger-perl.git Homepage: https://metacpan.org/release/WWW-Finger Package: libwww-finger-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: get useful data from e-mail addresses This module is *not* an implementation of the finger protocol (RFC 1288). Use Net::Finger for that. Instead it is a set of implementations of *other* methods for getting information from an e-mail address, or e-mail-like identifier. This package includes four such implementations, and it's pretty easy to create your own additional implementations: . * WebFinger * Fingerpoint * cpan.org scraper (for user@cpan.org) * Unnamed finger protocol described on bitworking.org . Only the first two implementations are enabled by default. See "IMPLEMENTATIONS" on how to enable others, and for more details.