debian/0000755000000000000000000000000012263176757007206 5ustar debian/rules0000755000000000000000000000003611615537600010251 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000012263175062010621 5ustar debian/patches/avoid-new-List-Utils.patch0000644000000000000000000000356612263175062015554 0ustar From: Dominic Hargreaves Date: Sat, 04 Jan 2014 14:25:38 +0000 Subject: Don't require List::Util 1.33 as this isn't in Debian yet See for more details. Forwarded: not-needed diff --git a/META.yml b/META.yml index 4a0858d..525d832 100644 --- a/META.yml +++ b/META.yml @@ -11,6 +11,7 @@ build_requires: File::Spec::Functions: 0 File::Temp: 0.20 IO::Dir: 0 + List::Util: 0 Test::More: 0.88 overload: 0 utf8: 0 @@ -59,7 +60,7 @@ requires: CPAN::Meta::YAML: 0.008 Carp: 0 JSON::PP: 2.27200 - List::Util: 1.33 + List::MoreUtils: 0 Parse::CPAN::Meta: 1.4403 Scalar::Util: 0 perl: 5.008 diff --git a/Makefile.PL b/Makefile.PL index 3b66d3e..cf040f1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ my %WriteMakefileArgs = ( "CPAN::Meta::YAML" => "0.008", "Carp" => 0, "JSON::PP" => "2.27200", - "List::Util" => "1.33", + "List::MoreUtils" => 0, "Parse::CPAN::Meta" => "1.4403", "Scalar::Util" => 0, "strict" => 0, @@ -40,6 +40,7 @@ my %WriteMakefileArgs = ( "File::Temp" => "0.20", "IO::Dir" => 0, "Test::More" => "0.88", + "List::Util" => 0, "overload" => 0, "utf8" => 0 }, @@ -62,7 +63,7 @@ my %FallbackPrereqs = ( "File::Temp" => "0.20", "IO::Dir" => 0, "JSON::PP" => "2.27200", - "List::Util" => "1.33", + "List::MoreUtils" => 0, "Parse::CPAN::Meta" => "1.4403", "Scalar::Util" => 0, "Test::More" => "0.88", diff --git a/lib/CPAN/Meta/Converter.pm b/lib/CPAN/Meta/Converter.pm index aa8749b..60c9ed1 100644 --- a/lib/CPAN/Meta/Converter.pm +++ b/lib/CPAN/Meta/Converter.pm @@ -9,7 +9,7 @@ use CPAN::Meta::Validator; use CPAN::Meta::Requirements; use version 0.88 (); use Parse::CPAN::Meta 1.4400 (); -use List::Util 1.33 qw/all/; +use List::MoreUtils qw/all/; sub _dclone { my $ref = shift; debian/patches/series0000644000000000000000000000003312263175062012032 0ustar avoid-new-List-Utils.patch debian/copyright0000644000000000000000000000232712263176471011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CPAN-Meta Upstream-Contact: David Golden Source: https://metacpan.org/release/CPAN-Meta Files: * Copyright: 2010, David Golden 2010, Ricardo Signes License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ansgar Burchardt 2010-2013, gregor herrmann 2010-2011, Nicholas Bamber 2011-2012, Alessandro Ghedini 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/watch0000644000000000000000000000015712263176463010234 0ustar version=3 https://metacpan.org/release/CPAN-Meta .*/CPAN-Meta-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000011615537600010472 5ustar debian/source/format0000644000000000000000000000001411615537600011700 0ustar 3.0 (quilt) debian/control0000644000000000000000000000367212263176454010613 0ustar Source: libcpan-meta-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , gregor herrmann , Jonathan Yu , Nicholas Bamber , Alessandro Ghedini , Dominic Hargreaves Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblist-moreutils-perl, perl, perl (>= 5.13.9) | libversion-perl (>= 1:0.8800), perl (>= 5.15.0) | libjson-pp-perl, perl (>= 5.17.1) | libcpan-meta-requirements-perl, perl (>= 5.17.1) | libcpan-meta-yaml-perl, perl (>= 5.17.1) | libparse-cpan-meta-perl (>= 1.4403) Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-meta-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-perl.git Homepage: https://metacpan.org/release/CPAN-Meta Package: libcpan-meta-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblist-moreutils-perl, perl (>= 5.15.0) | libjson-pp-perl, perl (>= 5.17.1) | libcpan-meta-requirements-perl, perl (>= 5.17.1) | libcpan-meta-yaml-perl, perl (>= 5.17.1) | libparse-cpan-meta-perl (>= 1.4403) Description: Perl module to access CPAN distributions metadata Software distributions released to the CPAN include a META.json or, for older distributions, META.yml which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. . CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data. debian/libcpan-meta-perl.docs0000644000000000000000000000000511615537600013333 0ustar Todo debian/compat0000644000000000000000000000000211615537600010370 0ustar 8 debian/changelog0000644000000000000000000001563012263176757011065 0ustar libcpan-meta-perl (2.133380-2) unstable; urgency=medium * Team upload * add liblist-moreutils-perl to dependencies fixes test failures, as well as runtime failures, after the avoid-new-List-Utils.patch addittion * remove trailing slash from metacpan URLs -- Damyan Ivanov Wed, 08 Jan 2014 09:27:15 +0200 libcpan-meta-perl (2.133380-1) unstable; urgency=medium [ gregor herrmann ] * New upstream release. * Add (build) dependency on List::Util. * Declare compliance with Debian Policy 3.9.5. [ Dominic Hargreaves ] * Avoid using new List::Util as it's not available in Debian (see #732191) -- Dominic Hargreaves Sun, 05 Jan 2014 12:22:08 +0000 libcpan-meta-perl (2.132830-1) unstable; urgency=low * Team upload. * New upstream release. * d/control: + remove required versions for some dual-lifed modules + shorten one line synopsis -- Nuno Carvalho Tue, 15 Oct 2013 10:27:22 +0100 libcpan-meta-perl (2.132661-1) unstable; urgency=low * New upstream release. -- gregor herrmann Mon, 30 Sep 2013 17:02:51 +0200 libcpan-meta-perl (2.132510-1) unstable; urgency=low * New upstream release. * Switch order of alternative (build) dependencies, now that 5.18 is in sid. -- gregor herrmann Tue, 17 Sep 2013 19:01:02 +0200 libcpan-meta-perl (2.132140-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 09 Aug 2013 18:17:44 +0200 libcpan-meta-perl (2.131560-1) unstable; urgency=low [ 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 packaging copyright. * Update (build) dependencies. Dropped versioned (build) depenendencies satisfied by perl in oldstable. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Wed, 24 Jul 2013 20:10:14 +0200 libcpan-meta-perl (2.120921-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release 2.120920 * Email change: Alessandro Ghedini -> ghedo@debian.org * Update (build) depends on libparse-cpan-meta-perl, libjson-pp-perl, libcpan-meta-yaml-perl [ gregor herrmann ] * New upstream release 2.120921. * CPAN::Meta::Requirements has been split out into its own distribution. Add (build) dependency on libcpan-meta-requirements-perl. * Update debian/* section in debian/copyright. -- gregor herrmann Sat, 07 Apr 2012 14:16:41 +0200 libcpan-meta-perl (2.120630-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release [ gregor herrmann ] * Bump (build) dependency on 'version'. -- Alessandro Ghedini Mon, 05 Mar 2012 18:01:48 +0100 libcpan-meta-perl (2.120530-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release * Add myself to Uploaders * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 [ Salvatore Bonaccorso ] * Add missing Files field in copyright file paragraph. Files field is required in each paragraph in copyright-format 1.0. -- Alessandro Ghedini Thu, 23 Feb 2012 11:38:57 +0100 libcpan-meta-perl (2.120351-1) unstable; urgency=low * Team upload * New upstream release -- Alessandro Ghedini Sun, 05 Feb 2012 16:51:33 +0100 libcpan-meta-perl (2.113640-1) unstable; urgency=low * Team upload * New upstream release * Remove libversion-requirements-perl from (Build-)Depends(-Indep) * Add perl 5.14 as alternative (B-)D(-I) for libparse-cpan-meta-perl -- Alessandro Ghedini Fri, 30 Dec 2011 22:47:53 +0100 libcpan-meta-perl (2.112621-1) unstable; urgency=low * New upstream release. * Remove spelling patch, applied upstream. -- gregor herrmann Fri, 23 Sep 2011 17:28:44 +0200 libcpan-meta-perl (2.112580-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. -- gregor herrmann Sat, 17 Sep 2011 16:29:07 +0200 libcpan-meta-perl (2.112150-1) unstable; urgency=low [ gregor herrmann ] * Switch order of alternative (build) dependencies after the perl 5.12 upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Lower build dependency on Test::More. * Add a patch to fix a spelling mistake. -- gregor herrmann Sat, 06 Aug 2011 20:45:01 +0200 libcpan-meta-perl (2.110930-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release [ gregor herrmann ] * Set Standards-Version to 3.9.2 (no changes). -- Nicholas Bamber Thu, 07 Apr 2011 15:49:24 +0100 libcpan-meta-perl (2.110910-1) unstable; urgency=low * New upstream release * Updated copyright -- Nicholas Bamber Sat, 02 Apr 2011 15:32:09 +0100 libcpan-meta-perl (2.110580-1) unstable; urgency=low [ Ansgar Burchardt ] * Update my email address [ Nicholas Bamber ] * New upstream release (2.110240) [ Jonathan Yu ] * New upstream release (2.110440, 2.110550) * Add myself to Uploaders and Copyright -- Nicholas Bamber Sat, 12 Mar 2011 09:35:58 +0000 libcpan-meta-perl (2.102400-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release (2.102160). * Added myself to copyright and Uploaders [ Ansgar Burchardt ] * New upstream release (2.102400). * Remove alternate build-dep on perl (>= 5.12) for libversion-perl. This is correct, but causes sbuild to fail, see #586275. * Use debhelper compat level 8. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1; refer to "Debian systems" instead of "Debian GNU/Linux systems". -- Ansgar Burchardt Sun, 29 Aug 2010 20:42:34 +0900 libcpan-meta-perl (2.101670-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 18 Jun 2010 11:28:47 +0900 libcpan-meta-perl (2.101610-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Sat, 12 Jun 2010 19:12:38 +0900 libcpan-meta-perl (2.101591-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release 2.101590. * Add (build-)dep on libversion-perl (>= 1:0.8200) | perl (>= 5.12). * Drop patch spelling.patch: applied upstream. [ gregor herrmann ] * New upstream release 2.101591. * Add /me to Uploaders. -- gregor herrmann Tue, 08 Jun 2010 18:24:53 +0200 libcpan-meta-perl (2.101461-1) unstable; urgency=low * Initial Release. (Closes: #583468) -- Ansgar Burchardt Fri, 28 May 2010 03:10:37 +0900