debian/0000755000000000000000000000000011766447065007206 5ustar debian/patches/0000755000000000000000000000000011762525523010625 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.patch0000644000000000000000000000051411762525461016433 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 @@ -21,7 +21,7 @@ { my ($self) = @_; $self->mi->trust_meta_yml; - $self->mi->auto_install; +# $self->mi->auto_install; } 1; debian/patches/series0000644000000000000000000000004011762525512012032 0ustar 1001_no_auto-install_deps.patch debian/control0000644000000000000000000000212611766447206010607 0ustar Source: librdf-kml-exporter-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libgeo-googleearth-pluggable-perl, libperlx-maybe-perl, librdf-trinex-functions-perl, libnamespace-clean-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-kml-exporter-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-kml-exporter-perl.git Homepage: http://search.cpan.org/dist/RDF-KML-Exporter/ Package: librdf-kml-exporter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: export RDF geo data to KML (Google Earth) Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::KML::Exporter takes RDF using W3C's WGS84 Geo Positioning vocabulary and converts it to KML format as used by Google Earth. debian/source/0000755000000000000000000000000011763504222010470 5ustar debian/source/format0000644000000000000000000000001411763504222011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000374711766447065011073 0ustar librdf-kml-exporter-perl (0.003-1) unstable; urgency=low * New upstream release. * Use anonscm.debian.org for Vcs-Browser field. * Bump standards-version to 3.9.3. * Update copyright file: + Extend coverage of Debian packaging. + Fix double-indent in Copyright fields as per Policy §5.6.13. + Improve Files sections for convenience copies of external Perl modules. + Quote license string in Comments. + Update format to 1.0. + Extend coverage of main code. * Update package relations: + (Build-)depend on libperlx-maybe-perl and librdf-trinex-functions-perl (not libcommon-sense-perl or librdf-trineshortcuts-perl). + Relax build-dependency on cdbs: Needlessly tight. + Relax to build-depend unversioned on debhelper and devscripts: Needed versions satisfied even in oldstable. * Add patch 1001 to avoid auto-installing dependencies during build. -- Jonas Smedegaard Thu, 14 Jun 2012 22:46:29 +0200 librdf-kml-exporter-perl (0.002-2) unstable; urgency=low * Corrected package name in long description. -- Florian Schlichting Sat, 18 Feb 2012 21:21:55 +0100 librdf-kml-exporter-perl (0.002-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 0.002. * debian/copyright: adjusted DEP-5 headers and added/deleted stanzas for new and removed files under inc/. * Dropped 2001_disable_verification.patch, modified file was removed. * Ship provided examples scripts. * Added myself to uploaders and copyright. * Updated (build-)dependencies. [ 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 Thu, 29 Dec 2011 16:08:16 +0100 librdf-kml-exporter-perl (0.001-1) unstable; urgency=low * Initial Release. * Closes: Bug#627003. -- Jonas Smedegaard Tue, 17 May 2011 18:54:02 +0200 debian/README.source0000644000000000000000000000361311763504222011352 0ustar Building this package for Debian -------------------------------- This source package need no special handling for normal package builds. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/compat0000644000000000000000000000000211763504222010366 0ustar 7 debian/watch0000644000000000000000000000035011763504222010217 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts="dversionmangle=s/\+dfsg//" \ http://search.cpan.org/dist/RDF-KML-Exporter/ \ .*/RDF-KML-Exporter-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian debian/copyright_hints0000644000000000000000000000446211766444477012360 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 TODO 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/basic.pl examples/dbpedia.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 meta/changes.ttl meta/doap.ttl meta/makefile.ttl t/01basic.t t/02export.t Copyright: *No copyright* License: UNKNOWN FIXME Files: inc/Scalar/Util.pm inc/Scalar/Util/PP.pm Copyright: 1997-2007, Graham Barr . 1997-2009, Graham Barr . License: Perl FIXME Files: inc/Module/Install/Package.pm inc/Module/Package.pm Copyright: 2011 License: UNKNOWN FIXME Files: README lib/RDF/KML/Exporter.pm Copyright: 2011-2012, Toby Inkster License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Florian Schlichting 2011-2012, Jonas Smedegaard License: GPL-2+ 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/Module/Install/Metadata.pm Copyright: License: MIT/X11 (BSD like) FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME debian/copyright0000644000000000000000000000554611766445617011154 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RDF::KML::Exporter Upstream-Contact: Toby Inkster Source: http://search.cpan.org/dist/RDF-KML-Exporter/ Files: * Copyright: 2011-2012, Toby Inkster 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: 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-2012, Jonas Smedegaard 2011, Florian Schlichting License: GPL-2+ 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-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611763504222010610 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000303011766446157010263 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2011, 2012 Jonas Smedegaard # Copyright © 2011 Florian Schlichting # Description: Main Debian packaging script for RDF::KML::Exporter # # 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 pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = RDF-KML-Exporter DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/RDF DEB_UPSTREAM_TARBALL_MD5 = 9bea5e3cbb3e3a95c3daa824d2692f97 # Needed both by upstream build and at runtime perl-deps = geo-googleearth-pluggable perlx-maybe rdf-trinex-functions perl-deps += namespace-clean deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_$(pkg) = $(deps) DEB_INSTALL_EXAMPLES_$(pkg) = examples/* debian/control.in0000644000000000000000000000165111766444375011222 0ustar Source: librdf-kml-exporter-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Florian Schlichting Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/librdf-kml-exporter-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librdf-kml-exporter-perl.git Homepage: http://search.cpan.org/dist/RDF-KML-Exporter/ Package: librdf-kml-exporter-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Description: export RDF geo data to KML (Google Earth) Resource Description Framework (RDF) is a standard model for data interchange on the Web. . RDF::KML::Exporter takes RDF using W3C's WGS84 Geo Positioning vocabulary and converts it to KML format as used by Google Earth.