lp:debian/wheezy/debconf

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/wheezy/debconf
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

49. By Cyril Brulebois

frontend: Don't set title in the maintainer script case when the
action is “triggered”. This totally confuses the Debian Installer
(“Configuring man-db” instead of “Configuring grub-pc”, notably).
Closes: #679327

48. By Colin Watson

dpkg-reconfigure: Fix incorrect scoping of control_path that broke
handling of multiple packages (closes: #690755, LP: #1076322).

47. By Colin Watson

[ Manpages translations ]
* Put the Danish translation of manpages from #664901 in the right
  place (and also convert its encoding that was broken by a BTS bug)
* Activate Danish translation of manpages by adding the needed addenda
  Closes: #664901

[ Programs translations ]
* Danish (Joe Dalton). Closes: #683191
* Fix typo in the french translation of debconf-show(1)
  LP: #1025045
* Polish (Marcin Owsiany). Closes: #683207
* Japanese (Kenshi Muto). Closes: #683223
* Bengali PO file header fixed
* Esperanto updated (Felipe Castro).
* Indonesian updated (Andika Triwidada).
* Simplified Chinese updated (Xingyou Chen).
* Bulgarian updated (Damyan Ivanov). Closes: #683245
* Russian (Yuri Kozlov). Closes: #683306
* Slovak (Ivan Masár). Closes: #683341
* French (Steve Petruzzello).
* Basque (Iñaki Larrañaga Murgoitio). Closes: #683527
* Czech (Miroslav Kure). Closes: #683548
* Thai (Theppitak Karoonboonyanan). Closes: #683585
* Portuguese (Miguel Figueiredo). Closes: #683615
* Finnish (Tommi Vainikainen). Closes: #683967
* Catalan (Jordi Mallach).
* Vietnamese (Nguyễn Vũ Hưng).
* Arabic (Ossama Khayat).
* Hebrew (Lior Kaplan).

[ David Prévot ]
* Make sure to keep the previous strings while updating PO files.

46. By Colin Watson

[ Programs translations ]
* German updated.

[ Colin Watson ]
* dpkg-reconfigure: Fix dpkg-query parsing when detecting which triggers
  are pending (LP: #1018884).

45. By Joey Hess <email address hidden>

[ Debconf translations ]
* Vietnamese (Hai Lang)
* Latvian (Rūdolfs Mazurs). Closes: #674707
* Lithuanian (Rimas Kudelis). Closes: #675699
* Welsh (Daffyd Tomos).

[ Joey Hess ]
* File DbDriver: Get actual filename, following symlinks.
  This makes it possible to switch back and forth between
  debconf and cdebconf. Thanks, Regis Boudin

44. By Colin Watson

[ Programs translations ]
* Danish updated. Closes: #664901

[ Debconf translations ]
* Uyghur (Sahran). Closes: #627013
* Serbian Latin (Janos Guljas). Closes: #600143

[ Colin Watson ]
* Make debconf.py Python 3-compatible directly, which only requires
  dropping pre-2.6 support (2.6 was in squeeze), and drop the separate
  debconf3.py implementation. The previous Python 3 implementation
  expected read and write to be binary files, while this expects them to
  be text files. Technically this is an interface break, but since
  'import debconf; debconf.Debconf()' was failing (since sys.stdin and
  sys.stdout are text files), I claim that nobody was using this until now
  anyway.

43. By Colin Watson

[ Joey Hess ]
* File DbDriver now creates the directory for the file if it is missing.
  (All other DbDrivers that write files already did this.) Closes: #636621

[ Emmet Hikory ]
* Display error messages in noninteractive frontend (Closes: #367497)

[ Debconf translations ]
* Polish (Michał Kułach). Closes: #657264

[ Manpages translations ]
* German updated.
* Portugese updated (Américo Monteiro).
* Spanish updated. Closes: #636241
* Sinhala; (Danishka Navin). Closes: #641106
* Russian updated. Closes: #656110

[ Programs translations ]
* Norwegian Bokmål updated. Closes: #654798

[ Joey Hess ]
* Add a belt-and-suspenders test that Text::CharWidth::mblen is not
  returning bogus values, before using Text::WrapI18n. See #641957
* Avoid an uninitialized value warning when a blank line is received
  from the client. Closes: #651642

[ Colin Watson ]
* Remove all hardcoded executable paths, using a new Debconf::Path module.

[ Raphaël Hertzog ]
* Set environment variables expected by maintainer scripts. Closes:
  #560317
* Do not hardcode the path of maintainer scripts, in order to support the
  multiarch layout.

[ Colin Watson ]
* Process any newly pending triggers after running maintainer scripts.

42. By Joey Hess <email address hidden>

[ Colin Watson ]
* Make sure __pycache__ is removed on clean (from local python3 tests).

[ Joey Hess ]
* Fix IFS sanitization. Really fixes #381619.
* dpkg-reconfigure, dpkg-preconfigure: Call cdebconf versions if
  the DEBCONF_USE_CDEBCONF variable is set. (Regis Boudin)

41. By Colin Watson

[ Joey Hess ]
* Updated Russian man page translation. Closes: #625935
* Updated Galician translation of program po file. Closes: #626475
* Add back documenation for the kde frontend.

[ Martin Pitt ]
* Debconf/FrontEnd/Gnome.pm: Port from Gnome2::Druid to Gtk2::Assistant.
  Original patch by Jani Monoses, thanks! (Closes: #542175, LP: #415038)
* Debconf/Element/Gnome/Select.pm: Drop unused Gnome2 import.
* debian/control: Change libgnome2-perl suggestion to libgtk2-perl
  accordingly.

[ Colin Watson ]
* Fix Gnome frontend to honour backup capability again, and make backup
  page handling work properly.
* Version libgtk2-perl Suggests to match the upstream version where
  Gtk2::Assistant was introduced.
* Convert from deprecated Gtk2::Combo to Gtk2::ComboBox.
* Make sure you can't press Forward on a progress bar in the Gnome
  frontend.
* debconf.py: Drop popen2 compatibility code. subprocess has been
  available since Python 2.4, which is old enough that it was dropped from
  squeeze.
* Build for all currently supported Python 2 versions (closes: #584844,
  #626706).
* Convert to dh_python2 (closes: #603965, #616786).
* Add Python 3 support.
* Perl gets a bit confused by Debconf::Config and Debconf::Priority using
  each other, and objects to bareword use of priority_list in
  Debconf::Config if you do 'use strict; use Debconf::Priority' before
  Debconf::Config is loaded. Work around this. Thanks to James Hunt for
  pointing this out.

40. By Joey Hess <email address hidden>

[ Joey Hess ]
* Moved to a git repository. Updated control file fields.
* Removed debconf-english dummy package, and dropped debconf-i18n to a
  Recommends. Debootstrap will still install debconf-i18n as it is
  priority Required.
* debconf-set-selections: Fix comment handling to match description.
  In particular, continued lines that start with a "#" are not comments.
  And, comments only occur at the start of a line (possibly with some
  whitespace before). Closes: #589519
* Updated Danish translation of program po file. Closes: #624645

[ Steve Langasek ]
* Mark debconf Multi-Arch: foreign to indicate that it satisfies the
  dependencies of packages from other than the native arch. Closes:
  #614197

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/debconf
This branch contains Public information 
Everyone can see this information.

Subscribers