--- ssh-import-id-3.17.orig/debian/rules +++ ssh-import-id-3.17/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + +override_dh_auto_build: + # Check syntax + pep8 --verbose --repeat --ignore W191,E501,E121 bin/* + dh_auto_build --- ssh-import-id-3.17.orig/debian/copyright +++ ssh-import-id-3.17/debian/copyright @@ -0,0 +1,24 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ssh-import-id +Source: http://launchpad.net/ssh-import-id +Upstream-Contact: Dustin Kirkland + +Files: * +Copyright: 2010, Canonical Ltd. + 2013, Casey Marshall + 2013, Dustin Kirkland +License: GPL-3 + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation version 3 of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public + License, version 3, can be found in /usr/share/common-licenses/GPL-3. --- ssh-import-id-3.17.orig/debian/changelog +++ ssh-import-id-3.17/debian/changelog @@ -0,0 +1,5 @@ +ssh-import-id (3.17-1) unstable; urgency=low + + * Initial Debian release (Closes: #700034) + + -- Andrew Starr-Bochicchio Tue, 25 Jun 2013 13:46:47 -0400 --- ssh-import-id-3.17.orig/debian/postinst +++ ssh-import-id-3.17/debian/postinst @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +# Migrate from shell syntax configuration file to JSON to +# smooth migration from ssh-import-id < 3.0. Though this was +# never in Debian, let's still provide this incase some had +# installed the package from Ubuntu. +sed -i -e "/^#/d" -e "s/^URL=\"\(.*\)\"/{\"URL\": \"\1\"}/" /etc/ssh/ssh_import_id || true + +#DEBHELPER# --- ssh-import-id-3.17.orig/debian/links +++ ssh-import-id-3.17/debian/links @@ -0,0 +1,2 @@ +usr/share/man/man1/ssh-import-id.1 usr/share/man/man1/ssh-import-id-lp.1 +usr/share/man/man1/ssh-import-id.1 usr/share/man/man1/ssh-import-id-gh.1 --- ssh-import-id-3.17.orig/debian/watch +++ ssh-import-id-3.17/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/ssh-import-id/+download https://launchpad.net/ssh-import-id/.*/ssh-import-id_(.*)\.orig\.tar\.gz --- ssh-import-id-3.17.orig/debian/compat +++ ssh-import-id-3.17/debian/compat @@ -0,0 +1 @@ +8 --- ssh-import-id-3.17.orig/debian/install +++ ssh-import-id-3.17/debian/install @@ -0,0 +1 @@ +ssh_import_id etc/ssh --- ssh-import-id-3.17.orig/debian/control +++ ssh-import-id-3.17/debian/control @@ -0,0 +1,27 @@ +Source: ssh-import-id +Section: misc +Priority: extra +Maintainer: Andrew Starr-Bochicchio +Build-Depends: debhelper (>= 8), + pep8, + python-all (>= 2.6), + python-setuptools +Standards-Version: 3.9.4 +Homepage: http://launchpad.net/ssh-import-id +Vcs-Browser: http://anonscm.debian.org/loggerhead/collab-maint/ssh-import-id/unstable +Vcs-Bzr: http://anonscm.debian.org/bzr/collab-maint/ssh-import-id/unstable/ + +Package: ssh-import-id +Architecture: all +Depends: ca-certificates, + openssh-client, + python-requests (>= 1.1.0), + wget, + ${misc:Depends}, + ${python:Depends} +Recommends: openssh-server +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. --- ssh-import-id-3.17.orig/debian/manpages +++ ssh-import-id-3.17/debian/manpages @@ -0,0 +1 @@ +ssh-import-id.1