-
b59ba90...
by
Colin Watson
on 2013-01-08
-
Import patches-unapplied version 1.5.49ubuntu1 to ubuntu/raring-proposed
Imported using git-ubuntu import.
Changelog parent: 32e9d25ee76a953050e386741b1b58366f7d9e93
New changelog entries:
* Resynchronise with Debian. Remaining changes:
- Gnome.pm: Do not show "Cancel" or "Close" buttons, to avoid breaking
maintainer scripts.
-
32e9d25...
by
Cyril Brulebois
on 2012-12-26
-
Import patches-unapplied version 1.5.49 to debian/sid
Imported using git-ubuntu import.
Changelog parent: c9e0c0fa46ef25b18ced0e0b0a0ce74dbd937452
New changelog entries:
* 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
-
c9e0c0f...
by
Colin Watson
on 2012-12-10
-
Import patches-unapplied version 1.5.48 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 1c09d28e0f5861ea77e4200676526ec706a48281
New changelog entries:
* dpkg-reconfigure: Fix incorrect scoping of control_path that broke
handling of multiple packages (closes: #690755, LP: #1076322).
[ Manpages translations ]
* German updated.
[ Joey Hess ]
* GTK frontend: Do additional probing in child process to catch cases
where trying to use GTK will cause an otherwise uncatchable crash.
Closes: #690776 Thanks, James Hunt
* debconf-devel.7: Mention that CAPB capabilities are separated with spaces.
Closes: #694626
[ Colin Watson ]
* dpkg-reconfigure: Fix trigger processing to cope properly if some of the
triggered packages use debconf (closes: #686071).
-
1c09d28...
by
Colin Watson
on 2012-08-13
-
Import patches-unapplied version 1.5.46 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 6e006ba0b317a37fd77b917b7c3833719cf24ba7
New changelog entries:
[ 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.
-
6e006ba...
by
Colin Watson
on 2012-07-02
-
Import patches-unapplied version 1.5.45 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 6a9de45ac75ea634c55ee9eb54b1bdff42223c2e
New changelog entries:
[ Programs translations ]
* German updated.
[ Colin Watson ]
* dpkg-reconfigure: Fix dpkg-query parsing when detecting which triggers
are pending (LP: #1018884).
-
6a9de45...
by
Joey Hess <email address hidden>
on 2012-06-19
-
Import patches-unapplied version 1.5.44 to debian/sid
Imported using git-ubuntu import.
Changelog parent: bf365a6800b423176a6edaafacbe70085182ba3f
New changelog entries:
[ 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
-
bf365a6...
by
Colin Watson
on 2012-05-06
-
Import patches-unapplied version 1.5.43 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 3eae9a5e4cb25116b0d19e0df1d61231ec5a6d85
New changelog entries:
[ 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.
-
3eae9a5...
by
Colin Watson
on 2012-03-14
-
Import patches-unapplied version 1.5.42 to debian/sid
Imported using git-ubuntu import.
Changelog parent: fcd719d3ef70a670252ee83e0bbc4204ca25d177
New changelog entries:
[ 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.
-
fcd719d...
by
Joey Hess <email address hidden>
on 2011-07-29
-
Import patches-unapplied version 1.5.41 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 3bc7b472c13368ea1566dde535f07c962f2f94da
New changelog entries:
[ 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)
-
3bc7b47...
by
Colin Watson
on 2011-06-22
-
Import patches-unapplied version 1.5.40 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 8f3aae73f23d22a6d9b157a62ada0c86b2401317
New changelog entries:
[ 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.