-
9208d56...
by
Heitor Alves de Siqueira
on 2019-05-06
-
Import patches-unapplied version 1.5.69ubuntu1 to ubuntu/cosmic-proposed
Imported using git-ubuntu import.
Changelog parent: f08ecbf0fe99f4679c953cb31cc0263f0dcc0268
New changelog entries:
* Fix readline prompts when run via run-parts (LP: #1822270)
- Debconf/FrontEnd/Readline.pm: force output to stdout if both stdout and
stderr are pipes
-
f08ecbf...
by
Colin Watson
on 2018-07-25
-
Import patches-unapplied version 1.5.69 to debian/sid
Imported using git-ubuntu import.
Changelog parent: d7da63e8e48565afb16b01566796da02bd57b161
New changelog entries:
[ Manpages translations ]
* German.
[ Programs translations ]
* Dutch (Frans Spiesschaert; closes: #874287).
[ Colin Watson ]
* Remove the Qt frontend (formerly Kde), as qt4-perl is on its way out
(closes: #629405).
-
d7da63e...
by
Colin Watson
on 2018-07-19
-
Import patches-unapplied version 1.5.68 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 6370440cc2cd6b4ce289ca5aa8b34524486a4275
New changelog entries:
[ Modestas Vainius ]
* Rename current Kde frontend to Qt.
* Add Debian/{FrontEnd,Element}/Qt* to debian/copyright.
* Add new Kde frontend that is driven by debconf-kde-helper (and requires
package of the same name). libqtcore4-perl and libqtgui4-perl packages
are no longer necessary and can be safely removed. (Closes: #631769)
-
6370440...
by
Colin Watson
on 2018-06-12
-
Import patches-unapplied version 1.5.67 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 86adc07b7ef3c1300420591e6a65b204f29b87e4
New changelog entries:
[ Translations ]
* Russian (Yuri Kozlov; closes: #898134).
[ Colin Watson ]
* Chase Vcs-Git redirection (thanks, Raphaƫl Hertzog).
* Adjust IFS handling in confmodule to work around #901185.
-
86adc07...
by
Colin Watson
on 2018-02-28
-
Import patches-unapplied version 1.5.66 to debian/sid
Imported using git-ubuntu import.
Changelog parent: b24ca0628903e750343dd68ef1d9dc080157d252
New changelog entries:
[ Programs translations ]
* French (Baptiste Jammet; closes: #887754).
[ Colin Watson ]
* Move VCS to salsa.debian.org.
* Mark debconf-doc Multi-Arch: foreign.
* Port the Gnome frontend to GTK+ 3 (closes: #883442, LP: #1736618).
-
b24ca06...
by
Colin Watson
on 2017-11-13
-
Import patches-unapplied version 1.5.65 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 1dfcf8cd2e4b2702fd2f8a15003cc81e620e5d67
New changelog entries:
* Declare Breaks on update-notifier-common (<< 3.187~) for the move of
debconf.py to separate binary packages (thanks, Steve Langasek; closes:
#881574).
-
1dfcf8c...
by
Colin Watson
on 2017-10-15
-
Import patches-unapplied version 1.5.64 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 0a6e1d2bbc1caabdfb495d8e0f706fc51fd77937
New changelog entries:
[ Colin Watson ]
* Split debconf.py out to new python-debconf and python3-debconf binary
packages (closes: #709198).
* debconf.py: Allow the Debconf class to be used as a context manager
(closes: #877096).
* Simplify creation of documentation directory symlinks using
"dh_installdocs --link-doc".
[ Programs translations ]
* German (Helge Kreutzmann).
[ Debconf translations ]
* Albanian (Eva Vranici).
-
0a6e1d2...
by
Colin Watson
on 2017-07-12
-
Import patches-unapplied version 1.5.63 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 7b1eca5868a3e62d201944bae713eb1b9a92e963
New changelog entries:
* "Change directory to / before executing maintainer scripts" from 1.5.62
was too intrusive due to changing Debconf::ConfModule, and broke some
existing maintainer scripts that e.g. ran ucf with relative paths.
Instead, just chdir to / before running maintainer scripts in
dpkg-reconfigure and chdir back afterwards (closes: #608648).
* In the Gnome frontend, hide the cancel button, and prompt for
confirmation when the close button is pressed (closes: #501767).
Original idea by Michael Vogt with an amendment by Joey Hess; some code
by Martin Pitt.
-
7b1eca5...
by
Colin Watson
on 2017-07-03
-
Import patches-unapplied version 1.5.62 to debian/sid
Imported using git-ubuntu import.
Changelog parent: ad3abd83093540ad2ea83faedf9c1e92ccd29dbd
New changelog entries:
* Upgrade to debhelper v9 and dh-exec.
* Make debconf provide python-debconf and python3-debconf, in preparation
for splitting those out to separate binary packages (see #709198).
* dpkg-preconfigure: Don't write "Extracting templates from packages:"
progress output if stderr is not a terminal (closes: #701818).
* Change directory to / before executing maintainer scripts (closes:
#608648).
* Install to $Config{vendorlib} rather than hardcoding /usr/share/perl5.
* Upgrade to copyright-format 1.0.
* Policy version 4.0.0.
-
ad3abd8...
by
Colin Watson
on 2017-05-21
-
Import patches-unapplied version 1.5.61 to debian/sid
Imported using git-ubuntu import.
Changelog parent: fb78fd680dfdd2fa8e35303b4f1d9c3b4dd5c183
New changelog entries:
[ Niko Tyni ]
* Use File::Temp instead of the deprecated POSIX::tmpnam() in
Debconf::TmpFile (closes: #863071).