summaryrefslogtreecommitdiff
path: root/scripts/list-build-dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/list-build-dependencies')
-rwxr-xr-xscripts/list-build-dependencies2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/list-build-dependencies b/scripts/list-build-dependencies
index 9c35360d..e13651f3 100755
--- a/scripts/list-build-dependencies
+++ b/scripts/list-build-dependencies
@@ -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 {