confget 1.05-1 source package in Ubuntu

Changelog

confget (1.05-1) unstable; urgency=medium


  * Update the copyright file:
    - convert it to the 1.0 format
    - separate lists of copyrighted files with whitespace, not commas
    - bump the year of my copyright notice
    - fix the upstream homepage location
  * Bump Standards-Version to 3.9.5 with no changes.
  * Bump the debhelper compatibility level to 9 with no changes.
  * Get the hardening options directly from debhelper:
    - remove the build dependency on hardening-includes
    - no longer include the hardening Makefile snippet into the rules file
    - explicitly enable all the hardening features; they may be disabled
      in the future if confget should fail to build anywhere
    - use DEB_CFLAGS_MAINT_APPEND to, well, append to CFLAGS
  * Enable parallel building - not that it matters a lot in this case :)
  * New upstream release:
    - honors CPPFLAGS now, so the hardening flags may be passed as-is
    - autodetects getline(3) support, so no need for CFLAGS_CONF
    - renames PCRE_CFLAGS to PCRE_CPPFLAGS, so follow suit
    - update the copyright years in the copyright file
    - follow upstream and switch from -ansi to -std=c99
  * Remove the obsolete DM-Upload-Allowed field.
  * Drop the source compression options; dpkg-dev's defaults are good enough.
  * Update the watch file after the devel.ringlet.net website change.
  * Let uscan verify upstream's signature against my own key.

 -- Peter Pentchev <email address hidden>  Sat, 23 Aug 2014 12:07:22 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe text

Downloads

File Size SHA-256 Checksum
confget_1.05-1.dsc 1.8 KiB 9ea3ae510f5609934a033010554b4a32fc77da259592d774021f7ee1705aae04
confget_1.05.orig.tar.bz2 15.9 KiB 141d4e42e2dac82ba746451581b57574c3806fab94bf4067cfa99076874e6547
confget_1.05-1.debian.tar.xz 263.3 KiB 3f85e7284b129ebdd2cb53f5e857972ce922f7dc1e033ebf1517ef45ce1da593

Available diffs

No changes file available.

Binary packages built by this source

confget: No summary available for confget in ubuntu yakkety.

No description available for confget in ubuntu yakkety.

confget-dbgsym: debug symbols for package confget

 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.