debian/0000755000000000000000000000000012216365754007201 5ustar debian/rules0000755000000000000000000000003612216365754010260 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000252112216365754010604 0ustar Source: libarray-iterator-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libcapture-tiny-perl, libtest-exception-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libarray-iterator-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libarray-iterator-perl.git Homepage: https://metacpan.org/release/Array-Iterator/ Package: libarray-iterator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: simple class to provide iterators over Perl arrays Array::Iterator Perl module provides a very simple iterator interface. It is uni-directional and can only be used once. It provides no means of reversing or resetting the iterator. It is not recommended to alter the array during iteration, however no attempt is made to enforce this. This class only intends to provide a clear and simple means of generic iteration, nothing more (yet). . This package also provides: * Array::Iterator::BiDirectional to allow forward and backward iteration * Array::Iterator::Circular to allow circular iteration * Array::Iterator::Reusable to allow reuse of iterators debian/source/0000755000000000000000000000000012216365754010501 5ustar debian/source/format0000644000000000000000000000001412216365754011707 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000233712216365754011060 0ustar libarray-iterator-perl (0.11-1) unstable; urgency=low * Team upload. * New upstream releases 0.10, 0.11. * Drop patch fix-spelling: merged upstream. * Add new build dependency. -- gregor herrmann Wed, 18 Sep 2013 20:07:10 +0200 libarray-iterator-perl (0.09-1) unstable; urgency=low * Team upload * New upstream release. * Update patches. Drop fix-whatis-entry (fixed upstream), refresh (offset) and forward fix-spelling. * Stop installing README. Text version of the POD. * Update years of upstream copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Tue, 17 Sep 2013 19:30:53 +0200 libarray-iterator-perl (0.8-2) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Alessandro Ghedini ] * Remove useless Depends on libarray-iterator-perl (Closes: #703984) -- Alessandro Ghedini Tue, 26 Mar 2013 17:48:46 +0100 libarray-iterator-perl (0.8-1) unstable; urgency=low * Initial Release. (Closes: #689711) -- Dominique Dumont Sun, 07 Oct 2012 14:55:42 +0200 debian/compat0000644000000000000000000000000212216365754010377 0ustar 8 debian/copyright0000644000000000000000000000207112216365754011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Array-Iterator Upstream-Contact: Steven Haryanto Source: https://metacpan.org/release/Array-Iterator/ Files: * Copyright: 2005-2013 Steven Haryanto License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont 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/watch0000644000000000000000000000017212216365754010232 0ustar version=3 https://metacpan.org/release/Array-Iterator/ .*/Array-Iterator-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$