debian/0000755000000000000000000000000012224023342007160 5ustar debian/rules0000755000000000000000000000003612224023342010237 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000316112224023342010564 0ustar Source: libparse-cpan-meta-perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean , Brian Cassidy , Jonathan Yu , gregor herrmann , Ryan Niebur , Damyan Ivanov , Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200), perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-cpan-meta-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-cpan-meta-perl.git Homepage: https://metacpan.org/release/Parse-CPAN-Meta/ Package: libparse-cpan-meta-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.15.0) | libjson-pp-perl (>= 2.27200), perl (>= 5.17.1) | libcpan-meta-yaml-perl (>= 0.008) Description: module to parse META.yml and other similar CPAN metadata files Parse::CPAN::Meta is a parser for META.yml files, based on the parser from YAML::Tiny. Since the Tiny implementation supports a basic subset of the full YAML specification, it has enough parts to implement parsing of typical META.yml files. Parse::CPAN::Meta provides a very simply API of only two functions, based on the YAML functions of the same name. Wherever possible, identical calling semantics are used. debian/source/0000755000000000000000000000000012224023342010460 5ustar debian/source/format0000644000000000000000000000001412224023342011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001141212224023342011031 0ustar libparse-cpan-meta-perl (1.4409-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 05 Oct 2013 16:48:56 +0200 libparse-cpan-meta-perl (1.4407-1) unstable; urgency=low * New upstream release. * debian/rules: remove override for tests. AUTOMATED_TESTING doesn't exist anymore on the test suite. * Add new upstream copyright holder. * Switch order of alternative (build) dependencies now that Perl 5.18 is uploaded. * Drop build dependencies that are not needed anymore. -- gregor herrmann Tue, 17 Sep 2013 19:14:04 +0200 libparse-cpan-meta-perl (1.4405-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of upstream and packaging copyright. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Wed, 24 Jul 2013 20:17:58 +0200 libparse-cpan-meta-perl (1.4404-1) unstable; urgency=low * New upstream release. -- gregor herrmann Mon, 09 Apr 2012 19:22:59 +0200 libparse-cpan-meta-perl (1.4403-1) unstable; urgency=low * Team upload * New upstream release * Update (build) depends on libparse-cpan-meta-perl and libjson-pp-perl * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 -- Alessandro Ghedini Sun, 01 Apr 2012 16:32:26 +0200 libparse-cpan-meta-perl (1.4402-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Update years of packaging copyright. * debian/rules: set AUTOMATED_TESTING only for tests. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). -- gregor herrmann Sat, 11 Feb 2012 23:51:18 +0100 libparse-cpan-meta-perl (1.4401-1) unstable; urgency=low [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org * Email change: Jonathan Yu -> jawnsy@cpan.org [ gregor herrmann ] * Add perl (>= 5.10.1) as an alternative build dependency for Pod::Simple. [ Nicholas Bamber ] * Added myself to Uploaders * Refreshed copyright using experimental dh-make-perl * New upstream release * Added debian/source/format file * Added libjson-pp-perl as a dependency * Decapitalized short description [ Jonathan Yu ] * New upstream release [ Ansgar Burchardt ] * Use tiny debian/rules. -- Nicholas Bamber Fri, 11 Mar 2011 09:08:10 +0000 libparse-cpan-meta-perl (1.40-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Closes: #542676 -- newer upstream release bundled with Perl 5.10.1 * Added myself to Uploaders and Copyright * Cleaned up copyright and dependencies * Standards-Version 3.8.2 (no changes) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Damyan Ivanov ] * Standards-Version: 3.8.3 + drop the version from perl build-dependency (satisfied by oldstable) * add myself to Uploaders -- Damyan Ivanov Fri, 21 Aug 2009 11:39:28 +0300 libparse-cpan-meta-perl (1.38-1) unstable; urgency=low * New upstream release * Add myself to Uploaders * add build deps needed for the tests -- Ryan Niebur Sun, 17 May 2009 13:44:11 -0700 libparse-cpan-meta-perl (0.05-1) unstable; urgency=low * New upstream release. * Add /me to Uploaders. * Set Standards-Version to 3.8.1 (no changes). -- gregor herrmann Thu, 12 Mar 2009 23:33:26 +0100 libparse-cpan-meta-perl (0.04-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: + added myself to Uploaders + changed maintainer to pkg-perl group * debian/copyright: update to new format [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). -- Brian Cassidy Thu, 15 Jan 2009 20:17:52 -0400 libparse-cpan-meta-perl (0.03-1) unstable; urgency=low * debian/control: build-depends on "lib...-perl | perl" in order to break circular build-dependencies loops for autobuilder (this just skips some checks) * Initial release. (Closes: #495205: ITP: libparse-cpan-meta-perl -- module to parse META.yml and other similar CPAN metadata files) -- Vincent Danjean Fri, 15 Aug 2008 12:48:21 +0200 debian/compat0000644000000000000000000000000212224023342010356 0ustar 8 debian/copyright0000644000000000000000000000274712224023342011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Parse-CPAN-Meta Upstream-Contact: Adam Kennedy Source: https://metacpan.org/release/Parse-CPAN-Meta/ Files: * Copyright: 2013, Adam Kennedy 2013, David Golden 2013, Joshua ben Jore 2013, Ricardo SIGNES 2013, Steffen Müller 2013, Neil Bowers License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Vincent Danjean 2009, Jonathan Yu 2009, Brian Cassidy 2009, Damyan Ivanov 2009, Ryan Niebur 2009-2013, gregor herrmann 2011, Nicholas Bamber License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017412224023342010213 0ustar version=3 https://metacpan.org/release/Parse-CPAN-Meta/ .*/Parse-CPAN-Meta-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$