diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-06-12 12:26:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-06-12 12:26:53 +0000 |
commit | a382b7d5198d8fa46b94d28cf215373c51c16b2d (patch) | |
tree | 35cadd65075378c2f926d6225ca4b0c8cf3a67f7 | |
parent | Updating. (diff) | |
download | progress-linux-tools-a382b7d5198d8fa46b94d28cf215373c51c16b2d.tar.xz progress-linux-tools-a382b7d5198d8fa46b94d28cf215373c51c16b2d.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | bin/pbuild.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/pbuild.sh b/bin/pbuild.sh index b736919..2b47dec 100755 --- a/bin/pbuild.sh +++ b/bin/pbuild.sh @@ -332,6 +332,16 @@ do case "${AUTO}" in true) + case "${DISTRIBUTION}" in + engywuck-backports) + if grep -qs 'debhelper (>= 13' debian/control || \ + grep -qs 'debhelper-compat (= 13' debian/control + then + sudo apt install -t engywuck-backports -y debhelper + fi + ;; + esac + sudo apt build-dep -y . ;; esac |