confget 5.1.2-2 source package in Ubuntu

Changelog

confget (5.1.2-2) unstable; urgency=medium

  * Declare compliance with Policy 4.7.0 with no changes.
  * autopkgtest: pass -O-qfeatures as a single argument to feature-check.
    Closes: #1072617
  * Use debhelper compat level 14 and let debhelper add some default
    dependencies automatically.
  * Include dpkg's default.mk, let it export flag and option variables.
  * Declare dpkg-build-api v1, drop the implied Rules-Requires-Root: no.
  * Use dh-package-notes to record ELF package metadata.
  * gbp.conf: use the debian/master branch again.

 -- Peter Pentchev <email address hidden>  Wed, 05 Jun 2024 22:55:42 +0300

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe text

Downloads

File Size SHA-256 Checksum
confget_5.1.2-2.dsc 2.6 KiB d725fdb6485561958c3f783eb6f6d9d4bf7bf7d946ff7a06e6b25e3502aeafa5
confget_5.1.2.orig.tar.xz 59.3 KiB e4c94b01ff2f88c952377721ff3f63bb641124fb101ab00f730682a33556ae2f
confget_5.1.2.orig.tar.xz.asc 833 bytes 5348f52f27c892e0e6cf78ab80dd053ba039ebacbc722d8f83475c17444c68ee
confget_5.1.2-2.debian.tar.xz 11.0 KiB c3b6549beb1d5270990dbf913a487c006673c19bd2da98b99280afcf4fa710f6

Available diffs

No changes file available.

Binary packages built by this source

confget: read variables from INI-style configuration files

 The confget utility examines a INI-style configuration file and retrieves
 the value of the specified variables from the specified section.
 Its intended use is to let shell scripts use the same INI-style
 configuration files as other programs, to avoid duplication of data.
 .
 The confget utility may retrieve the values of one or more variables,
 list all the variables in a specified section, list only those whose names
 or values match a specified pattern (shell glob or regular expression), or
 check if a variable is present in the file at all. It has a "shell-quoting"
 output mode that quotes the variable values in a way suitable for passing
 them directly to a Bourne-style shell.

confget-dbgsym: debug symbols for confget
python3-confget: read variables from INI-style configuration files - Python 3.x library

 The confget utility examines a INI-style configuration file and retrieves
 the value of the specified variables from the specified section.
 Its intended use is to let shell scripts use the same INI-style
 configuration files as other programs, to avoid duplication of data.
 .
 The confget utility may retrieve the values of one or more variables,
 list all the variables in a specified section, list only those whose names
 or values match a specified pattern (shell glob or regular expression), or
 check if a variable is present in the file at all. It has a "shell-quoting"
 output mode that quotes the variable values in a way suitable for passing
 them directly to a Bourne-style shell.
 .
 This package contains the Python 3.x library.