libdata-walk-perl 1.00-2 source package in Ubuntu
Changelog
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 <email address hidden> Wed, 25 Dec 2013 21:42:01 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdata-walk-perl_1.00-2.dsc | 1.4 KiB | 3196ee2a2b7762bfcc06e5c377a04d875f1fa75a45363b3eb04f9228fe4fc51b |
libdata-walk-perl_1.00.orig.tar.gz | 20.8 KiB | bafed86b1dab0b234c1a4ba5ee01c03910da846278b5a9bc2ea847dbc862ec1c |
libdata-walk-perl_1.00-2.debian.tar.gz | 2.9 KiB | de2eb147d91f89b1c04159db25fac871298395cc5205345e0295ad08df4190e7 |
Available diffs
- diff from 1.00-1 (in Ubuntu) to 1.00-2 (3.3 KiB)
No changes file available.
Binary packages built by this source
- libdata-walk-perl: 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.