debian/0000755000000000000000000000000011537447512007177 5ustar debian/control0000644000000000000000000000206411537447276010613 0ustar Source: librdf-trine-node-literal-xml-perl Section: perl Priority: optional Build-Depends: devscripts (>= 2.10.7~), perl, cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo, librdf-trine-perl, libxml-libxml-perl, liberror-perl, libxml2 (>= 2.6.27), libtest-exception-perl, libtest-nowarnings-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-trine-node-literal-xml-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-trine-node-literal-xml-perl.git Homepage: http://search.cpan.org/dist/RDF-Trine-Node-Literal-XML/ Package: librdf-trine-node-literal-xml-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Suggests: ${cdbs:Suggests} Description: RDF Node class for XML Literals Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Trine::Node::Literal::XML extends the RDF::Trine framework with XML Literals. debian/source/0000755000000000000000000000000011462647673010506 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027711537446563011064 0ustar librdf-trine-node-literal-xml-perl (0.16-1) unstable; urgency=low * Initial packaging release. Closes: bug#618363. -- Jonas Smedegaard Mon, 14 Mar 2011 18:16:31 +0100 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000027311537440517010230 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/RDF-Trine-Node-Literal-XML/ .*/RDF-Trine-Node-Literal-XML-(\d.*)\.tar\.gz debian debian/copyright_hints0000644000000000000000000000220711537440741012335 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes Changes.ttl MANIFEST MANIFEST.SKIP META.yml Makefile.PL README SIGNATURE debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/source/local-options debian/watch inc/Module/Install/AuthorTests.pm inc/Module/Install/Base.pm inc/Module/Install/Bugtracker.pm inc/Module/Install/Can.pm inc/Module/Install/DOAPChangeSets.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm inc/Module/Install/ReadmeFromPod.pm inc/Module/Install/Repository.pm inc/Module/Install/Win32.pm inc/Module/Install/WriteAll.pm lib/RDF/Trine/Node/Literal/XML.pm t/lang.t t/namespaces.t t/xmlliteral.t xt/00signature.t xt/01critic.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME Files: inc/Module/Install/Metadata.pm Copyright: License: UNKNOWN FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2010, Adam Kennedy License: UNKNOWN FIXME debian/copyright0000644000000000000000000000340011537441524011124 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166 Upstream-Name: RDF::Trine::Node::Literal::XML Upstream-Contact: Kjetil Kjernsmo Source: http://search.cpan.org/dist/RDF-Trine-Node-Literal-XML/ Files: * Copyright: Kjetil Kjernsmo '; License: Artistic or GPL-1+ license: perl Comment: Perl 5 is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: inc/Module/Install.pm Copyright: 2008-2010, Adam Kennedy License: Artistic or GPL-1+ Comment: Code lack licensing, but is apparently a convenience copy of Module::Install which has standard Perl licensing. Files: ./debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian GNU systems the Artistic License is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian GNU systems the GNU General Public License (GPL) version 1 is located in '/usr/share/common-licenses/GPL'. 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 GNU systems the GNU General Public License (GPL) 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/rules0000755000000000000000000000304011537447512010254 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for RDF::Trine::Node::Literal::XML # # 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-Trine-Node-Literal-XML 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 = 5f9aec048b302c9c8381577db83a24ea # Needed both by upstream build process and at runtime common-depends = librdf-trine-perl, libxml-libxml-perl, liberror-perl, libxml2 (>= 2.6.27) CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS_ALL = $(common-depends) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-exception-perl, libtest-nowarnings-perl debian/control.in0000644000000000000000000000154011537445326011210 0ustar Source: librdf-trine-node-literal-xml-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-trine-node-literal-xml-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/librdf-trine-node-literal-xml-perl.git Homepage: http://search.cpan.org/dist/RDF-Trine-Node-Literal-XML/ Package: librdf-trine-node-literal-xml-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Suggests: ${cdbs:Suggests} Description: RDF Node class for XML Literals Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::Trine::Node::Literal::XML extends the RDF::Trine framework with XML Literals.