[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=17&rev2=18
Comment:
Continue working with PPA
login = anonymous
allow_unsigned_uploads = 0
}}}
+ * Only source packages can be created for PPAs. The source package can be created for instance via
+ {{{
+ debuild -S
+ }}}
+ * The upload can be done via
+ {{{
+ dput debianmedppa *_source.changes
+ }}}