Change logs for console-setup source package in Disco

  • console-setup (1.178ubuntu12.1) disco; urgency=medium
    
      * Call setupcon --force only when debian-installer is active
        and always redirect output to /dev/null to not block. (LP: #520546)
    
     -- Balint Reczey <email address hidden>  Tue, 23 Apr 2019 13:45:00 +0200
  • console-setup (1.178ubuntu12) disco; urgency=medium
    
      * setupcon: use /run for tempfiles (and dump the various unnecessary
        fallback paths), since /run is always mountable rw at least as early as
        /tmp is and is guaranteed to be safe from tmpcleaners at boot.  Only keep
        /tmp as a fallback in case we have access to write to /tmp and to a
        console, but not to /run.  LP: #1824227.
    
     -- Steve Langasek <email address hidden>  Wed, 10 Apr 2019 12:51:56 -0700
  • console-setup (1.178ubuntu11) disco; urgency=medium
    
      * kbdnames-maker: Call `{bind,}textdomain` after switching locale.
        There's a change in perl 5.28 to use `uselocale()` & friends instead of
        gettext directly, to support thread safety. Apparently this causes the
        results of `gettext()` calls to be cached now where they weren't before,
        and this breaks our keyboard name generation. For example, we have
        `en_GB*model*sun_type6_jp*Sun Type 6 (Japonesa)` instead of
        `en_GB*model*sun_type6_jp*Sun Type 6 (Japanese)`, and many many other
        examples.  Calling `bindtextdomain()` and then `textdomain()` after
        changing locale causes the cache to be invalidated and we get correct
        results again. LP: #1817453
    
     -- Iain Lane <email address hidden>  Fri, 15 Mar 2019 12:34:06 +0000
  • console-setup (1.178ubuntu10) disco; urgency=medium
    
      * No-change rebuild to pick up any new keyboard data. Resolves crash
        in Ubiquity KDE front end on non English language selection. (LP: #1810647)
    
     -- Rik Mills <email address hidden>  Wed, 23 Jan 2019 07:34:00 +0000
  • console-setup (1.178ubuntu9) cosmic; urgency=medium
    
      * keyboard-configuration.config: Fix exit/return thinko (LP: #1788597)
    
     -- Adam Conrad <email address hidden>  Thu, 23 Aug 2018 16:32:45 -0600