[ubuntu/precise] cdebconf 0.157ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Oct 17 22:00:17 UTC 2011
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
Date: Mon, 17 Oct 2011 22:48:23 +0100
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/cdebconf/0.157ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 17 Oct 2011 22:48:23 +0100
Source: cdebconf
Binary: cdebconf cdebconf-gtk libdebconfclient0 libdebconfclient0-dev cdebconf-udeb cdebconf-priority libdebconfclient0-udeb cdebconf-text-udeb cdebconf-slang-udeb cdebconf-newt-udeb cdebconf-gtk-udeb
Architecture: source
Version: 0.157ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
cdebconf - Debian Configuration Management System (C-implementation)
cdebconf-gtk - Gtk+ frontend for Debian Configuration Management System
cdebconf-gtk-udeb - Gtk+ frontend for Debian Configuration Management System (udeb)
cdebconf-newt-udeb - Newt frontend for Debian Configuration Management System (udeb)
cdebconf-priority - Change debconf priority (udeb)
cdebconf-slang-udeb - S-Lang frontend for Debian Configuration Management System (udeb)
cdebconf-text-udeb - Plain text frontend for Debian Configuration Management System (udeb)
cdebconf-udeb - Debian Configuration Management System (C-implementation) (udeb)
libdebconfclient0 - Debian Configuration Management System (C-implementation library)
libdebconfclient0-dev - Development files for cdebconf
libdebconfclient0-udeb - Debian Configuration Management System (C-implementation) (udeb)
Closes: 442287 442293 451130 537536 616060 625317 628084
Changes:
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
Checksums-Sha1:
58f2e4be4ddc4ae934e3998c44d6739ff8d7fd70 2299 cdebconf_0.157ubuntu1.dsc
6fec9b967a47ab11cdb88a0a751926fb8dd81319 357995 cdebconf_0.157ubuntu1.tar.gz
Checksums-Sha256:
fb4962dce08394d1a0cea01906a26b93989be290d4c297707b461dbadcf4ed7f 2299 cdebconf_0.157ubuntu1.dsc
0522bf449c97e784c449eae2af076aa8ea384f03f046f6e3991aed3739329b5f 357995 cdebconf_0.157ubuntu1.tar.gz
Files:
70edf812c96ef59136d1b51c28961ff3 2299 utils optional cdebconf_0.157ubuntu1.dsc
c792be5c69d0c63db904b0d5dcd9bd95 357995 utils optional cdebconf_0.157ubuntu1.tar.gz
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBTpyjGTk1h9l9hlALAQjzyw//Q0ywUdVedX7U6RsnwLPBJSomu3RnqBti
OpJuhsCYnyU+bm+A76Mks+Y5uE4F0XQp+AMcv4HAST++f2H1NiiXcuX1IEdQqJkS
miL/2WMvaARo/OcVBqHCmr2MZYakp5v9Mb9I9PAEyp/zQYEvNmdT3uIRHgsWsdSI
bTL/TBThUcOC5448H/1KZy4jAkHb9cXlWGVJkYoELOa02mVH4QkfPNlttfe6ExVG
ZrlWOmfiQeTr7oEPV+/ecxHSg6dz/WBMEUa+Jn6KE1qj4Y+6CyfrBTC5LLX8EhvJ
8s9obDWHP20XNY/oKW4oV+Hu7DWewNSS9V2iDY9wT9fQw1DxoL9VQgF+cGrtXyvv
lshCC2SgCkr/WGxOh2bH5E4N88l8+yI3nAaWIsyll2j1w2HfEadSr+ELc5ssYFdY
4S3w8JgLV/jR18HG4l6PzRlVVIg2376T2K6Sim9J28FohBiK0dAxNeKcY5F3S+jD
PKnL1mhdB4A0uxyaxvJlO5ULVaLVulpISrtn4UxiTbdmR0ttjNqBSjQOjcJA/DYK
U0B7WnM0Lhs6nUUFDqpZ0PFbsPUZT+BLqK0iZoRD+cl0+tYbOup4tlFuO1zoDQji
714cECVOVpcJGmORmdPPByqdEMjrvk3FnOhceMwYDONT4vAn+6nNTAMM54NJaPzP
T9l5dGwWmGs=
=uviP
-----END PGP SIGNATURE-----
More information about the Precise-changes
mailing list