summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gevers <elbrus@debian.org>2022-04-16 19:19:40 +0200
committerPaul Gevers <elbrus@debian.org>2022-04-16 19:19:40 +0200
commit2776e35838d80fcb1022fceba7e6bdc9ef67a2d8 (patch)
tree56965d0a99b234ef10421c33184676f8ff4dbfab
parent6ddb20d29c529c1582bb33e1be80d2a15b08b6a8 (diff)
Manual improvement of the packaging and modernize since 0.96
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat1
-rw-r--r--debian/control30
-rw-r--r--debian/copyright8
4 files changed, 21 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog
index a7dcfb0..63d4b8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
libtie-cache-lru-perl (20150301-1) unstable; urgency=low
- * Initial Release.
+ * Initial Release (Closes: #1009757)
- -- Paul Gevers <elbrus@debian.org> Thu, 30 Nov 2017 20:25:40 +0100
+ -- Paul Gevers <elbrus@debian.org> Sat, 16 Apr 2022 18:18:44 +0200
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index e3701be..881d265 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,29 @@
Source: libtie-cache-lru-perl
Section: perl
Priority: optional
-Maintainer: Paul Gevers <elbrus@debian.org>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
-Standards-Version: 4.1.1
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Paul Gevers <elbrus@debian.org>
+Build-Depends:
+ debhelper-compat (= 13),
+Build-Depends-Indep:
+ libcarp-assert-perl,
+ libclass-data-inheritable-perl,
+ libclass-virtual-perl,
+ libenum-perl,
+ perl,
+Standards-Version: 4.6.0
+Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Tie-Cache-LRU
Package: libtie-cache-lru-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Least-Recently Used cache
- NOTE There are no plans to update this module. Please consider using CHI or
- other caching framework.
- .
+Depends:
+ libcarp-assert-perl,
+ libclass-virtual-perl,
+ libenum-perl,
+ ${misc:Depends},
+ ${perl:Depends},
+Description: Perl module for Least-Recently Used cache
This is an implementation of a least-recently used (LRU) cache keeping the
cache in RAM.
.
@@ -22,5 +32,3 @@ Description: Least-Recently Used cache
limit, it throws away items off the bottom. The trick is that whenever an
item is -accessed-, it is pulled back to the top. The end result of all this
is that items which are frequently accessed tend to stay in the cache.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index eaf71e8..2dfe25d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Tie-Cache-LRU
Upstream-Contact: Michael G Schwern <schwern@pobox.com>
Upstream-Name: Tie-Cache-LRU
-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: Michael G Schwern <schwern@pobox.com>