cdebconf 0.157ubuntu1 source package in Ubuntu

Changelog

cdebconf (0.157ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  Remaining changes:
    - Read newt palette from /etc/newt/palette, symlinked at initialisation
      according to FRONTEND_BACKGROUND.
    - Install palettes for [original, dark, ubuntu].
    - Install a default /etc/newt/palette symlink to
      /etc/newt/palette.ubuntu.

cdebconf (0.157) unstable; urgency=low

  [ Regis Boudin ]
  * Switch to dpkg format 3.0 native.
  * Add build-arch and build-indep targets to debian/rules.
  * Bump Standards-Version to 3.9.2.
  * Stop passing -ldl when linking libdebconfclient, unneeded.
  * Try to create the database files if they don't exist. Closes: #451130.
  * Only link libdebconf.so to libtextwrap, not the applications. However, if
    enabled, explicitly link the newt module to it, instead of resolving the
    symbols indirectly through libdebconf.so.
  * Make debconf --priority actually set the priority.
  * Give live libdebconfclient0 a different short description, making lintian
    happier.
  * Fix dpkg-reconfigure to pass parameters again when calling scripts.
  * Implement dpkg-preconfigure (Closes: #442293).
  * Improve detection of the package name, automatically load the .templates
    file, and run the .config file is they exist. Closes: #537536.
  * Fix memory leak in text frontend.
  * Rework setting of values while running with a frontend, to use debconf-
    relevant settings (e.g. debconf/priority or debconf/frontend).
  * Fix naming collision between handlers in the frontends shared objects.
  * Rework frontend loading to enable change while running, and be more robust.

  [ Colin Watson ]
  * Emit slightly more compact error messages for unknown localised fields.

cdebconf (0.156) unstable; urgency=low

  [ Regis Boudin ]
  * Add cdebconf versions of debconf-escape, debconf-get-selections,
    debconf-set-selections, and debconf-show. (Initial debconf-escape code by
    Colin Watson.)
  * Fix FTBFS with the future GCC 4.6.1 (Closes: #625317).
  * Implement handling of multiple flags in the rfc822db backend. Fix some
    issue in it, thanks to Samuel Thibault (Closes: #628084).
  * dpkg-reconfigure :
    + Update g_frontend after each run of confmodule, in case it was changed.
      Closes: #442287.
    + Load the questions and templates dbs before the frontend to avoid being
      overridden by the value of debconf/frontend. See #442287 for more info.
    + Fix call to getline() to stop when reaching the end of the file.
    + Let getline() realloc the buffer instead of freeing it every time.
    + Set _cmdline::frontend instead of DEBIAN_FRONTEND.
    + Compare the variable script instead of the constant string "script" with
      "config".
  * Remove duplicate Priority fields in control file.

  [ Samuel Thibault ]
  * Add -lpthread to fix loading on hurd the gtk backend which needs it.

cdebconf (0.155) unstable; urgency=low

  [ Colin Watson ]
  * Appease compiler warnings in align_text_renderer_render.  (In practice
    x_offset and y_offset are never uninitialised here, but knowing that
    requires knowing that cell_area can never be NULL.)
  * Make some more variables and functions static (in programs - no library
    ABI changes).
  * Use 'dpkg-query --control-path' in dpkg-reconfigure rather than
    hardcoding /var/lib/dpkg/info (closes: #616060).
  * Use getline rather than a fixed-length buffer in dpkg-reconfigure
    getfield.

  [ Updated translations ]
  * Bulgarian (bg.po) by Damyan Ivanov
  * Czech (cs.po) by Miroslav Kure
  * Esperanto (eo.po) by Felipe Castro
  * Korean (ko.po) by Changwoo Ryu
  * Romanian (ro.po) by Eddy Petrișor
  * Slovak (sk.po) by Ivan Masár
  * Swedish (sv.po) by Daniel Nylander
  * Uighur (ug.po) by Sahran
 -- Colin Watson <email address hidden>   Mon, 17 Oct 2011 22:48:23 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cdebconf_0.157ubuntu1.tar.gz 349.6 KiB 0522bf449c97e784c449eae2af076aa8ea384f03f046f6e3991aed3739329b5f
cdebconf_0.157ubuntu1.dsc 2.2 KiB fb4962dce08394d1a0cea01906a26b93989be290d4c297707b461dbadcf4ed7f

Available diffs

View changes file

Binary packages built by this source

cdebconf: Debian Configuration Management System (C-implementation)

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.

cdebconf-gtk: Gtk+ frontend for Debian Configuration Management System

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version in C.
 .
 cdebconf-gtk is a minimal Gtk+ frontend cdebconf package.

cdebconf-gtk-udeb: Gtk+ frontend for Debian Configuration Management System

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version in C.
 .
 cdebconf-gtk-udeb is a minimal Gtk+ frontend cdebconf package used
 by the debian-installer.

cdebconf-newt-udeb: Newt frontend for Debian Configuration Management System

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 cdebconf-newt-udeb is a minimal Newt frontend cdebconf package used
 by the debian-installer.

cdebconf-priority: Change debconf priority

 This is a udeb that allows you to change the priority limit for the
 questions.

cdebconf-text-udeb: Plain text frontend for Debian Configuration Management System

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 cdebconf-text-udeb is a basic plain text frontend cdebconf package used
 by the debian-installer.

cdebconf-udeb: Debian Configuration Management System (C-implementation)

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 cdebconf-udeb is a minimal cdebconf package used by the
 debian-installer

libdebconfclient0: Debian Configuration Management System (C-implementation library)

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 This is the libraries needed by libdebconfclient-dev and cdebconf.

libdebconfclient0-dev: Development files for cdebconf

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 This package contains files needed to do cdebconf development

libdebconfclient0-udeb: Debian Configuration Management System (C-implementation)

 Debconf is a configuration management system for Debian packages. It is
 used by some packages to prompt you for information before they are
 installed. This is a reimplementation of the original debconf version
 in C.
 .
 This is a udeb version of libdebconfclient0.