[libchi-driver-redis-perl] 03/05: New upstream version 0.10, remove test dependancies

Christopher Hoskin christopher.hoskin at gmail.com
Sun Jan 31 11:32:53 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 621fda1ee1696be87b56f926dce287f532bb9ff2
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Jan 31 11:21:47 2016 +0000

    New upstream version 0.10, remove test dependancies
---
 debian/changelog                  | 17 +++--------------
 debian/copyright                  |  4 +---
 debian/patches/pod.patch          | 16 ----------------
 debian/patches/series             |  2 +-
 debian/patches/skip.patch         |  8 ++++++++
 debian/source/lintian-overrides   |  6 ++++++
 debian/tests/pkg-perl/smoke-env   |  1 +
 debian/tests/pkg-perl/smoke-files |  3 +++
 8 files changed, 23 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1aed98c..a7274d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,6 @@
-libchi-driver-redis-perl (0.09-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: IMO, the Copyright field for * should just say
-    "Copyright: 2009, Cold Hard Code, LLC.". at least that's the only
-    reference to copyright holders I see (and the only year).
-    The two guys are only mentioned as author/contributor but since we have an
-    explicit copyright holder we don't need to invoke the magic Berne
-    Convention spell here :)
-  - d/control: are the libtest-* packages (except for libtest-mock-redis-perl)
-    really needed at runtime?
-  - d/control: wrapping (wrap-and-sort or cme) would make the lists more
-    readable :)
+libchi-driver-redis-perl (0.10-1) UNRELEASED; urgency=low
 
   * Initial Release. Closes: #812132
+  * New upstream release (0.10)
 
- -- Christopher Hoskin <christopher.hoskin at gmail.com>  Wed, 20 Jan 2016 22:29:32 +0000
+ -- Christopher Hoskin <christopher.hoskin at gmail.com>  Thu, 28 Jan 2016 22:12:13 +0000
diff --git a/debian/copyright b/debian/copyright
index a789a33..f6ad605 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,9 +4,7 @@ Upstream-Contact: Cory G Watson <gphat at cpan.org>
 Upstream-Name: CHI-Driver-Redis
 
 Files: *
-Copyright: 2009-2015, Cory G Watson <gphat at cpan.org>
- 2009-2015, Ian Burrell <iburrell at cpan.org>
- 2009-2015, Cold Hard Code LLC.
+Copyright: 2009, Cold Hard Code, LLC.
 License: Artistic or GPL-1+
 
 Files: debian/*
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
deleted file mode 100644
index 4e364b0..0000000
--- a/debian/patches/pod.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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
index c9352c4..e54f5c7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-pod.patch
+skip.patch
diff --git a/debian/patches/skip.patch b/debian/patches/skip.patch
new file mode 100644
index 0000000..d943d5b
--- /dev/null
+++ b/debian/patches/skip.patch
@@ -0,0 +1,8 @@
+Description: Exclude test class from install
+Author: Christopher Hoskin <christopher.hoskin at gmail.com>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=111586
+Last-Update: 2016-01-30
+--- /dev/null
++++ b/INSTALL.SKIP
+@@ -0,0 +1 @@
++lib/CHI/Driver/Redis/t/CHIDriverTests.pm
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..61e1c3a
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,6 @@
+# Non-serious, bug has been reported upstream
+# https://rt.cpan.org/Public/Bug/Display.html?id=111530
+libchi-driver-redis-perl source: tar-errors-from-source Ignoring unknown extended header keyword 'LIBARCHIVE.creationtime'
+libchi-driver-redis-perl source: tar-errors-from-source Ignoring unknown extended header keyword 'SCHILY.dev'
+libchi-driver-redis-perl source: tar-errors-from-source Ignoring unknown extended header keyword 'SCHILY.ino'
+libchi-driver-redis-perl source: tar-errors-from-source Ignoring unknown extended header keyword 'SCHILY.nlink'
diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env
new file mode 100644
index 0000000..4a010b7
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-env
@@ -0,0 +1 @@
+PKG_PERL_PROVE_ARGS="--merge --lib"
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..51cd13c
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,3 @@
+t/
+test.pl
+lib/CHI/Driver/Redis/t/CHIDriverTests.pm

-- 
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