diff -Nru uvtool-0~bzr99/debian/changelog uvtool-0~bzr99/debian/changelog --- uvtool-0~bzr99/debian/changelog 2016-09-07 13:41:35.000000000 -0400 +++ uvtool-0~bzr99/debian/changelog 2017-02-22 17:28:41.000000000 -0500 @@ -1,3 +1,10 @@ +uvtool (0~bzr99-0ubuntu3) zesty; urgency=medium + + [David Kettman] + * uvtool/libvirt/kvm.py: Fix typo in main_ssh CLIError message (LP: #1667134) + + -- Eric Desrochers Wed, 22 Feb 2017 17:25:55 -0500 + uvtool (0~bzr99-0ubuntu2) yakkety; urgency=medium * d/uvtool-libvirt.postinst: use the libvirt group as the libvirt-bin diff -Nru uvtool-0~bzr99/debian/patches/fix-CLIError-msg-typo-in-main_ssh-fcnt.patch uvtool-0~bzr99/debian/patches/fix-CLIError-msg-typo-in-main_ssh-fcnt.patch --- uvtool-0~bzr99/debian/patches/fix-CLIError-msg-typo-in-main_ssh-fcnt.patch 1969-12-31 19:00:00.000000000 -0500 +++ uvtool-0~bzr99/debian/patches/fix-CLIError-msg-typo-in-main_ssh-fcnt.patch 2017-02-22 17:32:04.000000000 -0500 @@ -0,0 +1,17 @@ +Description: Typo in 'uvt-kvm ssh guest' error output + Typo in main_ssh function error message +Author: David Kettman +Origin: https://bugs.launchpad.net/uvtool/+bug/1667134 +Bug: https://bugs.launchpad.net/uvtool/+bug/1667134 +Bug-Ubuntu: https://bugs.launchpad.net/uvtool/+bug/1667134 +--- a/uvtool/libvirt/kvm.py ++++ b/uvtool/libvirt/kvm.py +@@ -574,7 +574,7 @@ + if not args.insecure: + raise CLIError( + "ssh access with host key verification is not implemented. " + +- "Use --insecure iff you trust your network path to the guest." ++ "Use --insecure if you trust your network path to the guest." + ) + if args.login_name: + login_name = args.login_name diff -Nru uvtool-0~bzr99/debian/patches/series uvtool-0~bzr99/debian/patches/series --- uvtool-0~bzr99/debian/patches/series 2016-09-07 11:57:21.000000000 -0400 +++ uvtool-0~bzr99/debian/patches/series 2017-02-22 17:14:56.000000000 -0500 @@ -1,2 +1,3 @@ fix-iso-format 0001-Fix-assert_has_calls-use-in-test.patch +fix-CLIError-msg-typo-in-main_ssh-fcnt.patch