libconfig-file-perl 1.50-3 source package in Ubuntu
Changelog
libconfig-file-perl (1.50-3) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Change my email address. * Remove Conflicts:/Replaces:/Provides: libconfigfile-perl. * debian/control: update {versioned,alternative} (build) dependencies. * Strip trailing slash from metacpan URLs. [ Axel Beckert ] * Replace old module name with current one in long package description. Fixes pkg-perl specific lintian warning no-module-name-in-description. * debian/copyright: + Use Sébastien's @debian.org e-mail address instead of his no more valid private one. Issue reported by DUCK. + Add the accent to Sébastien's name. + Fix wrong/duplicate "Files:" wildcard for the Debian packaging. + Correct license from GPL-1+ to GPL-2+ based on upstream README. + Convert to machine-readable DEP5 format. * Apply wrap-and-sort. * Switch to source format "3.0 (quilt)". * Remove perl from Build-Depends-Indep, it's already in Build-Depends. * Declare compliance with Debian Policy 3.9.6 (no other changes needed). * Remove obsolete emacs "local variables:" from debian/changelog. * Add b-d on libmodule-build-perl for Perl 5.22 compatibility. * Switch to a minimal dh v7 style debian/rules file. * Use dh_auto_configure instead of "perl Makefile.PL". + Bump debhelper compatibility to 8 to be able to use dh_auto_configure as the Module::Build::Compat generated Makefile.PL seems to fail wrt. to arch:any vs arch:all library directories. + Update versioned build-dependency on debhelper accordingly. + Drop CREATE_PACKLIST=0 from dh_auto_configure parameters and hence the whole dh_auto_configure override. Seems obsolete now. * Mark package as autopkgtestable. * Add myself to Uploaders. -- Axel Beckert <email address hidden> Sat, 30 May 2015 15:20:10 +0200
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 | |
---|---|---|---|---|
Bionic | release | universe | perl | |
Xenial | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libconfig-file-perl_1.50-3.dsc | 2.2 KiB | 1eba5188d66b9d2779467052f538337836239dcb06e97419e8f197303eca8426 |
libconfig-file-perl_1.50.orig.tar.gz | 11.1 KiB | 7ad5e4466da1f59ce95111432345a4d4beeda602f8c28be6e09f79e32043916a |
libconfig-file-perl_1.50-3.debian.tar.xz | 4.0 KiB | 523f0e20f24387ccc386c3d8b76c551e191fa61c82db417622711cd8e580cf7c |
Available diffs
- diff from 1.50-2 (in Ubuntu) to 1.50-3 (2.9 KiB)
No changes file available.
Binary packages built by this source
- libconfig-file-perl: Parses simple configuration files
Config::File parses simple configuration files and store its values in
an anonymous hash reference. The syntax of the configuration file is
quite simple:
.
# This is a comment
VALUE_ONE = foo
VALUE_TWO = $VALUE_ONE/bar
VALUE_THREE = The value contains a \# (hash). # This is a comment.
COMPOSED_VALUE[one] = The first component of a clustered value
COMPOSED_VALUE[two] = The second component of a clustered value