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

  • ssh-import-id (5.5-0ubuntu1.1) xenial; urgency=medium
    
      * Fix failure when HOME is not set in environment. (LP: #1570997)
    
     -- Scott Moser <email address hidden>  Tue, 27 Mar 2018 14:28:28 -0400
  • ssh-import-id (5.5-0ubuntu1) xenial; urgency=medium
    
      * debian/control, debian/rules, setup.py, ssh_import_id/__init__.py:
        - patches adapted from Barry Warsaw
        - drop pkg_resources as a dependency
        - hardcode/update module version in __init__.py
        - should fix python 3.5 unit test failures
    
     -- Dustin Kirkland <email address hidden>  Tue, 16 Feb 2016 16:54:15 -0800
  • ssh-import-id (5.4-0ubuntu1) xenial; urgency=medium
    
      * debian/rules:
        - disable python 3.5 tests;  fix ftbfs as unit tests try to import
          ssh_import_id, which is the module we're trying to build here
    
     -- Dustin Kirkland <email address hidden>  Tue, 16 Feb 2016 12:16:59 -0800
  • ssh-import-id (5.3-0ubuntu1) xenial; urgency=medium
    
      * setup.py:
        - try fixing ftbfs by removing py_modules
    
     -- Dustin Kirkland <email address hidden>  Tue, 16 Feb 2016 11:24:49 -0800
  • ssh-import-id (5.2-0ubuntu1) xenial; urgency=medium
    
      * debian/control:
        - try to fix ftbfs, seems we need python3-requests in the build stage
    
     -- Dustin Kirkland <email address hidden>  Thu, 11 Feb 2016 22:13:40 -0600
  • ssh-import-id (5.1-0ubuntu1) xenial; urgency=medium
    
      * debian/control:
        - add shlibs to depends, hopefully fix ftbfs
    
     -- Dustin Kirkland <email address hidden>  Sat, 30 Jan 2016 09:46:53 -0600
  • ssh-import-id (5.0-0ubuntu1) xenial; urgency=medium
    
      * === added directory etc, === added directory etc/ssh, === added
        directory ssh_import_id, === added directory usr, === added
        directory usr/bin, === added directory usr/share, === added
        directory usr/share/man, === added directory usr/share/man/man1,
        bin/ssh-import-id-gh => usr/bin/ssh-import-id-gh, bin/ssh-import-id-
        lp => usr/bin/ssh-import-id-lp, bin/ssh-import-id =>
        ssh_import_id/__init__.py (properties changed: +x to -x),
        debian/control, debian/install, debian/manpages, debian/rules, ===
        removed directory bin, setup.py, ssh-import-id.1 =>
        usr/share/man/man1/ssh-import-id.1, ssh_import_id =>
        etc/ssh/ssh_import_id, usr/bin/ssh-import-id:
        - build depend on dh-python
        - simplify package install, etc/ and usr/
        - syntax check both locations
        - build an ssh_import_id python package/module
        - put all common functionality into an ssh_import_id module
        - add a browser useragent string, for protocol version support on the server
        - move ssh-import-id-lp and ssh-import-id-gh functionality into a base
          python function, and wrap those with shell
        - remove a couple of subcommand shell outs by using native python calls
      * setup.py, ssh_import_id/__init__.py:
        - bump major version to 5.0, major changes here
      * debian/rules, setup.py:
        - add scripts back to setup.py
      * ssh_import_id/__init__.py:
        - add extra blank line back, for readability
      * debian/control, ssh_import_id/__init__.py:
        - use pkg_resources to get __version__, depend on package
    
     -- Dustin Kirkland <email address hidden>  Mon, 05 Oct 2015 18:32:55 -0500
  • ssh-import-id (4.5-0ubuntu1) wily; urgency=medium
    
      [ Andres Riancho and Dustin Kirkland ]
      * bin/ssh-import-id-gh: LP: #1397332
        - handle two github error conditions (rate limiting and user
          not found)
    
     -- Dustin Kirkland <email address hidden>  Mon, 05 Oct 2015 18:15:54 -0500