-
f4dd5d2...
by
Colin Watson
on 2006-05-15
-
Import patches-unapplied version 1.4.72ubuntu9 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: 69445800a0f51a78461332020f3c58dcab98bcd7
New changelog entries:
* Backport from trunk (closes: Malone #42187):
- Stop the Gnome and Kde frontends from displaying select questions with
zero or one choices, or multiselect questions with zero choices; this
was broken due to an error in multiple inheritance (thanks, Gary
Coady; closes: https://launchpad.net/bugs/42187).
-
6944580...
by
Matthias Klose
on 2006-05-14
-
Import patches-unapplied version 1.4.72ubuntu8 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: 0bafb69025aa62ccd15d1a6e4af213f2228dc4cf
New changelog entries:
* Merge r2040.
[ Joey Hess ]
* In the gnome and kde frontends, exit 1 not 0 when cancel is hit.
-
0bafb69...
by
Colin Watson
on 2006-05-12
-
Import patches-unapplied version 1.4.72ubuntu7 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: 391f980aa616cb21a235fcd3878a833f99d01cae
New changelog entries:
* Backport from trunk (closes: Malone #43907):
- Handle escaped commas ("\,") and escaped spaces ("\ ") in Choices and
Value fields in questions, matching cdebconf. I've grepped the archive
for backslashes in Choices fields in templates and in db_set and
db_subst commands and found nothing that this change would break,
while it lets us use more code from d-i in the installed system.
-
391f980...
by
Colin Watson
on 2006-05-10
-
Import patches-unapplied version 1.4.72ubuntu6 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: a2ee46819e7cec1652a7af637209604abf8aa963
New changelog entries:
* Backport from trunk, to help with live CD memory use:
- Add a --no-reload option to dpkg-reconfigure, to allow you to prevent
it from reloading templates before running confmodules. This may be
useful for performance if you know that the templates database is
already correct.
-
a2ee468...
by
Colin Watson
on 2006-05-04
-
Import patches-unapplied version 1.4.72ubuntu5 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: 4126838c8a023408c9451234106c406c83473de2
New changelog entries:
* Backport from trunk (see Malone #42868):
- Add cloexec keyword argument to Python DebconfCommunicator class,
defaulting to False; if True, the file descriptors connected to
debconf-communicate will be marked close-on-exec.
-
4126838...
by
Colin Watson
on 2006-05-02
-
Import patches-unapplied version 1.4.72ubuntu4 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: 338a5a06f51803336dc48060a807ab2bd9309774
New changelog entries:
* Backport from trunk (closes: Malone #41921):
- Retry readline() in the Python confmodule if it's interrupted by a
signal.
-
338a5a0...
by
Colin Watson
on 2006-04-28
-
Import patches-unapplied version 1.4.72ubuntu3 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: 24cfbc6b1bbbd8c529d3f12c8da78f41a2fdcdbb
New changelog entries:
* Backport from trunk (closes: Malone #37934):
- Strip only trailing newlines from replies in the Python confmodule,
rather than all leading and trailing whitespace.
-
24cfbc6...
by
Colin Watson
on 2006-04-13
-
Import patches-unapplied version 1.4.72ubuntu2 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: fcf8144c8a166abc6b55f8208821dce169aa2a0a
New changelog entries:
* Backport from trunk:
- Notice and error out on write errors (such as ENOSPC) when saving
databases. Should help with a lot of database corruption bugs.
-
fcf8144...
by
Colin Watson
on 2006-03-15
-
Import patches-unapplied version 1.4.72ubuntu1 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: ac231b829a1902c8af759fe57c235b0b19344720
New changelog entries:
* Resynchronise with Debian.
[ Colin Watson ]
* Expand substitution variables when replying to localised METAGET
requests for description, extended_description, or choices.
* Add support for an 'escape' capability. If a confmodule sets this using
CAPB, then commands it sends to debconf will be processed for backslash
escapes (\n is a newline, \ followed by any other character is just that
character) and debconf's replies will be backslash-escaped similarly.
This allows such things as embedding newlines in substitutions and
fetching extended descriptions using METAGET; the use of a capability is
required because otherwise this would break compatibility with old
confmodules. Closes: #126753
* debconf.py: Avoid leaking a file descriptor from DebconfCommunicate.
* Fix truncation of multi-line return values to handle values over two
lines long correctly.
* Add a debconf-escape program and make the confmodules unescape text
automatically in escape mode. At present we don't escape text
automatically, but you can use 'debconf-escape -e' yourself if you want
an easy way to do that.
* Remove *.pyc and *.pyo on clean.
[ Luk Claes ]
* Translations:
- Hungarian new programs. Closes: #353933
[ Joey Hess ]
* Add the same insane kind of fork check for Qt having a working display as
we already had for GTK, since both libraries are written by monkeys who
think that having a *library* exit(3) is a good idea if there's not a
usable display. Sheesh. (On the plus side, the same monkeys have taught
users to not care if it takes a 9 ghz machine to run a simple dialog, so
who cares if we have to use expensive forking to work around your brain
damage.) Closes: #354656, #244972, #246133
[ Christian Perrier and the French team ]
* Switch to po4a for man pages translations
* Complete update of the French manpages translations
[ Luk Claes ]
* Translations:
- Brazilian portuguese updated programs. Closes: #352415
- Bulgarian updated debconf. Closes: #351046
- Catalan updated programs. Closes: #350966
- Danish updated programs. Closes: #352238
- Dutch updated programs. Closes: #351538
- French updated programs. Closes: #351227, #352485
- Hungarian updated debconf. Closes: #352271
- Portuguese updated debconf and programs.
- Turkish updated debconf and programs.
- Ukrainian updated debconf and programs. Closes: #350680
[ Christian Perrier ]
* Translations:
- Corrected encoding of Turkish
-
ac231b8...
by
Colin Watson
on 2006-03-03
-
Import patches-unapplied version 1.4.70ubuntu2 to ubuntu/dapper
Imported using git-ubuntu import.
Changelog parent: d57a35b1ffb1172cb24c26fed71001d591b0ee28
New changelog entries:
* debconf.py: Avoid leaking a file descriptor from DebconfCommunicate.