debian/0000755000000000000000000000000012254344425007173 5ustar debian/compat0000644000000000000000000000000212254344425010371 0ustar 8 debian/copyright0000644000000000000000000000242512254344425011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Forest Upstream-Contact: Stevan Little Source: https://metacpan.org/release/Forest/ Files: * Copyright: 2008-2014, Infinity Interactive, Inc. License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 2010, Jonathan Yu 2010-2013, Salvatore Bonaccorso 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/rules0000755000000000000000000000003612254344425010252 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000015212254344425010222 0ustar version=3 https://metacpan.org/release/Forest/ .*/Forest-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000230712254344425010600 0ustar Source: libforest-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-exception-perl, libpath-class-perl, libmoose-perl (>= 2.0000), libtest-pod-perl, libmoosex-clone-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libforest-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libforest-perl.git Homepage: https://metacpan.org/release/Forest/ Package: libforest-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 2.0000), libmoosex-clone-perl Description: collection of N-ary tree related modules Forest is a collection of Perl modules implementing a generalized N-ary tree data structure. It also includes several modules useful for manipulating this data, including loading data from file, indexing it in memory, and writing it back out to files (in various formats). debian/source/0000755000000000000000000000000012254344425010473 5ustar debian/source/format0000644000000000000000000000001412254344425011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012254344425010622 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000210012254344425015015 0ustar Description: fix POD typos Origin: vendor Bug: https://rt.cpan.org/Public/Bug/Display.html?id=53271 Forwarded: yes Author: Jonathan Yu Reviewed-by: Salvatore Bonaccorso Last-Update: 2013-12-18 --- a/lib/Forest.pm +++ b/lib/Forest.pm @@ -55,9 +55,9 @@ core implementation. There is some good code in here, but the project seems to be very much on the back-burner at this time. -=item O'Caml port of Forest +=item OCaml port of Forest -Ask me about the O'Caml port of this module, it is also sitting on my hard drive +Ask me about the OCaml port of this module, it is also sitting on my hard drive waiting for release. It actually helped quite a bit in terms of helping me settle on the APIs for this module. Static typing can be very helpful sometimes. --- a/lib/Forest/Tree/Pure.pm +++ b/lib/Forest/Tree/Pure.pm @@ -423,7 +423,7 @@ return sum( $tree->node, $cont->() ); }); -And also allows to stop traversal at a given point. +And also allows one to stop traversal at a given point. =item B debian/patches/series0000644000000000000000000000002712254344425012036 0ustar fix-pod-spelling.patch debian/changelog0000644000000000000000000000433112254344425011046 0ustar libforest-perl (0.10-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Salvatore Bonaccorso ] * Imported Upstream version 0.10 * Drop (build-)dependency on libmoosex-attributehelpers-perl * Adjust (build-)dependency for Moose. Make the unversioned Build-Depends-Indep and Depends on libmoose-perl versioned to (>= 2.0000). * Update copyright years for upstream files * Update copyright years for included Module::Install copy * Update copyright years for debian/* packaging files * Bump Debhelper compat level to 8. Adjust versioned Build-Depends on debhelper to (>= 8). * Bump Standards-Version to 3.9.5 * Update fix-pod-spelling.patch patch -- Salvatore Bonaccorso Wed, 18 Dec 2013 16:58:07 +0100 libforest-perl (0.09-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * debian/control: - Update versioned (Build-)Depends(-Indep) on libmoose-perl to (>= 0.90). - Lower Build-Depends on debhelper to (>= 7). * Convert to '3.0 (quilt)' source package format. Drop use of quilt in debian/rules and remove Build-Depends on quilt. * Remove README.source as it is not needed anymore. * Refresh debian/copyright. Refer to Debian systems in general and explicitly point to the GPL-1 license text in common-licenses. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Sun, 24 Oct 2010 20:45:39 +0200 libforest-perl (0.08-1) unstable; urgency=low * New upstream release * Remove pod-fix-whatis patch fixed upstream * Now depends on MooseX::Clone 0.05 * Refresh POD spelling patch -- Jonathan Yu Sun, 17 Jan 2010 15:38:57 -0500 libforest-perl (0.07-1) unstable; urgency=low * Initial Release (Closes: #563219) -- Jonathan Yu Thu, 31 Dec 2009 21:54:06 -0500