[Debian Wiki] Update of "DebianMed/HowT oGet" by AndreasTille
Debian Wiki <[email protected]>
| Newsgroups | gmane.linux.debian.devel.medical.scm,gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <[email protected]> |
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "DebianMed/HowToGet" page has been changed by AndreasTille:
https://wiki.debian.org/DebianMed/HowToGet?action=diff&rev1=16&rev2=17
Comment:
How can I upload packages to Debian Med PPA?
gpg -a --export 5F8D4E5375DD1BE7 | sudo apt-key add -
}}}
+ == Q. How can I upload packages to Debian Med PPA? ==
+ * Ask for membership at [[https://launchpad.net/~debian-med|Debian Med PPA]]
+ * Make sure you have [[https://launchpad.net/people/+me/+editpgpkeys|uploaded your fingerprint]]
+ * Create a dput config file "~/.dput.cf" containing
+ {{{
+ [debianmedppa]
+ fqdn = ppa.launchpad.net
+ method = ftp
+ incoming = ~debian-med/ppa/ubuntu/
+ login = anonymous
+ allow_unsigned_uploads = 0
+ }}}
+