[libcache-bdb-perl] 02/04: Edit debian/changelog debian/control, debian/copyright

Christopher Hoskin christopher.hoskin at gmail.com
Sat May 9 16:02:00 UTC 2015


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

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

commit b48764ae8f742bad1b7c542b4b265ce041149dcd
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sat May 9 16:04:16 2015 +0100

    Edit debian/changelog debian/control, debian/copyright
---
 debian/changelog |  2 +-
 debian/control   | 10 +++++++---
 debian/copyright | 14 +++-----------
 3 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f73c347..0f3c0d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libcache-bdb-perl (0.04-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #784848
 
  -- Christopher Hoskin <christopher.hoskin at gmail.com>  Sat, 9 May 2015 13:20:11 +0000
diff --git a/debian/control b/debian/control
index cb1a3b5..994c129 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,11 @@ Package: libcache-bdb-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libberkeleydb-perl (>= 0.27)
-Description: unknown
- (no description was found)
+Description: object caching wrapper around BerkeleyDB
+ Cache::BDB implements a caching layer around BerkeleyDB for object 
+ persistence. It implements the basic methods necessary to add, retrieve, and
+ remove objects but not expiration, automatic purging etc. The main advantage
+ over other caching modules is performance. The API is reasonably feature rich,
+ but does not compare with using BerkeleyDB directly.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The interface is similar to Cache::Cache.
diff --git a/debian/copyright b/debian/copyright
index 9673918..89c926f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,11 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Cache-BDB
-Upstream-Contact: unknown
+Upstream-Contact: Josh Rotenberg <joshrotenberg at gmail.com>
 Upstream-Name: Cache-BDB
-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: unknown
-License: 
+Copyright: Josh Rotenberg <joshrotenberg at gmail.com>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2015, Christopher Hoskin <christopher.hoskin at gmail.com>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcache-bdb-perl.git



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