debian/0000755000000000000000000000000011556062101007163 5ustar debian/control0000644000000000000000000000260611555063717010607 0ustar Source: libcache-historical-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbd-sqlite3-perl, libdbi-perl, liblog-log4perl-perl, librose-db-object-perl (>= 1:0.785), librose-db-perl Maintainer: Debian Perl Group Uploaders: Mats Erik Andersson , gregor herrmann Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Cache-Historical/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcache-historical-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcache-historical-perl/ Package: libcache-historical-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdbd-sqlite3-perl, libdbi-perl, liblog-log4perl-perl, librose-db-object-perl (>= 1:0.785), librose-db-perl Description: simple data caching service with time history Cache::Historical provides simple methods to store and search text values that are tied to a time and a key, like user or category. Each caching operation sets a time stamp, thus making it possible to search according to events in time. Like the name suggests, it was originally conceived for recording of historic events such as stock trading. . This module uses SQLite3 as database backend, thus leaving ample space for costumized additional tools to the same cached historic data. debian/copyright0000644000000000000000000000215311556062011011117 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Mike Schilli Source: http://search.cpan.org/dist/Cache-Historical/ Name: Cache-Historical Files: * Copyright: 2007-2011, Mike Schilli License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Mats Erik Andersson 2011, gregor herrmann 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'. debian/watch0000644000000000000000000000036411326441310010215 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Cache-Historical/ .*/Cache-Historical-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211555063224010367 0ustar 8 debian/changelog0000644000000000000000000000161211556062073011045 0ustar libcache-historical-perl (0.05-1) unstable; urgency=low * New upstream release. * Remove patches, applied upstream. * Update years of upstream copyright. -- gregor herrmann Wed, 27 Apr 2011 20:45:14 +0200 libcache-historical-perl (0.03-2) unstable; urgency=low * Add patch by Niko Tyni to make values() really sort as documented (closes: #615882). * Add /me to Uploaders. * debian/copyright: update license stanzas (point to -GPL-1). * Use debhelper 8. * Set Standards-Version to 3.9.2 (no further changes). * Remove versions from (build) dependencies that are already satisfied in oldstable. -- gregor herrmann Sun, 24 Apr 2011 20:15:42 +0200 libcache-historical-perl (0.03-1) unstable; urgency=low * Initial release. (Closes: #566280) -- Mats Erik Andersson Tue, 23 Feb 2010 18:49:27 +0100 debian/source/0000755000000000000000000000000011556062101010463 5ustar debian/source/format0000644000000000000000000000001411327041361011672 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611327041361010243 0ustar #!/usr/bin/make -f %: dh $@