[libtie-hash-expire-perl] 02/02: Initial packaging by maintainer
Florian Schlichting
fsfs at moszumanska.debian.org
Mon Sep 14 12:22:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libtie-hash-expire-perl.
commit 46acc7736454a9545ed4a82ae8e0f2cc9906e888
Author: Florian Schlichting <fsfs at debian.org>
Date: Mon Sep 14 12:42:22 2015 +0200
Initial packaging by maintainer
---
debian/changelog | 4 ++--
debian/control | 17 ++---------------
debian/copyright | 14 +++-----------
3 files changed, 7 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 215d878..982922f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libtie-hash-expire-perl (0.03-1) UNRELEASED; urgency=low
+libtie-hash-expire-perl (0.03-1) unstable; urgency=low
* Initial Release. (Closes: #798933)
- -- Florian Schlichting <fsfs at debian.org> Mon, 14 Sep 2015 10:34:52 +0200
+ -- Florian Schlichting <fsfs at debian.org> Mon, 14 Sep 2015 12:42:12 +0200
diff --git a/debian/control b/debian/control
index 33475eb..4afea5a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,24 +14,11 @@ Testsuite: autopkgtest-pkg-perl
Package: libtie-hash-expire-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
-Description: Hashes with keys that expire after a user-set period.
+Description: Perl module providing hashes with keys that expire after a user-set period
Hashes tied to Tie::Hash::Expire behave like normal hashes in all respects
except that when a key is added or the value associated with a key is
changed, the current time is stored, and after 'expire_seconds' the key and
value are removed from the hash.
.
Resolutions finer than seconds are available if the module finds access to
- Time::HiRes. If Time::HiRes is available, you can expect expiration to be
- accurate to 0.001 seconds. You may specify 'expire_seconds' to be decimal
- numbers like 5.12 . If Time::HiRes is available, this number will be used
- precisely. If you specify a decimal number and don't have access to
- Time::HiRes, a warning is generated and the code will function as though you
- specified the next higher integer.
- .
- The number of seconds specified by 'expire_seconds' is taken to mean an
- absolute maximum lifespan for the key, at the resolution described above. In
- other words, if you set 'expire_seconds' to 1 second, and do not have
- Time::HiRes, keys could expire as quickly as the next machine instruction,
- but will not last longer than 1 second.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ Time::HiRes.
diff --git a/debian/copyright b/debian/copyright
index bffffff..3ce93e5 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/Tie-Hash-Expire
-Upstream-Contact: Jeff Yoak, <jeff at yoak.com>
+Upstream-Contact: Jeff Yoak <jeff at yoak.com>
Upstream-Name: Tie-Hash-Expire
-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: Jeff Yoak, <jeff at yoak.com>
-License:
+Copyright: 2004, Jeff Yoak <jeff at yoak.com>
+License: Artistic or GPL-1+
Files: debian/*
Copyright: 2015, Florian Schlichting <fsfs at debian.org>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtie-hash-expire-perl.git
More information about the Pkg-perl-cvs-commits
mailing list