debian/0000755000000000000000000000000011706657715007205 5ustar debian/control0000644000000000000000000000244411706657672010616 0ustar Source: librdf-helper-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), debhelper, dh-buildinfo, libossp-uuid-perl, libmoose-perl (>= 1.09), libmoosex-aliases-perl, librdf-query-perl, liburi-perl, perl (>= 5.10) | libtest-simple-perl (>= 0.88), librdf-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-helper-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-helper-perl.git Homepage: http://search.cpan.org/dist/RDF-Helper/ Package: librdf-helper-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: consistent, high-level API for working with RDF with Perl Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Helper intends to simplify, normalize and extend Perl's existing facilities for interacting with RDF data. . RDF::Helper's goal is to offer a syntactic sugar which will enable developers to work more efficiently. To achieve this, it implements methods to work with RDF in a way that would be familiar to Perl programmers who are less experienced with RDF. debian/source/0000755000000000000000000000000011706651733010477 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025611706657715011062 0ustar librdf-helper-perl (2.0-1) unstable; urgency=low * Initial packaging release. Closes: bug#656825. -- Jonas Smedegaard Sun, 22 Jan 2012 02:00:58 +0100 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000023311706652061010221 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/RDF-Helper/ .*/RDF-Helper-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000363311706657666012357 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: CONTRIB Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini lib/RDF/Helper/API.pm lib/RDF/Helper/Constants.pm lib/RDF/Helper/Object.pm lib/RDF/Helper/PerlConvenience.pm lib/RDF/Helper/RDFQuery.pm lib/RDF/Helper/Statement.pm lib/RDF/Helper/TiedPropertyHash.pm t/0_basic.t t/10_deep_prop_recursive.t t/11_serialized_namespaces.t t/1_nodes.t t/2_model_basics.t t/3_include_model.t t/4_include_rdfxml.t t/5_rdf2perl.t t/6_query_perl.t t/7_property_hash.t t/8_rdf_object.t t/release-pod-coverage.t t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/RDF/Helper/RDFRedland.pm lib/RDF/Helper/RDFRedland/Query.pm lib/RDF/Helper/RDFTrine.pm Copyright: 2004, Kip Hampton 2011, Kip Hampton License: UNKNOWN FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Kip Hampton 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-1+ FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: t/data/use.perl.rss Copyright: 1998-2004, Chris Nandor. Stories, comments their respective License: UNKNOWN FIXME Files: lib/RDF/Helper.pm Copyright: 2004-2011, Kip Hampton, Chris Prather, Mike Nachbaur License: UNKNOWN FIXME debian/copyright0000644000000000000000000000321111706656003011122 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: RDF::Helper Upstream-Contact: Kip Hampton Source: http://search.cpan.org/dist/RDF-Helper/ Files: * Copyright: 2004-2011, Chris Prather 2004-2011, Kip Hampton 2004-2011, Mike Nachbaur License: Artistic or GPL-1+ 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: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ 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-2+ 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 2, 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'. . 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/rules0000755000000000000000000000277711706657263010300 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for RDF::Helper # # 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 2, 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 DEB_UPSTREAM_PACKAGE = RDF-Helper DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF #DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/K/KJ/KJETILK DEB_UPSTREAM_TARBALL_MD5 = 62efcb46baf6ca288974ac6053e5cd4e # Needed both by upstream build process and at runtime deps = libossp-uuid-perl, libmoose-perl (>= 1.09), libmoosex-aliases-perl, librdf-query-perl, liburi-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS = $(deps) # Needed by upstream tests CDBS_BUILD_DEPENDS += , perl (>= 5.10) | libtest-simple-perl (>= 0.88), librdf-perl debian/control.in0000644000000000000000000000211111706653601011176 0ustar Source: librdf-helper-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-helper-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-helper-perl.git Homepage: http://search.cpan.org/dist/RDF-Helper/ Package: librdf-helper-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: consistent, high-level API for working with RDF with Perl Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Helper intends to simplify, normalize and extend Perl's existing facilities for interacting with RDF data. . RDF::Helper's goal is to offer a syntactic sugar which will enable developers to work more efficiently. To achieve this, it implements methods to work with RDF in a way that would be familiar to Perl programmers who are less experienced with RDF.