libparse-debcontrol-perl 2.005-4.1 source package in Ubuntu
Changelog
libparse-debcontrol-perl (2.005-4.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Mon, 28 Dec 2020 11:29:52 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libparse-debcontrol-perl_2.005-4.1.dsc | 2.3 KiB | 0180bb8757faa9c467e805f9221ecf24f350bf8fa67c7690abe185d2bd79d377 |
libparse-debcontrol-perl_2.005.orig.tar.gz | 11.1 KiB | b64bce1ff212d7e3ef9d4368e7b62749cf27751fa8360cdf53e969123346a729 |
libparse-debcontrol-perl_2.005-4.1.debian.tar.xz | 12.1 KiB | 0007f991be87404d4a994e80113f89229a49fd76b95d6d3533d14565715e7d55 |
Available diffs
- diff from 2.005-4 to 2.005-4.1 (374 bytes)
No changes file available.
Binary packages built by this source
- libparse-debcontrol-perl: parser for debian control-like files
Parse::DebControl is an easy OO way to parse Debian control files and
other colon separated key-value pairs. It's specifically designed
to handle the format used in Debian control files, template files, and
the cache files used by dpkg.
.
For basic format information see:
http://www.debian. org/doc/ debian- policy/ ch-controlfield s.html# s-controlsyntax
.
This module does not actually do any intelligence with the file content
(because there are a lot of files in this format), but merely handles
the format. It can handle simple control files, or files hundreds of lines
long efficiently and easily.