debian/0000755000000000000000000000000011362107313007163 5ustar debian/compat0000644000000000000000000000000211360605160010362 0ustar 7 debian/control0000644000000000000000000000166311360615225010600 0ustar Source: libmemoize-expirelru-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Memoize-ExpireLRU/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmemoize-expirelru-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmemoize-expirelru-perl/ Package: libmemoize-expirelru-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Expiry plug-in for Memoize that adds LRU cache expiration Memoize::ExpireLRU implements an expiry policy for Memoize that follows LRU semantics, that is, the last n results, where n is specified as the argument to the CACHESIZE parameter, will be cached. . For the theory of Memoization, please see the Memoize module documentation. debian/rules0000755000000000000000000000003611360605160010243 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000026611360614700011042 0ustar libmemoize-expirelru-perl (0.55-1) unstable; urgency=low * Initial Release (closes: #577512). -- Krzysztof Krzyżaniak (eloy) Mon, 12 Apr 2010 12:14:59 +0200 debian/watch0000644000000000000000000000017711360605160010222 0ustar version=3 http://search.cpan.org/dist/Memoize-ExpireLRU/ .*/Memoize-ExpireLRU-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libmemoize-expirelru-perl.docs0000644000000000000000000000000711360605160015144 0ustar README debian/source/0000755000000000000000000000000011362106213010461 5ustar debian/source/format0000644000000000000000000000001411362107304011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000235611360615537011136 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Brent B. Powers (B2Pi), Powers@B2Pi.com Source: http://search.cpan.org/dist/Memoize-ExpireLRU/ Name: Memoize-ExpireLRU Files: * Copyright: 1999, 2000, Brent B. Powers (B2Pi), Powers@B2Pi.com . Copyright(c) 1999 Brent B. Powers. All rights reserved. This program is free software, you may redistribute it and/or modify it under the same terms as Perl itself. License: Files: debian/* Copyright: 2010, Krzysztof Krzyżaniak (eloy) 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'