debian/0000755000000000000000000000000012122424633007165 5ustar debian/watch0000644000000000000000000000020212101265022010200 0ustar version=3 https://metacpan.org/release/Mason-Plugin-Cache/ .*/Mason-Plugin-Cache-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000206712122421122011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Mason-Plugin-Cache Upstream-Contact: Jonathan Swartz Source: https://metacpan.org/release/Mason-Plugin-Cache/ Files: * Copyright: 2011, Jonathan Swartz License: Artistic or GPL-1+ Files: debian/* Copyright: 2012-2013, Florian Schlichting 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/control0000644000000000000000000000166312122421001010560 0ustar Source: libmason-plugin-cache-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: libchi-perl, libmason-perl, libtest-class-most-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmason-plugin-cache-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmason-plugin-cache-perl.git Homepage: https://metacpan.org/release/Mason-Plugin-Cache/ Package: libmason-plugin-cache-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libchi-perl, libmason-perl Description: component cache object and filter for Mason Mason::Plugin::Cache is a plugin for the Mason web templating framework that adds a cache method and Cache filter to access a cache (CHI) object with a namespace unique to the component. debian/compat0000644000000000000000000000000211764227664010403 0ustar 8 debian/changelog0000644000000000000000000000126112122424633011037 0ustar libmason-plugin-cache-perl (0.05-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org). * Change search.cpan.org based URIs to metacpan.org based URIs. [ Florian Schlichting ] * Imported Upstream version 0.05. * Email change: Florian Schlichting -> fsfs@debian.org. * Bumped Standards-Version to 3.9.4 (no change). * Bumped years of Debian copyright. -- Florian Schlichting Wed, 20 Mar 2013 22:26:30 +0100 libmason-plugin-cache-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #675877) -- Florian Schlichting Tue, 05 Jun 2012 00:30:12 +0200 debian/source/0000755000000000000000000000000011764227664010505 5ustar debian/source/format0000644000000000000000000000001411764227664011713 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000031011764227664010257 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm -rf $(TMP)/usr/share/perl5/Mason/Plugin/Cache/t