~ddstreet/ubuntu/+source/debconf:lp18222270-b

Last commit made on 2019-05-07
Get this branch:
git clone -b lp18222270-b https://git.launchpad.net/~ddstreet/ubuntu/+source/debconf
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
lp18222270-b
Repository:
lp:~ddstreet/ubuntu/+source/debconf

Recent commits

cadcee7... by Dan Streetman

LP: #1822270

86adc07... by Colin Watson

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

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

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

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

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

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).

fb78fd6... by Colin Watson

Import patches-unapplied version 1.5.60 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 7769e26a65dabf0f265ac8ee4026d09c8aa10ef9

New changelog entries:
  [ Christian Perrier ]
  * French manpages translation. Thanks to Baptiste Jammet.
    Closes: #849394

7769e26... by Colin Watson

Import patches-unapplied version 1.5.59 to debian/sid

Imported using git-ubuntu import.

Changelog parent: f954b8533e3204964b5d4d17fdc9526480cd563d

New changelog entries:
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
  * Set source format to 3.0 (native).
  * frontend: Load templates when we're being run from any maintainer
    script, not just preinst/postinst (closes: #817083).

f954b85... by Colin Watson

Import patches-unapplied version 1.5.58 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 33c7740846e15042bf67caf6c586f0a195681f1b

New changelog entries:
  * Don't update po/debconf.pot unless doing so changes something other than
    the POT-Creation-Date header. The basic approach here is from gettext,
    though implemented a bit more simply since we can assume perl.
  * Show choices for teletype/readline boolean questions (closes: #802840).
  * Move bash completion file to /usr/share/bash-completion/completions/.