From 79eec16b4d9370052f016f6afe434ec3c451d8e0 Mon Sep 17 00:00:00 2001 From: Jan Path Date: Wed, 5 Dec 2018 01:55:21 +0100 Subject: [PATCH] Document implicit adding of packages Fixes #4158 --- MAINTAINERS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 88320d21..fd82fedb 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -21,6 +21,9 @@ To add your package you can edit [`build-constraints.yaml`](https://github.com/f If your library depends on a C library, please add it to the `debian-bootstrap.sh` script. +Any dependencies of your packages that are not already part of stackage are added implictly, but it is prefered +to add all packages explicitly. It is planned to remove this behaviour in the future. + After doing that commit with a message like "add foo-bar" and send a pull request. The continuous integration job will do some checks to see if your package's dependencies are up-to-date.