debian/0000755000000000000000000000000012217150254007165 5ustar debian/watch0000644000000000000000000000022012101266023010202 0ustar version=3 https://metacpan.org/release/Plack-Middleware-Deflater/ .*/Plack-Middleware-Deflater-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000303112200520040011077 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Tatsuhiko Miyagawa Source: https://metacpan.org/release/Plack-Middleware-Deflater/ Upstream-Name: Plack-Middleware-Deflater Files: * Copyright: 2009-2013, Tatsuhiko Miyagawa License: Artistic or GPL-1+ Comment: Rationale from the author was: All of my modules available at http://search.cpan.org/~miyagawa/ with the statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, Copyright (c) Tatsuhiiko Miyagawa. Source: http://bulknews.net/debian.txt (author's web site) Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-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/control0000644000000000000000000000246312200521570010570 0ustar Source: libplack-middleware-deflater-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-handle-util-perl, libplack-perl, libtest-requires-perl, perl, perl (>= 5.13.4) | libtest-more-perl (>= 0.96) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libplack-middleware-deflater-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libplack-middleware-deflater-perl.git Homepage: https://metacpan.org/release/Plack-Middleware-Deflater/ Package: libplack-middleware-deflater-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libplack-perl Description: middleware to compress response body with gzip or deflate Plack::Middleware::Deflater is a middleware to encode your response body in gzip or deflate, based on the Accept-Encoding HTTP request header. While saving a little bandwidth it will increase the Plack server load, so ideally you should handle this on the frontend reverse proxy servers. . This middleware removes Content-Length and streams encoded content, which means the server should support HTTP/1.1 chunked response or downgrade to HTTP/1.0 and close the connection. debian/compat0000644000000000000000000000000212200521521010352 0ustar 8 debian/changelog0000644000000000000000000000363312217150254011044 0ustar libplack-middleware-deflater-perl (0.12-1) unstable; urgency=low * Import Upstream version 0.12 -- Florian Schlichting Sat, 21 Sep 2013 00:48:09 +0200 libplack-middleware-deflater-perl (0.11-1) unstable; urgency=low * Imported Upstream version 0.11. * Removed copyright paragraphs for modules no longer shipped in inc/. * Updated build-dependencies. -- Florian Schlichting Wed, 07 Aug 2013 21:45:51 +0200 libplack-middleware-deflater-perl (0.09-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.09 * Email change: Florian Schlichting -> fsfs@debian.org * Bumped Standards-Version to 3.9.4 (no change) * Updated copyright years -- Florian Schlichting Sun, 26 May 2013 15:44:44 +0200 libplack-middleware-deflater-perl (0.08-1) unstable; urgency=low * Team upload. [ Florian Schlichting ] * Imported Upstream version 0.07 [ gregor herrmann ] * New upstream release 0.08. -- gregor herrmann Mon, 25 Jun 2012 19:32:08 +0200 libplack-middleware-deflater-perl (0.06-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Correct Vcs-Browser and Vcs-Git URLs. [ Florian Schlichting ] * Imported Upstream version 0.06. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Bumped years of upstream and Debian copyright. * Added copyright paragraphs for convenience copies of modules in inc/, besides already documented Module::Install. -- Florian Schlichting Sun, 03 Jun 2012 15:36:18 +0200 libplack-middleware-deflater-perl (0.05-1) unstable; urgency=low * Initial Release (Closes: #638989). -- Florian Schlichting Wed, 24 Aug 2011 17:06:18 +0000 debian/source/0000755000000000000000000000000011671750306010474 5ustar debian/source/format0000644000000000000000000000001411671750306011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612200521521010233 0ustar #!/usr/bin/make -f %: dh $@