<div class="gmail_quote">Package: dput-ng<br>
Version: 1.2<br>
Severity: normal<br>
<br>I use sftp to upload to Launchpad (for Ubuntu and PPAs) because ftp timeouts for me even on relatively small uploads.<br>dput-ng doesn't seem to work right with sftp uploads. Here's my ~/.<a href="http://dput.cf" target="_blank">dput.cf</a> which was sufficient with classic dput:<br>


<br>
[ubuntu]<br>
fqdn                    = <a href="http://upload.ubuntu.com" target="_blank">upload.ubuntu.com</a><br>
method                  = sftp<br>
incoming                = ubuntu<br>
login                   = jbicha<br>
<br>
[ppa]<br>
fqdn                    = <a href="http://ppa.launchpad.net" target="_blank">ppa.launchpad.net</a><br>
method                  = sftp<br>
incoming                = ~%(ppa)s/ubuntu<br>
login                   = jbicha<br>
<br>
And here's the error:<br>
<br>$ dput ppa:gnome3-team/gnome3-staging ../build-area/gnome-icon-theme_3.7.0~git20121203.372f0e3a-0ubuntu1_source.changes <br>Uploading gnome-icon-theme using sftp to ppa (host: <a href="http://ppa.launchpad.net">ppa.launchpad.net</a>; directory: ~gnome3-team/gnome3-staging/ubuntu)<br>

running allowed-distribution: check whether a local profile permits uploads to the target distribution<br>running checksum: verify checksums before uploading<br>running suite-mismatch: check the target distribution for common errors<br>

running check-debs: makes sure the upload contains a binary package<br>running gpg: check GnuPG signatures before the upload<br>gpg: Signature made Sat 22 Dec 2012 02:05:12 PM EST using RSA key ID EBFE6C7D<br>gpg: Good signature from "Jeremy Bicha <<a href="mailto:jeremy@bicha.net">jeremy@bicha.net</a>>"<br>

gpg:                 aka "Jeremy Bicha <<a href="mailto:jbicha@ubuntu.com">jbicha@ubuntu.com</a>>"<br>gpg: WARNING: This key is not certified with a trusted signature!<br>gpg:          There is no indication that the signature belongs to the owner.<br>

Primary key fingerprint: 4D0B E12F 0E47 76D8 AACE  9696 E66C 775A EBFE 6C7D<br><br>SFTP doesn't support ~path or ~/path. if you need $HOME paths, use SCP.<br></div>