summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-12 12:26:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-06-12 12:26:53 +0000
commita382b7d5198d8fa46b94d28cf215373c51c16b2d (patch)
tree35cadd65075378c2f926d6225ca4b0c8cf3a67f7
parentUpdating. (diff)
downloadprogress-linux-tools-a382b7d5198d8fa46b94d28cf215373c51c16b2d.tar.xz
progress-linux-tools-a382b7d5198d8fa46b94d28cf215373c51c16b2d.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/pbuild.sh10
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