[libcatalyst-view-csv-perl] 02/02: Filled in required info in debian/control, debian/copyright and debian/changelog

Christopher Hoskin christopher.hoskin at gmail.com
Mon Dec 12 06:49:45 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libcatalyst-view-csv-perl.

commit 3c7e22235ab926c864515c11625a8f8262c750b1
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Mon Dec 12 06:48:45 2016 +0000

    Filled in required info in debian/control, debian/copyright and debian/changelog
---
 debian/changelog |  2 +-
 debian/control   |  9 +++++----
 debian/copyright | 12 ++++--------
 3 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fa3d942..5dd1802 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libcatalyst-view-csv-perl (1.5-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #847829)
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Mon, 12 Dec 2016 06:20:37 +0000
diff --git a/debian/control b/debian/control
index 48338b8..12b778f 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libcatalyst-perl,
  libtext-csv-perl,
  liburi-perl
-Description: CSV view class
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: CSV view class for the Catalyst web framework
+ Catalyst::View::CSV provides a Catalyst view that generates CSV files. You can
+ use either a Perl array of arrays, an array of hashes, an array of objects, or
+ a database cursor as the source of the CSV data. The CSV file is generated
+ using Text::CSV.
diff --git a/debian/copyright b/debian/copyright
index 739bda5..65e60fe 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,19 +2,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Catalyst-View-CSV
 Upstream-Contact: Michael Brown <mbrown at fensystems.co.uk>
 Upstream-Name: Catalyst-View-CSV
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: Michael Brown <mbrown at fensystems.co.uk>
 License: Artistic or GPL-1+
 
+Files: inc/Module/*
+Copyright: 2008-2012, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+
 Files: debian/*
 Copyright: 2016, Christopher Hoskin <christopher.hoskin at gmail.com>
 License: Artistic or GPL-1+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-view-csv-perl.git



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