Change logs for cdebconf source package in Precise

  • cdebconf (0.158ubuntu1) 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.
      * Build cleanly with glib >= 2.31.
    
    cdebconf (0.158) unstable; urgency=low
    
      [ Regis Boudin ]
      * Make more checks at configure time for libs existence.
      * Bring the GTK frontend in line with GTK 2.24 :
        + Compile with GTK_DISABLE_DEPRECATED
        + Compile with GSEAL_ENABLE
        + Use GDK_KEY_* instead of GDK_*
      * Add myself to Uploaders.
      * Factor common code in text frontend, fixing a memory leak.
      * dpkg-reconfigure.c : getfield() reads the status of packages by calling
        dpkg-query instead of manually parsing /var/lib/dpkg/status.
      * Add a symbols file for libdebconfclient0.
      * Stop shipping config and templates directories in /var/lib/cdebconf, which
        are unused.
      * Manage the special case of a metaget owners, returning a comma-separated
        list of the owners. It returned an empty string before.
      * Add cdebconf preinst, postinst, config, and templates files to be able to
        configure frontend and priority.
    
      [ Samuel Thibault ]
      * Use commas to separate choices for proper speech synthesis.
        Closes: #634076.
     -- Colin Watson <email address hidden>   Tue, 20 Dec 2011 17:56:04 +0000
  • 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
  • cdebconf (0.154ubuntu2) natty; urgency=low
    
      Fix for LP: #730672
      * src/modules/frontend/newt/newt.c:
        - use Ubuntu newt's new ability to read palette from configuration file
        - establish a symlink to /etc/newt/palette at initialization according
          to an optional FRONTEND_BACKGROUND kernel parameter
      * debian/palette*, debian/cdebconf-newt-udeb.install:
        - install palettes for [original, dark, ubuntu]
        - install a default /etc/newt/palette symlink to /etc/newt/palette.ubuntu
        - other derivatives can install their palette at /etc/newt/palette.FOO
          and set the FRONTEND_BACKGROUND=FOO kernel parameter
     -- Dustin Kirkland <email address hidden>   Tue, 29 Mar 2011 12:22:21 -0500