libparse-debcontrol-perl 2.005-ok2 source package in openKylin

Changelog

libparse-debcontrol-perl (2.005-ok2) nile; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Fri, 26 Apr 2024 14:14:49 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparse-debcontrol-perl_2.005.orig.tar.gz 11.1 KiB b64bce1ff212d7e3ef9d4368e7b62749cf27751fa8360cdf53e969123346a729
libparse-debcontrol-perl_2.005-ok2.debian.tar.xz 11.4 KiB 489844ababaee958d6fa3018b859ac586b4dbf293960fceb05952da62cff54af
libparse-debcontrol-perl_2.005-ok2.dsc 2.0 KiB 5d0d7a84b76749aea179248a839b818f331e5cb30c7ed08fca597669fa9ca73b

View changes file

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-controlfields.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.