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 3648e9c0ce8ac40965c29308107463cab1a3d0f5
Author: Florian Schlichting <f...@debian.org>
Date:   Mon Sep 14 10:34:52 2015 +0200

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright     | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 86 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..215d878
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libtie-hash-expire-perl (0.03-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #798933)
+
+ -- Florian Schlichting <f...@debian.org>  Mon, 14 Sep 2015 10:34:52 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..33475eb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libtie-hash-expire-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Florian Schlichting <f...@debian.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtie-hash-expire-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-hash-expire-perl.git
+Homepage: https://metacpan.org/release/Tie-Hash-Expire
+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.
+ 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bffffff
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Tie-Hash-Expire
+Upstream-Contact: Jeff Yoak, <j...@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, <j...@yoak.com>
+License: 
+
+Files: debian/*
+Copyright: 2015, Florian Schlichting <f...@debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5ad6e28
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Tie-Hash-Expire   
.*/Tie-Hash-Expire-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtie-hash-expire-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to