Package: dput
Version: 0.9.6.1
Severity: minor

Hello,

Since dput has a [ppa] section in /etc/dput.cf, it might as well be
tweaked so that uploading to a ppa may work as documented. The relevant
section is currently this:

        [ppa]
        fqdn                    = ppa.launchpad.net
        method                  = ftp
        # replace <launchpad-id> with your Launchpad ID
        incoming                = ~<launchpad-id>/ubuntu
        login                   = anonymous

Please change it to the Ubuntu default of

        [ppa]
        fqdn                    = ppa.launchpad.net
        method                  = ftp
        incoming                = ~%(ppa)s/ubuntu
        login                   = anonymous

This way you can upload using `dput ppa:myusername/myppa ...` instead of
having to manually change ~/.dput.cf. This will also let a program like
quickly work on Debian (once it is packaged).

Thanks,

Umang



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to