debian/0000755000000000000000000000000012141712350007162 5ustar debian/patches/0000755000000000000000000000000012130611301010601 5ustar debian/patches/README0000644000000000000000000000021111347270217011473 0ustar 0xxx: Grabbed from upstream development. 1xxx: Possibly relevant for upstream adoption. 2xxx: Only relevant for official Debian release. debian/patches/1001_no_auto-install_deps.patch0000644000000000000000000000051312124333040016411 0ustar Description: Avoid auto-installing dependencies during build Author: Jonas Smedegaard Last-Update: 2012-06-03 --- a/inc/Module/Package/Dist/RDF.pm +++ b/inc/Module/Package/Dist/RDF.pm @@ -19,7 +19,7 @@ { my ($self) = @_; $self->mi->trust_meta_yml; - $self->mi->auto_install; +# $self->mi->auto_install; } { debian/patches/series0000644000000000000000000000004012130611301012010 0ustar 1001_no_auto-install_deps.patch debian/control0000644000000000000000000000362712141712260010575 0ustar Source: libweb-id-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libcrypt-x509-perl, libdatetime-perl, liblist-moreutils-perl, libmoose-perl, libmoosex-types-perl, libpath-class-perl, libplack-perl, librdf-query-perl, librdf-trine-perl, libsub-exporter-perl, liburi-perl, libnamespace-sweep-perl, openssl, libcapture-tiny-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libweb-id-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libweb-id-perl.git Homepage: https://metacpan.org/release/Web-ID Package: libweb-id-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: implementation of WebID (a.k.a. FOAF+SSL) WebID is a simple authentication protocol based on TLS (Transaction Layer Security, better known as Secure Socket Layer, SSL) and the Semantic Web. This module provides a Perl implementation for authenticating clients using WebID. . For more information see the Web::ID::FAQ document. . Bundled with this module are Plack::Middleware::Auth::WebID, a plugin for Plack to perform WebID authentication on HTTPS connections; and Web::ID::Certificate::Generator, a module that allows you to generate WebID-enabled certificates that can be installed into web browsers. . If WWW::Finger (libwww-finger-perl) is installed, Web::ID::Certificate::Generator attempts to locate some RDF data about the holder of an e-mail address provided as Web::ID::SAN::Email. It is probably not especially interoperable with other WebID implementations. . Depending on webserver setup, libplack-middleware-apache2-modssl-perl or libplack-middleware-gepokx-modssl-perl may be required. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000636312141712350011044 0ustar libweb-id-perl (1.922-2) unstable; urgency=low * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Bump packaging license to GPL-3+, and extend coverage to include recent years. -- Jonas Smedegaard Mon, 06 May 2013 13:32:30 +0200 libweb-id-perl (1.922-1) experimental; urgency=low [ upsptream ] * New release. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) [ Jonas Smedegaard ] * Update package relations: + Build-depend (not only depend) on libmoose-perl and libmoosex-types-perl, and stop (build-)depending on any-moose or libmousex-types-perl: Upstream now only support Moose since RDF::Trine do the same. + (Build-)depend on libnamespace-sweep-perl (not libnamespace-clean-perl). + Stop (build-)depending on libdigest-sha-perl or libmime-base64-perl: Both provided by perl. + Build-depend on libcapture-tiny-perl: Beautifies testsuite output. * Bump dephelper compatibility level to 8. * Bump standards-version to 3.9.4. * Document possible need for Plack middleware in README.Debian, and mention in long description as well. * Unfuzz patch 1001. -- Jonas Smedegaard Tue, 26 Mar 2013 15:52:51 +0100 libweb-id-perl (1.921-3) unstable; urgency=low * Fix depend on libmousex-types-perl or libmoosex-types-perl (in addition to recommending libmousex-types-perl). * Relax to build unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. * Fix use pseudo-fields in copyright file (license-in-comment for verbatim dual-license text covered in separate License sections, and comment-in-license for non-verbatim parts of License sections): File format 1.0 mandates License field to either be single-line or include all licensing info. -- Jonas Smedegaard Tue, 10 Jul 2012 22:17:11 +0200 libweb-id-perl (1.921-2) unstable; urgency=low * Update copyright file: Improve Files sections for convenience copies of external Perl modules. * List upstream issue tracker as contact, and metacpan.org URL as Homepage. * Add patch 1001 to avoid auto-installing dependencies during build. -- Jonas Smedegaard Sat, 23 Jun 2012 13:51:05 +0200 libweb-id-perl (1.921-1) experimental; urgency=low * New upstream release. * Install example scripts. * Suggest libwww-finger-perl, and mention in long description its usage with Web::ID::Certificate::Generator. * Use anonscm.debian.org for Vcs-Browser field. * Update copyright file: + Bump format to final version 1.0. -- Jonas Smedegaard Tue, 22 May 2012 01:08:05 +0200 libweb-id-perl (1.920-1) experimental; urgency=low * New upstream release. * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. * Stop (build-)depending on libclass-load-perl: No longer used. -- Jonas Smedegaard Thu, 10 May 2012 12:30:32 +0200 libweb-id-perl (1.910~02-1) experimental; urgency=low * Initial packaging release. Closes: bug#672110. -- Jonas Smedegaard Tue, 08 May 2012 16:52:32 +0200 debian/README.source0000644000000000000000000000056312134045103011342 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/README.Debian0000644000000000000000000000100712124274266011233 0ustar Debian-specific Web::ID usage notes =================================== Needs SSL details from Plack webserver -------------------------------------- Web::ID needs a Plack-based webserver properly passing on SSL crypto details. Depending on webserver setup this may involve additionally installing one the packages libplack-middleware-apache2-modssl-perl or libplack-middleware-gepokx-modssl-perl. More info: man Plack::Middleware::Auth::WebID -- Jonas Smedegaard Tue, 26 Mar 2013 10:55:57 +0100 debian/compat0000644000000000000000000000000212124274036010365 0ustar 8 debian/watch0000644000000000000000000000027211752174741010231 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/Web-ID/ .*/Web-ID-([\d._]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000621212141712253012325 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: Changes MANIFEST META.yml Makefile.PL SIGNATURE debian/README.Debian debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/patches/1001_no_auto-install_deps.patch debian/patches/README debian/patches/series debian/source/format debian/watch examples/certificate-generation.pl examples/certificate-parsing.pl examples/fingerpoint-test.pl examples/web-id-validation.pl 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/Fetch.pm inc/Module/Install/Include.pm inc/Module/Install/Makefile.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 inc/unicore/Name.pm inc/utf8.pm meta/changes.ttl meta/doap.ttl meta/makefile.ttl Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Plack/Middleware/Auth/WebID.pm lib/Web/ID.pm lib/Web/ID/Certificate.pm lib/Web/ID/Certificate/Generator.pm lib/Web/ID/FAQ.pod lib/Web/ID/RSAKey.pm lib/Web/ID/SAN.pm lib/Web/ID/SAN/Email.pm lib/Web/ID/SAN/URI.pm lib/Web/ID/Types.pm lib/Web/ID/Util.pm t/01mouse.t t/02moose.t t/03certificate.t t/04webid.t Copyright: 2012, 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: 2012-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2012, 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: inc/Scalar/Util.pm Copyright: 1997-2007, Graham Barr . License: Perl FIXME Files: COPYRIGHT Copyright: 1993-2012, Larry Wall and others 1997-2007, Graham Barr . 1999, Tuomas J. Lukka . 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy 2002-2004, Audrey Tang and Brian Ingerson 2003-2004, Audrey Tang 2006, - 2012, Adam Kennedy 2011. Ingy doet Net 2012, the holder(s) None This software is 2011-2012, by Toby Inkster This software is 2012, by Toby Inkster Unknown License: UNKNOWN FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME Files: t/lib/Test/HTTP/Server.pm Copyright: Przemysław Iskra License: UNKNOWN FIXME debian/copyright0000644000000000000000000000574212141711727011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Web::ID Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Web-ID Source: http://search.cpan.org/dist/Web-ID/ Files: * Copyright: 2012, Toby Inkster License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. . Comment: . Perl 5 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/TrustMetaYml.pm Copyright: 2011, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install::TrustMetaYml. Files: inc/Module/Package/Dist/RDF.pm Copyright: 2011, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package::RDF. Files: inc/Scalar/Util* Copyright: 1997-2010, Graham Barr . License: Artistic or GPL-1+ Comment: Mangled convenience copy of List::Util. Files: inc/YAML/Tiny.pm Copyright: 2006-2011, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of YAML::Tiny. Files: debian/* Copyright: 2011, Jonas Smedegaard 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 2 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.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000365412141712217010254 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2012, 2013, Jonas Smedegaard # Description: Main Debian packaging script for Web::ID # # 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 = Web-ID DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Web DEB_UPSTREAM_TARBALL_MD5 = fffd6824efdf9a76a61f68fca99e9ffa # needed by upstream build and (always) at runtime perl-deps = crypt-x509 datetime list-moreutils moose moosex-types perl-deps += path-class plack rdf-query rdf-trine perl-deps += sub-exporter uri namespace-sweep deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) # needed by upstream testsuite and (often) at runtime deps-test-recommend = openssl # needed by upstream testsuite deps-test += , libcapture-tiny-perl # needed (seldom) at runtime suggests = libwww-finger-perl suggests +=, libplack-middleware-apache2-modssl-perl | libplack-middleware-gepokx-modssl-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test-recommend), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_RECOMMENDS_$(pkg) = $(deps-test-recommend) CDBS_SUGGESTS_$(pkg) = $(suggests) DEB_INSTALL_EXAMPLES_$(pkg) += examples/* debian/control.in0000644000000000000000000000312512124274266011205 0ustar Source: libweb-id-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libweb-id-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libweb-id-perl.git Homepage: https://metacpan.org/release/Web-ID Package: libweb-id-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: implementation of WebID (a.k.a. FOAF+SSL) WebID is a simple authentication protocol based on TLS (Transaction Layer Security, better known as Secure Socket Layer, SSL) and the Semantic Web. This module provides a Perl implementation for authenticating clients using WebID. . For more information see the Web::ID::FAQ document. . Bundled with this module are Plack::Middleware::Auth::WebID, a plugin for Plack to perform WebID authentication on HTTPS connections; and Web::ID::Certificate::Generator, a module that allows you to generate WebID-enabled certificates that can be installed into web browsers. . If WWW::Finger (libwww-finger-perl) is installed, Web::ID::Certificate::Generator attempts to locate some RDF data about the holder of an e-mail address provided as Web::ID::SAN::Email. It is probably not especially interoperable with other WebID implementations. . Depending on webserver setup, libplack-middleware-apache2-modssl-perl or libplack-middleware-gepokx-modssl-perl may be required.