summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 09:40:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-08-14 09:40:50 +0000
commita741692bd5b886f2764dd147e2422cf9b3b97c71 (patch)
tree7def2f4880cd9a3405dece38c800399dad934d61
parentUpdating. (diff)
downloadprogress-linux-tools-a741692bd5b886f2764dd147e2422cf9b3b97c71.tar.xz
progress-linux-tools-a741692bd5b886f2764dd147e2422cf9b3b97c71.zip
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-xbin/debian-chroot2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot
index 370fd57..6ed195e 100755
--- a/bin/debian-chroot
+++ b/bin/debian-chroot
@@ -275,6 +275,7 @@ EOF
sid)
cat >> "${CHROOT}/build/.bash_history" << EOF
+sudo apt build-dep -y .
dpkg-buildpackage --changes-option=-S
rm */ *.buildinfo *.changes *.deb *.debian.tar.xz *.dsc */ -rf
EOF
@@ -399,6 +400,7 @@ EOF
sid)
cat >> "${CHROOT}/build/.bash_history" << EOF
+sudo apt build-dep -y .
dpkg-buildpackage --changes-option=-S
rm */ *.buildinfo *.changes *.deb *.debian.tar.xz *.dsc */ -rf
EOF