debian/0000755000000000000000000000000012163573345007177 5ustar debian/control0000644000000000000000000000341412163573316010602 0ustar Source: libxrd-parser-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libossp-uuid-perl, libwww-perl, libxml-libxml-perl, librdf-trine-perl, liburi-perl, libhttp-link-parser-perl, 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/libxrd-parser-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxrd-parser-perl.git Homepage: https://metacpan.org/release/XRD-Parser Package: libxrd-parser-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: parse XRD and host-meta files into RDF::Trine models Resource Description Framework (RDF) is a standard model for data interchange on the Web. . Extensible Resource Descriptor (XRD) is an XML format for discovery of metadata about a resource – in particular discovery of services associated with the resource. It is commonly used in relation to OpenID, YADIS and OAuth. . While XRD has a rather different history, it turns out it can mostly be thought of as a serialisation format for a limited subset of RDF. . This package ignores the order of elements, as RDF is a graph format with no concept of statements coming in an "order". The XRD spec says that grokking the order of elements is only a SHOULD. That said, if you're concerned about the order of elements, the callback routines allowed by this package may be of use. . This package aims to be roughly compatible with RDF::RDFa::Parser's interface. debian/source/0000755000000000000000000000000012007422761010467 5ustar debian/source/format0000644000000000000000000000001412007422761011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000700712163573345011055 0ustar libxrd-parser-perl (0.201-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to CDBS+git-buildpackage wiki page for details. * Recommend librdf-trine-node-literal-xml-perl. * (Build-)depend on librole-commons-perl, and only as fallback on libobject-authority-perl. * Declare examples in rules file (not as debhelper hint file). * Bump debhelper compatibility level to 8. * Bump standards-version to 3.9.4. * Drop patch 1001: Build problem turned out to be (and fixed by now) in CDBS. * Update Homepage to use metacpan.com, to match upstream hint. * List upstream issue tracker as preferred contact. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include current year. -- Jonas Smedegaard Sat, 29 Jun 2013 17:01:55 +0200 libxrd-parser-perl (0.201-1) unstable; urgency=low * New upstream release. [ Jonas Smedegaard ] * Update package relations: + Fix (build-)depend on libossp-uuid-perl (not virtual libdata-uuid-perl). + Relax to (build-)depend unversioned on cdbs, debhelper, devscripts and libxml-libxml-perl: Needed versions satisfied in stable, and oldstable no longer supported. * Drop patch to use SHA (not SHA1) module: Fixed upstream. * Add patch 1001 to avoid auto-installing dependencies during build. * Update copyright file: + Adapt syntax to final file format 1.0. + Fix double-indent in Copyright fields as per Policy §5.6.13. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. + Update Files sections for included code copies of other projects. + Quote licenses in comments. * Extend copyright of main upstream code and packaging, and fix include Florian as copyright holder in rules file. * Bump standards-version to 3.9.3. * Use anonscm.debian.org (not git.debian.org) in Vcs-Browser URL. -- Jonas Smedegaard Fri, 02 Nov 2012 16:05:25 +0100 libxrd-parser-perl (0.103-1) unstable; 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 stanzas for new files under inc/. * Ship provided examples scripts. * Updated (build-)dependencies. * Added myself to uploaders and copyright. * Refreshed 1001_use_SHA_not_SHA1.patch. [ 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 Fri, 30 Dec 2011 01:53:58 +0100 libxrd-parser-perl (0.101-2) unstable; urgency=low * Fix add patch 1001 to use Digest::SHA (not Digest::SHA1). * Update copyright file: + Bump format to draft 174 of DEP-5. + Fix improve references for convenience copy of Module::Install. + Fix list separate License sections for each actual license (not Perl combo as single section). + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 15 May 2011 14:16:16 +0200 libxrd-parser-perl (0.101-1) unstable; urgency=low * Initial packaging release. Closes: bug#616585. -- Jonas Smedegaard Sat, 05 Mar 2011 21:13:58 +0100 debian/README.source0000644000000000000000000000056312134175236011355 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/compat0000644000000000000000000000000212163573300010364 0ustar 8 debian/watch0000644000000000000000000000023512007422761010220 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/XRD-Parser/ .*/XRD-Parser-([\d.]+)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000430212163573300012325 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: MANIFEST META.yml Makefile.PL SIGNATURE debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch examples/basic.pl examples/hostmeta.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/doap.ttl meta/makefile.ttl t/01basic.t Copyright: *No copyright* License: UNKNOWN FIXME Files: Changes inc/Module/Install/Package.pm inc/Module/Package.pm Copyright: 2010 2011 License: UNKNOWN FIXME Files: README lib/XRD/Parser.pm Copyright: 2009-2012, Toby Inkster 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 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: meta/changes.ttl Copyright: 2010."@en ; a dcs:Update License: UNKNOWN FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME debian/copyright0000644000000000000000000000617012163573300011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XRD::Parser Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=XRD-Parser Source: http://search.cpan.org/dist/XRD-Parser/ Files: * Copyright: 2009-2012, 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, either Perl version 5.8 or, at your option, any later version of Perl 5 you may have available. . Comment: . Perl 5.8 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-2013, Jonas Smedegaard 2011, 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.conf0000644000000000000000000000014612007422761010607 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000336212163573300010252 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011 Florian Schlichting # Copyright © 2011, 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for XRD::Parser # # 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 = XRD-Parser #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/XRD DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK DEB_UPSTREAM_TARBALL_MD5 = 535e0ad50dba794499e12cb3bdfabd43 # Needed by upstream build process and (always) at runtime perl-deps = ossp-uuid www xml-libxml rdf-trine uri http-link-parser deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, librole-commons-perl | libobject-authority-perl # Needed (often) at runtime recommends = librdf-trine-node-literal-xml-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_RECOMMENDS_$(pkg) = $(recommends) DEB_INSTALL_EXAMPLES_$(pkg) = examples/* debian/control.in0000644000000000000000000000307112163573300011177 0ustar Source: libxrd-parser-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/libxrd-parser-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxrd-parser-perl.git Homepage: https://metacpan.org/release/XRD-Parser Package: libxrd-parser-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: parse XRD and host-meta files into RDF::Trine models Resource Description Framework (RDF) is a standard model for data interchange on the Web. . Extensible Resource Descriptor (XRD) is an XML format for discovery of metadata about a resource – in particular discovery of services associated with the resource. It is commonly used in relation to OpenID, YADIS and OAuth. . While XRD has a rather different history, it turns out it can mostly be thought of as a serialisation format for a limited subset of RDF. . This package ignores the order of elements, as RDF is a graph format with no concept of statements coming in an "order". The XRD spec says that grokking the order of elements is only a SHOULD. That said, if you're concerned about the order of elements, the callback routines allowed by this package may be of use. . This package aims to be roughly compatible with RDF::RDFa::Parser's interface.