[libchi-driver-redis-perl] 02/02: Add required information to debian changelog, control and copyright. Patch POD

Christopher Hoskin christopher.hoskin at gmail.com
Wed Jan 20 22:29:14 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libchi-driver-redis-perl.

commit 1e274de0234fbbb751da5b88e70bc119e776218c
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Wed Jan 20 22:14:38 2016 +0000

    Add required information to debian changelog, control and copyright.
    Patch POD
---
 debian/changelog         |  2 +-
 debian/control           | 16 +++++++---------
 debian/copyright         | 18 +++++++++---------
 debian/patches/pod.patch | 16 ++++++++++++++++
 debian/patches/series    |  1 +
 5 files changed, 34 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c5da40a..2797126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libchi-driver-redis-perl (0.09-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #812132
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Tue, 19 Jan 2016 22:30:58 +0000
diff --git a/debian/control b/debian/control
index 2db2434..4aaa01c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <christopher.hoskin at gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, libchi-perl, libtest-deep-perl, libtest-exception-perl, libtest-warn-perl, libtest-class-perl, libredis-perl, libtest-mock-redis-perl, liburi-perl 
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libchi-driver-redis-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libchi-driver-redis-perl.git
@@ -13,11 +13,9 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libchi-driver-redis-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: unknown
- A CHI driver that uses Redis to store the data. Care has been taken to not
- have this module fail in fiery ways if the cache is unavailable. It is my
- hope that if it is failing and the cache is not required for your work, you
- can ignore it's warnings.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends}, ${perl:Depends}, libmoo-perl, libchi-perl, libredis-perl, libtest-deep-perl, liburi-perl, libtest-exception-perl, libtest-warn-perl, libtest-class-perl, libtest-mock-redis-perl 
+Description: CHI driver that uses Redis to store the data
+ CHI::Driver::Redis is a CHI driver that uses Redis to store the data. Care has
+ been taken to not have this module fail in fiery ways if the cache is 
+ unavailable. It is the author's hope that if it is failing and the cache is not
+ required for your work, you can ignore it's warnings.
diff --git a/debian/copyright b/debian/copyright
index bec6b85..a789a33 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,23 +2,23 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/CHI-Driver-Redis
 Upstream-Contact: Cory G Watson <gphat at cpan.org>
 Upstream-Name: CHI-Driver-Redis
-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: Cory G Watson <gphat at cpan.org>
+Copyright: 2009-2015, Cory G Watson <gphat at cpan.org>
+ 2009-2015, Ian Burrell <iburrell at cpan.org>
+ 2009-2015, Cold Hard Code LLC.
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2016, Christopher Hoskin <christopher.hoskin at gmail.com>
 License: Artistic or GPL-1+
 
+Files: inc/Module/*
+Copyright: 2002-2012, Adam Kennedy <adamk at cpan.org>
+ 2002-2012, Audrey Tang <autrijus at autrijus.org>
+ 2002-2012, Brian Ingerson <ingy at cpan.org>
+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.
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
new file mode 100644
index 0000000..4e364b0
--- /dev/null
+++ b/debian/patches/pod.patch
@@ -0,0 +1,16 @@
+Description: Remove stray '=back' from pod
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=111336
+Last-Update: 2016-01-20
+
+--- a/lib/CHI/Driver/Redis.pm
++++ b/lib/CHI/Driver/Redis.pm
+@@ -192,8 +192,6 @@
+ encodes values to UTF-8.  This driver sets the Redis encoding option
+ to undef to disable automatic encoding.
+ 
+-=back
+-
+ =head1 CONSTRUCTOR OPTIONS
+ 
+ C<redis> option for constructed C<Redis> object.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c9352c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libchi-driver-redis-perl.git



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