[libtask-kensho-perl] 14/17: Add README.Debian to all binary packages

Nick Morrott nickm-guest at moszumanska.debian.org
Fri May 27 12:06:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

nickm-guest pushed a commit to branch master
in repository libtask-kensho-perl.

commit 11590643e5729a5878e2fcb1614458b66a629271
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri May 27 11:51:22 2016 +0100

    Add README.Debian to all binary packages
---
 debian/README.Debian | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  5 ++++
 2 files changed, 70 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..c2b6fff
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,65 @@
+Task::Kensho 0.39
+=================
+
+PACKAGE STRUCTURE
+=================
+
+Task::Kensho is packaged in Debian using a series of metapackages. No
+direct interaction with the cpan tool is necessary for installation.
+
+Each Task::Kensho task (e.g. Task::Kensho::Async) is installed via its own
+metapackage (e.g. libtask-kensho-async-perl).
+
+A "super-metapackage" is provided (libtask-kensho-all-perl) to allow all
+Task::Kensho tasks to be installed via a single package selection.
+
+
+CORE MODULES
+============
+
+The following suggested modules are part of the core Perl distribution in
+Debian, and are not configured as separate dependencies:
+
+Task::Kensho::CLI
+  Module::CoreList
+
+Task::Kensho::Exceptions
+  autodie
+
+Task::Kensho::Testing
+  Test::Simple
+
+Task::Kensho::Toolchain
+  version
+
+Task::Kensho::WebCrawling
+  HTTP::Tiny
+
+
+MISSING MODULES
+===============
+
+The following suggested modules were not packged in the Debian archive at the
+time of packaging Task::Kensho:
+
+Task::Kensho::Dates
+  Date::Tiny
+  Time::Tiny
+
+Task::Kensho::Email
+  Email::MIME::Kit
+
+Task::Kensho::ExcelCSV
+  Spreadsheet::WriteExcel::Simple
+
+Task::Kensho::ModuleDev
+  Devel::Dwarn
+
+Task::Kensho::WebCrawling
+  HTTP::Thin
+
+Task::Kensho::WebDev
+  CGI::FormBuilder::Source::Perl
+
+Task::Kensho::XML
+  XML::Generator::PerlData
diff --git a/debian/rules b/debian/rules
index af42092..6ecd2f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 # all packages get the upstream Changes
 override_dh_installchangelogs:
 	dh_installchangelogs -A Changes
+
+# all packages get README.Debian
+override_dh_installdocs:
+	dh_installdocs
+	dh_installdocs -A debian/README.Debian

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtask-kensho-perl.git



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