r45079 - in /trunk/dh-make-perl: MANIFEST META.yml

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Sep 30 12:37:35 UTC 2009


Author: dmn
Date: Wed Sep 30 12:37:31 2009
New Revision: 45079

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45079
Log:
add MANIFEST and META.yml

in an attempt to make CPAN maintainer's life easier
files still shall be updated before a CPAN release is made

Added:
    trunk/dh-make-perl/MANIFEST
    trunk/dh-make-perl/META.yml

Added: trunk/dh-make-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/MANIFEST?rev=45079&op=file
==============================================================================
--- trunk/dh-make-perl/MANIFEST (added)
+++ trunk/dh-make-perl/MANIFEST Wed Sep 30 12:37:31 2009
@@ -1,0 +1,77 @@
+Build.PL
+COPYING
+debian/changelog
+debian/compat
+debian/control
+debian/copyright
+debian/docs
+debian/links
+debian/NEWS
+debian/rules
+dh-make-perl
+lib/Debian/AptContents.pm
+lib/Debian/Control.pm
+lib/Debian/Control/FromCPAN.pm
+lib/Debian/Control/Stanza.pm
+lib/Debian/Control/Stanza/Binary.pm
+lib/Debian/Control/Stanza/Source.pm
+lib/Debian/Dependencies.pm
+lib/Debian/Dependency.pm
+lib/Debian/Version.pm
+lib/DhMakePerl.pm
+lib/DhMakePerl/Config.pm
+lib/DhMakePerl/PodParser.pm
+MANIFEST			This list of files
+MANIFEST.SKIP
+META.yml
+README
+share/overrides
+share/rules.dh7+quilt.xs+noxs
+share/rules.dh7.noxs
+share/rules.dh7.tiny
+share/rules.dh7.xs
+t/00-load.t
+t/AptContents.t
+t/contents/sources.list
+t/contents/test_debian_dists_sid_Contents
+t/contents/test_debian_dists_testing_Contents
+t/Control.t
+t/core-modules.t
+t/corelist.t
+t/debian-version.t
+t/Dep.t
+t/Dependencies.t
+t/dists.t
+t/dists/Strange-0.1/Changes
+t/dists/Strange-0.1/Makefile.PL
+t/dists/Strange-0.1/MANIFEST
+t/dists/Strange-0.1/Strange.pm
+t/dists/Strange-0.1/test.pl
+t/dists/Strange-0.1/wanted-debian/changelog
+t/dists/Strange-0.1/wanted-debian/compat
+t/dists/Strange-0.1/wanted-debian/control
+t/dists/Strange-0.1/wanted-debian/copyright
+t/dists/Strange-0.1/wanted-debian/rules
+t/dists/Strange-0.1/wanted-debian/watch
+t/dists/Strange-2.1/Changes
+t/dists/Strange-2.1/Makefile.PL
+t/dists/Strange-2.1/MANIFEST
+t/dists/Strange-2.1/README
+t/dists/Strange-2.1/Strange.pm
+t/dists/Strange-2.1/Strange.xs
+t/dists/Strange-2.1/test.pl
+t/dists/Strange-2.1/wanted-debian/changelog
+t/dists/Strange-2.1/wanted-debian/compat
+t/dists/Strange-2.1/wanted-debian/control
+t/dists/Strange-2.1/wanted-debian/copyright
+t/dists/Strange-2.1/wanted-debian/libstrange-perl.docs
+t/dists/Strange-2.1/wanted-debian/rules
+t/dists/Strange-2.1/wanted-debian/watch
+t/extract_name_ver_from_makefile.t
+t/makefiles/module-install-autodie.PL
+t/manifest.t
+t/perl-deps.t
+t/perl-versions.t
+t/pod-coverage.t
+t/pod.t
+TODO

Added: trunk/dh-make-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/META.yml?rev=45079&op=file
==============================================================================
--- trunk/dh-make-perl/META.yml (added)
+++ trunk/dh-make-perl/META.yml Wed Sep 30 12:37:31 2009
@@ -1,0 +1,82 @@
+---
+name: DhMakePerl
+version: 0.60
+author:
+  - |-
+    It is currently maintained by Gunnar Wolf and others, under the umbrella of the
+    Debian Perl Group <debian-perl at lists.debian.org>
+abstract: create Debian source package from CPAN dist
+license: gpl
+resources:
+  license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt
+build_requires:
+  File::Touch: 0
+  Test::Deep: 0
+  Test::Differences: 0
+  Test::Exception: 0
+  Test::More: 0
+requires:
+  AptPkg::Cache: 0
+  AptPkg::Config: 0
+  CPAN: 0
+  Carp: 0
+  Cwd: 0
+  Dpkg::Source::Package: 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::CoreList: 0
+  Module::Depends: 0
+  Module::Depends::Intrusive: 0
+  Parse::DebControl: 0
+  Parse::DebianChangelog: 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
+configure_requires:
+  Module::Build: 0.35
+provides:
+  Debian::AptContents:
+    file: lib/Debian/AptContents.pm
+  Debian::Control:
+    file: lib/Debian/Control.pm
+  Debian::Control::FromCPAN:
+    file: lib/Debian/Control/FromCPAN.pm
+  Debian::Control::Stanza:
+    file: lib/Debian/Control/Stanza.pm
+  Debian::Control::Stanza::Binary:
+    file: lib/Debian/Control/Stanza/Binary.pm
+  Debian::Control::Stanza::Source:
+    file: lib/Debian/Control/Stanza/Source.pm
+  Debian::Dependencies:
+    file: lib/Debian/Dependencies.pm
+  Debian::Dependency:
+    file: lib/Debian/Dependency.pm
+  Debian::Version:
+    file: lib/Debian/Version.pm
+  DhMakePerl:
+    file: lib/DhMakePerl.pm
+    version: 0.60
+  DhMakePerl::Config:
+    file: lib/DhMakePerl/Config.pm
+  DhMakePerl::PodParser:
+    file: lib/DhMakePerl/PodParser.pm
+generated_by: Module::Build version 0.35
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4




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