diff options
author | Patrick McDermott <pehjota> | 2017-08-05 20:53:23 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2017-08-05 20:53:23 (EDT) |
commit | 8465134ecc9b8e0a4bb0a348b4af98103ad957ac (patch) | |
tree | 791f7a4539168bd563d8240b0e46ec7dc0655210 | |
parent | 5afef76fc47ee7cc8d5db72a6023b555ce58f1a9 (diff) |
dev: Add instructions for package patches or takeovers
-rw-r--r-- | dev.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -34,12 +34,18 @@ submitted upstream. Most source packages are maintained in [Git repositories][git-pkg]. To request a repository for your package, [contact][pehjota-contact] the system -administrator. +administrator. To make changes to a package, it is recommended that you send +patches to the [mailing list][proteanos-dev] and the maintainer listed in the +package's `control` file. If you would like to take over maintenance of a +package, you should coordinate with the maintainer and the [system +administrator][pehjota-contact] to gain commit rights to the package's Git +repository. [spf-2.0]: http://specs.proteanos.com/spf-2.0/ [git-pkg]: http://git.proteanos.com/pkg/ [pehjota-contact]: http://www.pehjota.net/contact.html [src_pkgs_spring2015]: http://files.proteanos.com/pub/pkg/src_pkgs_spring2015/ +[proteanos-dev]: http://lists.proteanos.com/proteanos-dev/ Software Development |