[libcache-memcached-libmemcached-perl] 02/03: Fill in debian/changelog debian/control debian/copyright

Christopher Hoskin christopher.hoskin at gmail.com
Wed Dec 14 06:58:44 UTC 2016


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

grinorcole-guest pushed a commit to branch master
in repository libcache-memcached-libmemcached-perl.

commit 4135f928524c634811f63b41fa6bfb574daa2e50
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Wed Dec 14 06:56:08 2016 +0000

    Fill in debian/changelog debian/control debian/copyright
---
 debian/changelog |  4 ++--
 debian/control   | 20 +++++++++++++++-----
 debian/copyright | 14 +++++---------
 3 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 313f786..e731867 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libcache-memcached-libmemcached-perl (0.04001) UNRELEASED; urgency=low
+libcache-memcached-libmemcached-perl (0.04001-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #848095)
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Wed, 14 Dec 2016 06:40:22 +0000
diff --git a/debian/control b/debian/control
index fea6371..9790c24 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: libmemcached-libmemcached-perl (>= 0.4405),
+Build-Depends-Indep: libmemcached-libmemcached-perl,
  libtask-weaken-perl,
  perl
 Standards-Version: 3.9.8
@@ -16,9 +16,19 @@ Testsuite: autopkgtest-pkg-perl
 Package: libcache-memcached-libmemcached-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
- libmemcached-libmemcached-perl (>= 0.4405),
+ libmemcached-libmemcached-perl,
  libtask-weaken-perl
-Description: Cache interface to Memcached::libmemcached
- (no description was found)
+Description: cache interface to Memcached::libmemcached
+ Cache::Memcached::libmemcached is the Cache::Memcached compatible interface to
+ libmemcached, a C library to interface with memcached.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Cache::Memcached::libmemcached is built on top of Memcached::libmemcached.
+ While Memcached::libmemcached aims to port libmemcached API to perl,
+ Cache::Memcached::libmemcached attempts to be API compatible with
+ Cache::Memcached, so it can be used as a drop-in replacement.
+ .
+ Cache::Memcached::libmemcached inherits from Memcached::libmemcached. While you
+ are free to use the Memcached::libmemcached specific methods directly on the
+ object, doing so will mean that your code is no longer compatible with the
+ original Cache::Memcached API therefore losing some of the portability in case
+ you want to replace it with some other package.
diff --git a/debian/copyright b/debian/copyright
index f3aafe5..f2b4c62 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,20 +1,16 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Cache-Memcached-libmemcached
-Upstream-Contact: Copyright (c) 2008 Daisuke Maki <daisuke at endeworks.jp>
+Upstream-Contact: Daisuke Maki <daisuke at endeworks.jp>
 Upstream-Name: Cache-Memcached-libmemcached
-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: Copyright (c) 2008 Daisuke Maki <daisuke at endeworks.jp>
 License: Artistic or GPL-1+
 
+Files: inc/*
+Copyright: 2008-2010, 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/libcache-memcached-libmemcached-perl.git



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