diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 04:55:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-04 04:55:46 +0000 |
commit | f6bb75148119129ac0195245a0fcf0f232699595 (patch) | |
tree | 97168c1645cb93560c20d47dfb225d21408cca4e | |
parent | Updating. (diff) | |
download | progress-linux-tools-f6bb75148119129ac0195245a0fcf0f232699595.tar.xz progress-linux-tools-f6bb75148119129ac0195245a0fcf0f232699595.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | bin/pbuild.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/pbuild.sh b/bin/pbuild.sh index ce2f43c..860fa1e 100755 --- a/bin/pbuild.sh +++ b/bin/pbuild.sh @@ -384,10 +384,16 @@ do ;; graograman-backports) - if grep -qs dh-sequence-movetousr debian/control + if grep -qs 'debhelper (>= 13.14' debian/control || \ + grep -qs dh-sequence-movetousr debian/control then sudo apt install -t graograman-backports -y debhelper fi + + if grep -qs 'dpkg-dev (>= 1.22' debian/control + then + sudo apt install -t graograman-backports -y dpkg-dev + fi ;; esac |