debian/0000755000000000000000000000000011772413662007177 5ustar debian/control0000644000000000000000000000252111772413731010577 0ustar Source: libplack-middleware-expires-perl Section: perl Priority: optional Build-Depends: devscripts, cdbs (>= 0.4.73~), perl, debhelper, dh-buildinfo, libwww-perl, libplack-perl, libtry-tiny-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libplack-middleware-expires-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-expires-perl.git Homepage: http://search.cpan.org/dist/Plack-Middleware-Expires/ Package: libplack-middleware-expires-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: mod_expires for plack Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment. . Plack::Middleware::Expires is Apache's mod_expires for Plack. . This middleware controls the setting of Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. . Note: Expires works only for successful response and If exists Expires HTTP header already, this middleware does not override. debian/source/0000755000000000000000000000000011752344723010476 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027511772413662011055 0ustar libplack-middleware-expires-perl (0.03-1) unstable; urgency=low * Initial packaging release. Closes: bug#679156. -- Jonas Smedegaard Tue, 26 Jun 2012 22:12:32 +0200 debian/compat0000644000000000000000000000000211524363714010372 0ustar 7 debian/watch0000644000000000000000000000025611772411535010230 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Plack-Middleware-Expires/ .*/Plack-Middleware-Expires-(\d.+)\.tar\.gz debian/copyright_hints0000644000000000000000000000235011752345077012341 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Changes MANIFEST META.json META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/basic.t t/browser-test.psgi t/release-pod-coverage.t t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Graham Knop HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-1+ FIXME Files: debian/rules Copyright: 2012, Jonas Smedegaard License: GPL-2+ FIXME Files: lib/Plack/Middleware/CrossOrigin.pm Copyright: 2011, Graham Knop License: UNKNOWN FIXME debian/copyright0000644000000000000000000000405011772413312011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Plack::Middleware::Expires Upstream-Contact: Masahiro Nagano Source: http://search.cpan.org/dist/Plack-Middleware-Expires/ Files: * Copyright: Masahiro Nagano License: Artistic or GPL-1+ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: inc/Module/AutoInstall.pm inc/Module/Install* Copyright: 2001-2006, Audrey Tang 2002-2004, Brian Ingerson 2006,2008-2012, Adam Kennedy License: Artistic or GPL-1+ Comment: Mangled convenience copy of Module::Install. Files: inc/Test/More.pm Copyright: Michael G Schwern License: Artistic or GPL-1+ Comment: Mangled convenience copy of Test::More. Files: debian/* Copyright: 2012, Jonas Smedegaard License: GPL-2+ License: Artistic Comment: On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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 2, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000246411772412444010262 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, Jonas Smedegaard # Description: Main Debian packaging script for Plack::Middleware::Expires # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Plack-Middleware-Expires DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Plack DEB_UPSTREAM_TARBALL_MD5 = c088d9f71a01ff439f94bc9772556aa0 # Needed both by upstream build process and at runtime deps = libwww-perl, libplack-perl, libtry-tiny-perl CDBS_BUILD_DEPENDS += , $(deps) CDBS_DEPENDS_ALL = $(deps) debian/control.in0000644000000000000000000000234611772413543011212 0ustar Source: libplack-middleware-expires-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libplack-middleware-expires-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-expires-perl.git Homepage: http://search.cpan.org/dist/Plack-Middleware-Expires/ Package: libplack-middleware-expires-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: mod_expires for plack Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment. . Plack::Middleware::Expires is Apache's mod_expires for Plack. . This middleware controls the setting of Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. . Note: Expires works only for successful response and If exists Expires HTTP header already, this middleware does not override.