debian/0000755000000000000000000000000012200531147007161 5ustar debian/watch0000644000000000000000000000016212101263467010220 0ustar version=3 https://metacpan.org/release/Data-Visitor/ .*/Data-Visitor-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000247012200530701011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Visitor Upstream-Contact: Yuval Kogman Source: https://metacpan.org/release/Data-Visitor/ Files: * Copyright: 2006-2013, Yuval Kogman License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, 2007, Krzysztof Krzyzaniak (eloy) 2008, Jose Luis Rivas 2008, Roberto C. Sanchez 2007-2009, gregor herrmann 2009, Ryan Niebur 2012-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 the GNU General Public License version 1 can be found in `/usr/share/common-licenses/GPL-1' debian/control0000644000000000000000000000312712200530526010567 0ustar Source: libdata-visitor-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Jonathan Yu , Jose Luis Rivas , Ryan Niebur , Ansgar Burchardt , Maximilian Gass , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-load-perl, libdata-alias-perl, libmoose-perl, libnamespace-clean-perl (>= 0.19), libtest-requires-perl, libtie-toobject-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-visitor-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-visitor-perl.git Homepage: https://metacpan.org/release/Data-Visitor/ Package: libdata-visitor-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-load-perl, libmoose-perl, libnamespace-clean-perl (>= 0.19), libtie-toobject-perl Recommends: libdata-alias-perl Description: Visitor implementation for Perl data structures Data::Visitor is a simple visitor implementation for Perl data structures. It has a main dispatcher method, visit, which takes a single Perl value and then calls the methods appropriate for that value. debian/compat0000644000000000000000000000000211671743030010366 0ustar 8 debian/changelog0000644000000000000000000001665012200531147011043 0ustar libdata-visitor-perl (0.30-1) unstable; urgency=low [ 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 [ Florian Schlichting ] * Imported Upstream version 0.30. * Email change: Florian Schlichting -> fsfs@debian.org. * Bumped Standards-Version to 3.9.4 (update to copyright-format 1.0). * Bumped copyright years. -- Florian Schlichting Wed, 07 Aug 2013 22:47:21 +0200 libdata-visitor-perl (0.28-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Imported Upstream version 0.28. * Bumped Standards-Version to 3.9.2 (no changes necessary). * Updated and sorted (build)dependencies. * Bumped year of upstream copyright. * Added myself to Uploaders and copyright. * Updated DEP-5 format specification and headers. * Added optional libdata-alias-perl to Recommends, earlier build problems have been fixed. -- Florian Schlichting Fri, 17 Feb 2012 08:49:12 +0000 libdata-visitor-perl (0.27-3) unstable; urgency=low [ gregor herrmann ] * Remove runtime dependency on libtest-use-ok-perl. Thanks to Kevin Ryde for the bug report (closes: #586731). * Email change: Jose Luis Rivas -> ghostbar@debian.org [ Ansgar Burchardt ] * Update my email address. [ Maximilian Gass ] * Update copyright file * Increase debhelper compat level to 8 * Add myself to Uploaders * Bump Standards-Version to 3.9.1: no changes necessary * Remove build-dependency and dependency on libclass-accessor-perl (not present in META.yml) -- Maximilian Gass Thu, 24 Feb 2011 16:24:37 +0100 libdata-visitor-perl (0.27-2) unstable; urgency=low * Remove optional (build-)dep on libdata-alias-perl. Data::Alias fails to build with perl 5.12 and is unlikely to be fixed. (Closes: #581268) * Use source format 3.0 (quilt). -- Ansgar Burchardt Mon, 24 May 2010 21:25:39 +0900 libdata-visitor-perl (0.27-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Rewrite control description * Standards-Version 3.8.4 (no changes) * Drop dependency on Test::MockObject [ gregor herrmann ] * Minimize debian/rules. -- Jonathan Yu Wed, 03 Feb 2010 11:57:05 -0500 libdata-visitor-perl (0.26-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (no changes) * Added myself to Uploaders [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/control: add (build) dependency on libmoose-perl (instead of Any::Moose). * debian/control: drop version from perl build dependency. -- gregor herrmann Sat, 12 Dec 2009 19:10:00 +0100 libdata-visitor-perl (0.24-2) unstable; urgency=low * Add missing dependency on libnamespace-clean-perl * Add myself to Uploaders. -- Ansgar Burchardt Sat, 09 May 2009 16:56:23 +0200 libdata-visitor-perl (0.24-1) unstable; urgency=low [ Jose Luis Rivas ] * New upstream release. [ Rene Mayorga ] * Add libnamespace-clean-perl to B-D-I [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Ryan Niebur ] * New upstream release * Add myself to Uploaders * Debian Policy 3.8.1 * remove lintian overrides, not needed * change dependency to libany-moose-perl * add dependency on libdata-alias-perl * machine readable copyright format * debhelper 7 -- Ryan Niebur Fri, 24 Apr 2009 19:37:00 -0700 libdata-visitor-perl (0.17-1) unstable; urgency=low * New upstream release. * debian/control: change my email address. * Set Standards-Version to 3.8.0 (no changes). * Refresh debian/rules, no functional changes. * Add a lintian override for a warning about a long line in manpage which is caused by a long URL. -- gregor herrmann Sun, 20 Jul 2008 14:54:58 +0200 libdata-visitor-perl (0.15-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * Added libtie-toobject-perl to dependencies. [ gregor herrmann ] * New upstream release (closes: #462639). -- gregor herrmann Sat, 26 Jan 2008 14:25:35 +0100 libdata-visitor-perl (0.13-1) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. [ Jose Luis Rivas ] * New upstrem release * debian/compat: set to 6 -- Roberto C. Sanchez Sat, 12 Jan 2008 13:28:01 -0500 libdata-visitor-perl (0.12-1) unstable; urgency=low * New upstream release. * debian/copyright: Updated with upstream copyright dates. * debian/rules: `touch @' instead of `touch *-stamp'. -- Jose Luis Rivas Tue, 08 Jan 2008 10:41:11 -0430 libdata-visitor-perl (0.10-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.7.3 (no changes needed). * debian/watch: use dist-based URL. * debian/control: remove unused libmodule-build-perl. -- gregor herrmann Wed, 26 Dec 2007 17:46:24 +0100 libdata-visitor-perl (0.09-1) unstable; urgency=low * New upstream release. * Add Homepage field and myself to Uploaders in debian/control. * Cleanup debian/rules (unused dh_* calls, unused compiler args, move tests to build). * Remove empty /usr/lib/perl5 directory from binary package. * Mention the Debian Perl Group and the canonical upstream URL in debian/copyright. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Removed: XS-Vcs-Svn fields. -- gregor herrmann Tue, 09 Oct 2007 22:28:35 +0200 libdata-visitor-perl (0.08-1) unstable; urgency=low * New upstream release * debian/rules: don't ignore clean errors -- Krzysztof Krzyzaniak (eloy) Wed, 11 Jul 2007 10:17:08 +0200 libdata-visitor-perl (0.07-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Tue, 22 May 2007 20:04:47 +0200 libdata-visitor-perl (0.05-1) unstable; urgency=low * New upstream release * debian/control: + Standards-Version: increased to withour changes 3.7.2.1 * debian/compat: + increased to 5 -- Krzysztof Krzyzaniak (eloy) Wed, 26 Apr 2006 10:02:01 +0200 libdata-visitor-perl (0.04-1) unstable; urgency=low * New upstream release * Not uploaded yet: ERROR: Version 1.00 of Test::MockObject is installed, but we need version >= 1.04 (this version still not in debian) -- Krzysztof Krzyzaniak (eloy) Mon, 3 Apr 2006 13:06:41 +0200 libdata-visitor-perl (0.03-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Thu, 23 Mar 2006 10:32:30 +0100 libdata-visitor-perl (0.02-2) unstable; urgency=low * debian/control - added libclass-accessor-perl to dependencies (closes: #358411) -- Krzysztof Krzyzaniak (eloy) Wed, 22 Mar 2006 23:40:50 +0100 libdata-visitor-perl (0.02-1) unstable; urgency=low * Initial Release (closes: #356385). -- Krzysztof Krzyzaniak (eloy) Sat, 11 Mar 2006 11:49:51 +0100 debian/source/0000755000000000000000000000000011671743030010470 5ustar debian/source/format0000644000000000000000000000001411671743030011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671743030010247 0ustar #!/usr/bin/make -f %: dh $@