debian/0000755000000000000000000000000012201173325007162 5ustar debian/control0000644000000000000000000000327712201172414010574 0ustar Source: libmodule-install-doapchangesets-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libfile-slurp-perl, libwww-perl, libmodule-install-perl, libperl-version-perl, librdf-query-perl, librdf-trine-perl, liburi-perl, liblist-moreutils-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libmodule-install-doapchangesets-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-doapchangesets-perl.git Homepage: https://metacpan.org/release/Module-Install-DOAPChangeSets Package: libmodule-install-doapchangesets-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: write your distribution change log in RDF Resource Description Framework (RDF) is a standard model for data interchange on the Web. . Module::Install::DOAPChangeSets allows you to write your Changes file in Turtle or RDF/XML and autogenerate a human-readable text file. . To do this, create an RDF file called "meta/changes.ttl" (or something like that) and describe your distribution's changes in RDF using the Dublin Core, DOAP, and DOAP Change Sets vocabularies. Then in your Makefile.PL, include: . write_doap_changes "meta/changes.ttl", "Changes", "turtle"; . This line will read your data from the file named as the first argument, parse it using either Turtle or RDFXML parsers (the third argument), and output a human-readable changelog to the file named as the second argument. debian/source/0000755000000000000000000000000012171250201010455 5ustar debian/source/format0000644000000000000000000000001412171250201011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000472112201173325011040 0ustar libmodule-install-doapchangesets-perl (0.206-1) unstable; urgency=low [ upstream ] * New release. + Minor changes to the release header now that CPAN::Changes::Spec 0.02 has been published. [ Jonas Smedegaard ] * Add git URL as alternate source. * Stop tracking md5sum of upstream tarball. * Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL. -- Jonas Smedegaard Fri, 09 Aug 2013 16:02:12 +0200 libmodule-install-doapchangesets-perl (0.205-1) unstable; urgency=low [ upstream ] * New release. + Support 'dcs:fixes'. [ 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 wiki page for details. * Stop track upstream prereleases. * Drop patch 1001: Build problem turned out to be (and fixed by now) in CDBS. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include current year. * (Build-)depend on liblist-moreutils-perl. * Update copyright coverage for convenience code copies and main upstream author. * Bump standards-version to 3.9.4. -- Jonas Smedegaard Tue, 16 Jul 2013 16:23:02 +0200 libmodule-install-doapchangesets-perl (0.203-1) unstable; urgency=low * New upstream release. [ Jonas Smedegaard ] * Bump debhelper compatibility level to 8. * Update copyright file: + Fix use pseudo-license-in-comment and -comment-in-license fields: File format 1.0 mandates License field to either be single-line or include all licensing info. + Extend coverage of main project to include current year. * Tidy rules file. * Update package relations: + Recommend libmodule-install-doap-perl, libmodule-package-perl and recent libmodule-install-rdf-perl. + Relax to (build-)depend unversioned on cdbs: Needed version satisfied in stable, and oldstable no longer supported. * Use metacpan.org page as Homepage. * Use bugtracker as preferred upstream contact. -- Jonas Smedegaard Tue, 07 Aug 2012 14:25:59 +0200 libmodule-install-doapchangesets-perl (0.202-1) unstable; urgency=low * Initial packaging release. Closes: bug#675805. -- Jonas Smedegaard Mon, 04 Jun 2012 16:00:32 +0200 debian/README.source0000644000000000000000000000056312171250201011340 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/compat0000644000000000000000000000000212171250201010353 0ustar 8 debian/watch0000644000000000000000000000042612201172617010220 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAPChangeSets-([\d.]+)\.tar\.gz http://search.cpan.org/dist/Module-Install-DOAPChangeSets/ .*/Module-Install-DOAPChangeSets-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000473412171252453012340 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: CREDITS Changes MANIFEST META.ttl META.yml Makefile.PL SIGNATURE debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch 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 lib/Module/Install/Admin/DOAPChangeSets.pm meta/changes.ttl meta/deps.ttl meta/doap.ttl meta/makefile.ttl t/01basic.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Module/Install/DOAPChangeSets.pm lib/Module/Install/DOAPChangeSets/Format.pod lib/RDF/DOAP/ChangeSets.pm Copyright: 2010-2011, Toby Inkster 2010-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 2013, 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: COPYRIGHT Copyright: 2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy 2002-2004, Audrey Tang and Brian Ingerson 2003-2004, Audrey Tang 2006, - 2012, Adam Kennedy 2010-2011, Toby Inkster 2010-2012, Toby Inkster 2011. Ingy doet Net 2013, the holder(s) None This software is 2011-2012, by Toby Inkster Unknown License: UNKNOWN FIXME Files: inc/Module/Install.pm Copyright: 2008, - 2012, Adam Kennedy License: UNKNOWN FIXME debian/copyright0000644000000000000000000000567412201171360011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module::Install::DOAPChangeSets Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-DOAPChangeSets Source: http://search.cpan.org/dist/Module-Install-DOAPChangeSets/ git://github.com/tobyink/p5-module-install-doapchangesets Files: * Copyright: 2010-2013, Toby Inkster License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl 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-2013, Toby Inkster License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Package::RDF. 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: 2012-2013, 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 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.conf0000644000000000000000000000014612171250201010575 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000312312201171546010244 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for # Module::Install::DOAPChangeSets # # 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 = Module-Install-DOAPChangeSets DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/T/TO/TOBYINK # Needed by upstream build process and (always) at runtime perl-deps = file-slurp www module-install perl-version rdf-query perl-deps += rdf-trine uri list-moreutils deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) # Needed (often) at runtime recommends = libmodule-install-doap-perl, libmodule-package-perl recommends +=, libmodule-install-rdf-perl (>= 0.006) CDBS_BUILD_DEPENDS +=, $(deps) CDBS_DEPENDS_$(pkg) = $(deps) CDBS_RECOMMENDS_$(pkg) = $(recommends) debian/control.in0000644000000000000000000000276012171253440011202 0ustar Source: libmodule-install-doapchangesets-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/libmodule-install-doapchangesets-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-install-doapchangesets-perl.git Homepage: https://metacpan.org/release/Module-Install-DOAPChangeSets Package: libmodule-install-doapchangesets-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: write your distribution change log in RDF Resource Description Framework (RDF) is a standard model for data interchange on the Web. . Module::Install::DOAPChangeSets allows you to write your Changes file in Turtle or RDF/XML and autogenerate a human-readable text file. . To do this, create an RDF file called "meta/changes.ttl" (or something like that) and describe your distribution's changes in RDF using the Dublin Core, DOAP, and DOAP Change Sets vocabularies. Then in your Makefile.PL, include: . write_doap_changes "meta/changes.ttl", "Changes", "turtle"; . This line will read your data from the file named as the first argument, parse it using either Turtle or RDFXML parsers (the third argument), and output a human-readable changelog to the file named as the second argument.