Source: python-ssh-import-id
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://git.launchpad.net/ssh-import-id/
Vcs-Browser: https://github.com/alvistack/launchpad-ssh-import-id
Vcs-Git: https://github.com/alvistack/launchpad-ssh-import-id.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-distro,
 python3-pip,

Package: ssh-import-id
Architecture: all
Description: Securely retrieve an SSH public key and install it locally
 This utility will securely contact a public keyserver (Launchpad.net by
 default, but Github.com is also supported), retrieve one or more user's
 public keys, and append these to the current user's
 ~/.ssh/authorized_keys file.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 ca-certificates,
 openssh-client,
 python3,
 python3-distro,
 wget,
