debian/0000755000000000000000000000000012256105567007177 5ustar debian/rules0000755000000000000000000000003612256105567010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000326512256105567010610 0ustar Source: libcgi-application-plugin-stream-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Jaldhar H. Vyas Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000) Build-Depends-Indep: perl, libcgi-application-perl, libfile-mmagic-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-stream-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-stream-perl.git Homepage: https://metacpan.org/release/CGI-Application-Plugin-Stream/ Package: libcgi-application-plugin-stream-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, libfile-mmagic-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Description: plugin that adds file streaming support to CGI::Application CGI::Application::Plugin::Stream provides a way to stream a file back to the user from a CGI::Application module. This is useful if you are creating a PDF or Spreadsheet document dynamically to deliver to the user. The file is read and printed in small chunks to keep memory consumption down. If you pass along a filehandle it will be automatically closed on completion. debian/source/0000755000000000000000000000000012256105567010477 5ustar debian/source/format0000644000000000000000000000001412256105567011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000217512256105567011056 0ustar libcgi-application-plugin-stream-perl (2.11-1) unstable; urgency=medium * Team upload. * New upstream release. * Drop 0001-Fix-a-test-failure-due-triggered-by-hash-randomizati.patch. Merged upstream. * Update build dependencies. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Mon, 23 Dec 2013 20:13:46 +0100 libcgi-application-plugin-stream-perl (2.10-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add patch from Niko Tyni to fix test failure with Perl 5.18. (Closes: #709680) * debian/copyright: switch formatting to Copyright-Format 1.0. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Tue, 13 Aug 2013 20:10:08 +0200 libcgi-application-plugin-stream-perl (2.10-1) unstable; urgency=low * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #631001) -- Nicholas Bamber Fri, 24 Jun 2011 12:53:58 +0100 debian/compat0000644000000000000000000000000212256105567010375 0ustar 8 debian/copyright0000644000000000000000000000210712256105567011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Application-Plugin-Stream Upstream-Contact: Jason Purdy Source: https://metacpan.org/release/CGI-Application-Plugin-Stream/ Files: * Copyright: 2004-2005, Jason Purdy License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 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/watch0000644000000000000000000000023012256105567010223 0ustar version=3 https://metacpan.org/release/CGI-Application-Plugin-Stream/ .*/CGI-Application-Plugin-Stream-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$