r76990 - in /trunk/dh-make-perl: MANIFEST.SKIP META.json

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jul 3 11:33:25 UTC 2011


Author: dmn
Date: Sun Jul  3 11:33:23 2011
New Revision: 76990

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76990
Log:
update metainformation files as modified/created by Module::Build

Added:
    trunk/dh-make-perl/META.json
Modified:
    trunk/dh-make-perl/MANIFEST.SKIP

Modified: trunk/dh-make-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/MANIFEST.SKIP?rev=76990&op=diff
==============================================================================
--- trunk/dh-make-perl/MANIFEST.SKIP (original)
+++ trunk/dh-make-perl/MANIFEST.SKIP Sun Jul  3 11:33:23 2011
@@ -7,3 +7,4 @@
 MANIFEST.bak
 ^DhMakePerl-.*\.tar\.gz$
 ^MYMETA.yml$
+^MYMETA\.json$

Added: trunk/dh-make-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/META.json?rev=76990&op=file
==============================================================================
--- trunk/dh-make-perl/META.json (added)
+++ trunk/dh-make-perl/META.json Sun Jul  3 11:33:23 2011
@@ -1,0 +1,193 @@
+{
+   "abstract" : "create Debian source package from CPAN dist",
+   "author" : [
+      "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110930",
+   "license" : [
+      "open_source"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+      "version" : "2"
+   },
+   "name" : "DhMakePerl",
+   "no_index" : {
+      "directory" : [
+         "privinc",
+         "t",
+         "xt",
+         "share"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "File::DirCompare" : 0,
+            "File::Touch" : 0,
+            "Test::Compile" : 0,
+            "Test::Deep" : 0,
+            "Test::Differences" : 0,
+            "Test::Exception" : 0,
+            "Test::More" : 0
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "Module::Build" : "0.38"
+         }
+      },
+      "runtime" : {
+         "recommends" : {
+            "Git" : 0,
+            "IO::Dir" : 0
+         },
+         "requires" : {
+            "AptPkg::Cache" : 0,
+            "AptPkg::Config" : 0,
+            "Array::Unique" : 0,
+            "CPAN" : 0,
+            "CPAN::Meta" : 0,
+            "Carp" : 0,
+            "Cwd" : 0,
+            "Dpkg" : 0,
+            "Dpkg::Source::Package" : 0,
+            "Email::Address" : 0,
+            "Email::Date::Format" : 0,
+            "File::Basename" : 0,
+            "File::Copy" : 0,
+            "File::Find::Rule" : 0,
+            "File::Spec" : 0,
+            "File::Spec::Functions" : 0,
+            "FindBin" : 0,
+            "Getopt::Long" : 0,
+            "IO::File" : 0,
+            "IO::Uncompress::Gunzip" : 0,
+            "List::MoreUtils" : 0,
+            "Module::Build" : 0,
+            "Module::CoreList" : 0,
+            "Module::Depends" : 0,
+            "Module::Depends::Intrusive" : 0,
+            "Parse::DebControl" : 0,
+            "Parse::DebianChangelog" : 0,
+            "Software::License::Artistic_2_0" : 0,
+            "Storable" : 0,
+            "Text::Diff" : 0,
+            "Text::Wrap" : 0,
+            "Tie::File" : 0,
+            "Tie::IxHash" : 0,
+            "User::pwent" : 0,
+            "WWW::Mechanize" : 0,
+            "YAML" : 0,
+            "perl" : "5.010",
+            "version" : 0
+         }
+      }
+   },
+   "provides" : {
+      "Debian::AptContents" : {
+         "file" : "lib/Debian/AptContents.pm",
+         "version" : 0
+      },
+      "Debian::Control" : {
+         "file" : "lib/Debian/Control.pm",
+         "version" : 0
+      },
+      "Debian::Control::FromCPAN" : {
+         "file" : "lib/Debian/Control/FromCPAN.pm",
+         "version" : 0
+      },
+      "Debian::Control::Stanza" : {
+         "file" : "lib/Debian/Control/Stanza.pm",
+         "version" : 0
+      },
+      "Debian::Control::Stanza::Binary" : {
+         "file" : "lib/Debian/Control/Stanza/Binary.pm",
+         "version" : 0
+      },
+      "Debian::Control::Stanza::CommaSeparated" : {
+         "file" : "lib/Debian/Control/Stanza/CommaSeparated.pm",
+         "version" : 0
+      },
+      "Debian::Control::Stanza::Source" : {
+         "file" : "lib/Debian/Control/Stanza/Source.pm",
+         "version" : 0
+      },
+      "Debian::Dependencies" : {
+         "file" : "lib/Debian/Dependencies.pm",
+         "version" : 0
+      },
+      "Debian::Dependency" : {
+         "file" : "lib/Debian/Dependency.pm",
+         "version" : 0
+      },
+      "Debian::DpkgLists" : {
+         "file" : "lib/Debian/DpkgLists.pm",
+         "version" : 0
+      },
+      "Debian::Rules" : {
+         "file" : "lib/Debian/Rules.pm",
+         "version" : 0
+      },
+      "Debian::WNPP::Bug" : {
+         "file" : "lib/Debian/WNPP/Bug.pm",
+         "version" : 0
+      },
+      "Debian::WNPP::Query" : {
+         "file" : "lib/Debian/WNPP/Query.pm",
+         "version" : 0
+      },
+      "DhMakePerl" : {
+         "file" : "lib/DhMakePerl.pm",
+         "version" : "0.73"
+      },
+      "DhMakePerl::Command::Packaging" : {
+         "file" : "lib/DhMakePerl/Command/Packaging.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Command::dump_config" : {
+         "file" : "lib/DhMakePerl/Command/dump_config.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Command::help" : {
+         "file" : "lib/DhMakePerl/Command/help.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Command::locate" : {
+         "file" : "lib/DhMakePerl/Command/locate.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Command::make" : {
+         "file" : "lib/DhMakePerl/Command/make.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Command::refresh" : {
+         "file" : "lib/DhMakePerl/Command/refresh.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Command::refresh_cache" : {
+         "file" : "lib/DhMakePerl/Command/refresh_cache.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Config" : {
+         "file" : "lib/DhMakePerl/Config.pm",
+         "version" : 0
+      },
+      "DhMakePerl::PodParser" : {
+         "file" : "lib/DhMakePerl/PodParser.pm",
+         "version" : 0
+      },
+      "DhMakePerl::Utils" : {
+         "file" : "lib/DhMakePerl/Utils.pm",
+         "version" : 0
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "license" : [
+         "http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
+      ]
+   },
+   "version" : "0.73"
+}




More information about the Pkg-perl-cvs-commits mailing list