list-build-dependencies: add Stackoverflow copy remark

This commit is contained in:
Christian Poessinger 2020-01-22 19:24:59 +01:00
parent 9240faa04a
commit f1ec0b24d1

View File

@ -17,6 +17,8 @@
# Parse debian/control like content and extract packages required by the
# Build-Depends statement. Return a string with all required packages.
#
# Code below copied from https://stackoverflow.com/a/47707412 - Thank You!
get_build_depends () {
echo $(awk '
/^Build-Depends:/ || /^ / && deps {