diff options
author | Erich Eckner <git@eckner.net> | 2018-01-29 08:37:48 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-29 08:37:48 +0100 |
commit | a06a8eff682afb93d86fdebdef336565f26130ee (patch) | |
tree | 8c79d8c91c347a702ddd3f4172b635fc90baf75c /bin/common-functions | |
parent | ab09c0383c10374ddcc587f60f36a88daabe9b42 (diff) | |
download | builder-a06a8eff682afb93d86fdebdef336565f26130ee.tar.xz |
bin/common-functions: add TODO
Diffstat (limited to 'bin/common-functions')
-rwxr-xr-x | bin/common-functions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/common-functions b/bin/common-functions index d5b6eaa..553b9db 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -179,6 +179,8 @@ generate_package_metadata() { sort -u > \ "${file_prefix}.builds" + # TODO: checkdepends should be _much_ less important! + # extract "build-depends" = makedepends \cup checkdepends \cup depends \cup \{ base, base-devel \} \setminus "builds" { { |