ssh-import-id:ubuntu/devel

Last commit made on 2020-02-28
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/ssh-import-id
Members of ssh-import-id can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:ssh-import-id

Recent commits

828e2e7... by Scott Moser

Remove duplicate changelog entry.

This is fallout of new-upstream-snapshot doing a merge, and
upstream maintaining the debian/changelog as well.

4852e78... by Scott Moser

releasing ssh-import-id version 5.10-0ubuntu1

2250c82... by Scott Moser

update changelog (New upstream release 5.10).

fa03a62... by Scott Moser

merge from upstream/master at 5.10

e0cc3ce... by Scott Moser

Release 5.10

2e6eba0... by Scott Moser

Fix error due to local variable masking import name.

The fix is simple, just use a different name.
   distro = "/".join(distro.linux_distribution())

Caused the variable 'distro' to be referenced before use.

LP: #1865171

bb7bf86... by Scott Moser

Release 5.9

9b01c13... by Dave Jones

Use distro instead of platform

The platform.dist function was deprecated in Python 3.5 and has been
removed from Python 3.8 (which will cause ssh-import-id to fail in
focal). The suggested replacement is the linux_distribution function in
the distro package (already packaged as python3-distro in Ubuntu).

LP: #1864107

606059e... by Scott Moser

releasing ssh-import-id version 5.8-0ubuntu1

b3380ba... by Scott Moser

update changelog (New upstream release 5.8).