debian/0000755000000000000000000000000011725234062007170 5ustar debian/control0000644000000000000000000000333211725234062010574 0ustar Source: libdata-stream-bulk-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbd-mock-perl, libdbd-sqlite3-perl, libdbi-perl, libdbix-class-perl, libmoose-perl (>= 0.90), libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl, perl (>= 5.10.1) | libtest-more-perl (>= 0.88), libtest-requires-perl, libtest-tempdir-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Ansgar Burchardt , Jonathan Yu , gregor herrmann , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Data-Stream-Bulk/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdata-stream-bulk-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-stream-bulk-perl.git Package: libdata-stream-bulk-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.90), libnamespace-clean-perl (>= 0.08), libpath-class-perl, libsub-exporter-perl Description: N at a time iteration API Data::Stream::Bulk is a utility for working with data streams of indefinite size. It tries to find a middle ground between one-at-a-time and all-at-once processing of data sets by providing a common interface for both. . Often, data sets from streams can fit entirely in memory, so operating on them with an array is simple and appropriate. However, in cases where the stream is not bounded, the array can grow to a very large size and quickly consume all available memory. This module allows developers to work with data in blocks which are guaranteed to fit in memory. debian/copyright0000644000000000000000000000226711725234062011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Yuval Kogman Source: http://search.cpan.org/dist/Data-Stream-Bulk/ Upstream-Name: Data-Stream-Bulk Files: * Copyright: 2012, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2009, Ryan Niebur 2010, gregor herrmann 2012, 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/watch0000644000000000000000000000017511725234062010224 0ustar version=3 http://search.cpan.org/dist/Data-Stream-Bulk/ .*/Data-Stream-Bulk-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211725234062010366 0ustar 8 debian/changelog0000644000000000000000000000560211725234062011045 0ustar libdata-stream-bulk-perl (0.11-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 0.11. * Bumped year of upstream copyright. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Added dependency on libpath-class-perl, build-dependency on libtest-requires-perl, perl (>= 5.10.1) | libtest-more-perl (>= 0.88). * Added myself to Uploaders and copyright. [ gregor herrmann ] * Remove build dependency on libtest-use-ok-perl. -- Florian Schlichting Sun, 04 Mar 2012 23:46:48 +0100 libdata-stream-bulk-perl (0.08-1) unstable; urgency=low * New upstream release. * Bump build-dep on libmoose-perl to >= 0.89 for "-excludes". * No longer run POD tests; remove build-dep on libtest-pod-perl. * debian/copyright: Formatting changes for current DEP-5 proposal; refer to /usr/share/common-licenses/GPL-1; update years of copyright; refer to "Debian systems" instead of "Debian GNU/Linux systems". * Use debhelper compat level 8. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Sat, 28 Aug 2010 23:33:35 +0900 libdata-stream-bulk-perl (0.07-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release 0.05 * Patch removed because it is fixed upstream * Added /me to Uploaders * Now tests pod (TEST_POD=1), but debhelper 7.0.50 is needed now [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * build depend on libtest-tempdir-perl instead of patching to not need it, it is now packaged * Update jawnsy's email address * Update ryan52's email address [ Ansgar Burchardt ] * New upstream release 0.06. * Use minimal debian/rules. * Add myself to Uploaders. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * New upstream release 0.07. * Add /me to Uploaders. * Set Standards-Version to 3.8.4 (no changes). -- gregor herrmann Wed, 10 Feb 2010 01:48:50 +0100 libdata-stream-bulk-perl (0.04-1) unstable; urgency=low [ gregor herrmann ] * Remove libtest-use-ok-perl from Depends, since it's only needed for building the package; thanks to Bryan Donlan for the bug report (closes: #522668). [ Ryan Niebur ] * New upstream release * Debian Policy 3.8.1 * refresh patches -- Ryan Niebur Fri, 24 Apr 2009 08:28:51 -0700 libdata-stream-bulk-perl (0.03-1) unstable; urgency=low * Initial release. (Closes: #516390: ITP: libdata-stream-bulk-perl -- N at a time iteration API) -- Ryan Niebur Fri, 20 Feb 2009 23:35:00 -0800 debian/source/0000755000000000000000000000000011725234062010470 5ustar debian/source/format0000644000000000000000000000001411725234062011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611725234062010247 0ustar #!/usr/bin/make -f %: dh $@