diff options
-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 |