dotconf 1.3-0ubuntu1 source package in Ubuntu
Changelog
dotconf (1.3-0ubuntu1) trusty; urgency=low [ Jason White ] * New upstream release. (Closes: #637652) * Add multi-arch support. * Create a package for debugging symbols. * Convert the character encoding of the copyright file to UTF8. * Add copyright notice (in required form) to copyright file and identify the current upstream source. * Update dependencies. * Remove dotconf-config(1) manual page as dotconf-config no longer exists. * Specify source format as 3.0 (quilt). * Update standards-version to 3.9.4. [ Luke Yelavich ] * Remove obsolete postinst script * Rename the dotconf library package to match the soname * Update to new copyright format * Added symbols file * debian/rules: Remove multi-arch variable definition, debhelper 9 takes care of things already * 0001-fix-possible-buffer-overflow-in-get_path.patch: - Patch taken from upstream git to fix a possible buffer overflow in get_path * Remove the use of autoreconf, we do not currently change anything that requires autotools files regeneration * debian/rules: Add a get-orig-source rule, since upstream does not release tarballs with autotools files generated -- Luke Yelavich <email address hidden> Mon, 28 Oct 2013 21:09:11 -0700
Upload details
- Uploaded by:
- Luke Yelavich
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dotconf_1.3.orig.tar.gz | 350.6 KiB | 17e0f6f72a84d6af8948d13d04ac8ecf7211df169a7cbd670845b0455f3c2d15 |
dotconf_1.3-0ubuntu1.debian.tar.gz | 4.4 KiB | 41e8b17248bbac883f5b9642225bd871862a74ee93a15ab42813c166afbbe319 |
dotconf_1.3-0ubuntu1.dsc | 1.2 KiB | d8ade4fcf925d4d3881c9eb350222096ac782fb6d61291b0fdabd684ba04c1c5 |
Available diffs
- diff from 1.0.13-3build2 to 1.3-0ubuntu1 (574.4 KiB)
Binary packages built by this source
- libdotconf-dev: Configuration file parser library - development files
dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf
look very similar to those used by the Apache Webserver. Even
Container-Directives known from httpd.conf can easily be used in the
exact same manner as for Apache-Modules. It supports various types of
arguments, dynamically loadable modules that create their own
configuration options on-the-fly, a here-documents feature to pass
very long ARG_STR data to your app, and on-the-fly inclusion of
additional config files.
.
This package contains the development files necessary to build
programs using the dotconf library.
- libdotconf0: Configuration file parser library - runtime files
dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf
look very similar to those used by the Apache Webserver. Even
Container-Directives known from httpd.conf can easily be used in the
exact same manner as for Apache-Modules. It supports various types of
arguments, dynamically loadable modules that create their own
configuration options on-the-fly, a here-documents feature to pass
very long ARG_STR data to your app, and on-the-fly inclusion of
additional config files.
- libdotconf0-dbg: Configuration file parser library - runtime files
dot.conf is a simple-to-use and powerful configuration-file parser
library written in C. The configuration files created for dot.conf
look very similar to those used by the Apache Webserver. Even
Container-Directives known from httpd.conf can easily be used in the
exact same manner as for Apache-Modules. It supports various types of
arguments, dynamically loadable modules that create their own
configuration options on-the-fly, a here-documents feature to pass
very long ARG_STR data to your app, and on-the-fly inclusion of
additional config files.
.
This package contains the debugging symbols for libdotconf.