debian/0000755000000000000000000000000012256641452007175 5ustar debian/README.source0000644000000000000000000000036412253443410011346 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/changelog0000644000000000000000000000410612256641452011050 0ustar libdata-walk-perl (1.00-2) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields. (Closes: #615415). * Refresh debian/rules, no functional changes, except: don't create .packlist file any more. * debian/watch: use dist-based URL. * Set Standards-Version to 3.8.0; add debian/README.source to document quilt usage. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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 ] * Fix the following lintian warnings: + package-has-a-duplicate-build-relation + copyright-with-old-dh-make-debian-copyright + quilt-patch-missing-description * Switch to source format "3.0 (quilt)" + Remove quilt build-dependency and quilt traces from debian/rules * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} + Remove obsolete dh_{clean,installchangelogs} parameter + Move dh_installdocs parameters to debian/docs + Remove obsolete variable usage + Finally switch to a minimal dh-style debian/rules file * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Wed, 25 Dec 2013 21:42:01 +0100 libdata-walk-perl (1.00-1) unstable; urgency=low * Initial Release (Closes: #442837). -- Damyan Ivanov Mon, 17 Sep 2007 13:33:07 +0300 debian/compat0000644000000000000000000000000212256636373010401 0ustar 9 debian/control0000644000000000000000000000166212256641276010611 0ustar Source: libdata-walk-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Section: perl Priority: optional Build-Depends: debhelper (>= 9~), perl Build-Depends-Indep: libtest-unit-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-walk-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-walk-perl.git Homepage: https://metacpan.org/release/Data-Walk Package: libdata-walk-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Traverse Perl data structures With Data::Walk, one can have a call back function being called for each node in a given structure. It works with hash references, array references and blessed references of arbitrary depth. . Data::Walk is similar to File::Find, but instead of directory hiearchies, it works with Perl data. debian/copyright0000644000000000000000000000255212256206002011120 0ustar This is the debian package for the Data-Walk module. It was created by Damyan Ivanov using dh-make-perl. It was downloaded from http://search.cpan.org/dist/Data-Walk/ Author and Copyright: Copyright (C) 2005-2006, Guido Flohr , all rights reserved. License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the full text of GNU Library General Public License on 2 can be found in /usr/share/common-licenses/LGPL-2. Later versions are in the same directory, named LGPL-2.1 and LGPL-3. The Debian packaging is Copyright (C) 2007, Damyan Ivanov and is licensed under the same terms as the software itself (see above). debian/patches/0000755000000000000000000000000012256206600010614 5ustar debian/patches/01-drop_shebang_from_pm.patch0000644000000000000000000000032512256206600016225 0ustar Description: Drop /bin/false shebang line --- a/lib/Data/Walk.pm +++ b/lib/Data/Walk.pm @@ -1,5 +1,3 @@ -#! /bin/false - # $Id: Walk.pm,v 1.15 2006/05/11 14:10:54 guido Exp $ # Traverse Perl data structures. debian/patches/series0000644000000000000000000000003612253443410012027 0ustar 01-drop_shebang_from_pm.patch debian/rules0000755000000000000000000000013612256640736010261 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/watch0000644000000000000000000000025412256203635010224 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Data-Walk .*/Data-Walk-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000012256206370010471 5ustar debian/source/format0000644000000000000000000000001412256206370011677 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001412256640206010037 0ustar README NEWS