[SCM] Packaging of CHI::Driver::Memcached in Debian branch, master, updated. 876ecb0a6cc20e1dffd525e9f656158d6ecd7844

James Bromberger jeb at debian.org
Fri Dec 16 15:18:05 UTC 2011


The following commit has been merged in the master branch:
commit 876ecb0a6cc20e1dffd525e9f656158d6ecd7844
Author: James Bromberger <jeb at debian.org>
Date:   Fri Dec 16 15:17:47 2011 +0000

    releasing version 0.14-2

diff --git a/debian/changelog b/debian/changelog
index 40fbb0e..10768b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libchi-driver-memcached-perl (0.14-2) unstable; urgency=low
+
+  * Fix a few package issues, thanks for review from Gregor Herrman:
+  * Missing build dependencies.
+  * Remove redundant README (text version of Pod).
+  * Fix years of copyright of upstream
+  * Add Vcs-Git for upstream Git repo.
+  * Remove version dependency on libchi-perl
+  * Better short desc.
+
+ -- James Bromberger <jeb at debian.org>  Fri, 16 Dec 2011 15:00:09 +0000
+
 libchi-driver-memcached-perl (0.14-1) unstable; urgency=low
 
   * Initial Release. Closes: #652203.
diff --git a/debian/control b/debian/control
index 53c373f..6085c6f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,17 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: James Bromberger <jeb at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libchi-perl (>= 0.33), perl, libtest-deep-perl, libtest-exception-perl, libtest-warn-perl, libtest-class-perl
+Vcs-Git: git://github.com/jonswar/perl-chi-driver-memcached.git
+Build-Depends-Indep: libchi-perl, perl, libtest-deep-perl, 
+  libtest-exception-perl, libtest-warn-perl, libtest-class-perl,
+  libtest-pod-perl, libcache-memcached-fast-perl, libcache-memcached-perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/CHI-Driver-Memcached/
 
 Package: libchi-driver-memcached-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libchi-perl (>= 0.33)
-Description: Use Memcached for cache storage
+Description: Memcached driver for CHI, the unified cache handling interface
  A CHI driver that uses Cache::Memcached to store data in the specified
  memcached server(s).
  .
diff --git a/debian/copyright b/debian/copyright
index 0c7aa4c..188afd3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: http://search.cpan.org/dist/CHI-Driver-Memcached/
 Name: CHI-Driver-Memcached
 
 Files: *
-Copyright: Jonathan Swartz <swartz at pobox.com>
+Copyright: 2007 - 2011, Jonathan Swartz <swartz at pobox.com>
 License: Artistic
 
 Files: debian/*
diff --git a/dist.ini b/dist.ini
index 2511a26..b206d8a 100644
--- a/dist.ini
+++ b/dist.ini
@@ -38,8 +38,6 @@ CHI = 0.33
 [Prereqs / TestRequires]
 Test::Class = 0
 Test::More = 0
-Test::Deep = 0
-Test::Exception = 0
 
 ; These need to be at the bottom
 [InstallGuide]

-- 
Packaging of CHI::Driver::Memcached in Debian



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