Change logs for ssh-import-id source package in Bionic

  • ssh-import-id (5.7-0ubuntu1.1) bionic; urgency=medium
    
      * Convert source foramt to "3.0 (quilt)", implicitly removing
        ssh_import_id.egg-info presumably included in last upload by
        mistake.
      * Backport some fixes from cosmic:
        - d/patches/0001-lp-1770302-output-flushing.patch: Ensure error
          messages in fetch_keys_gh get flushed by replacing calls to print
          with calls to die and calls to os._exit() with calls to sys.exit.
          (LP: #1770302)
        - d/patches/0002-lp-1770503-launchpad-error-checking.patch: Check
          status code of response when fetching ssh keys from Launchpad.
          (LP: #1770305)
        - d/patches/0003-lp-1570997-find-keys-no-HOME.patch: Get path to
          user's authorized_keys even if HOME is not set.  (LP: #1570997)
    
     -- Michael Hudson-Doyle <email address hidden>  Thu, 17 May 2018 11:40:43 +1200
  • ssh-import-id (5.7-0ubuntu1) artful; urgency=medium
    
      [ Scott Moser ]
      * ssh_import_id/__init__.py: LP: #1570997
        - read_keyfile: use getpass and expanduser if HOME not set.
          If the HOME environment variable was not set, then use getpass and
          expanduser to try to find the right path.
          Recreate was as simple as:
            env -u HOME ssh-import-id bob
    
      [ Dustin Kirkland ]
      * ssh_import_id/__init__.py:
        - fix typo, missing colon
    
     -- Dustin Kirkland <email address hidden>  Fri, 16 Sep 2016 10:13:35 -0500