diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 09:40:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-14 09:40:50 +0000 |
commit | a741692bd5b886f2764dd147e2422cf9b3b97c71 (patch) | |
tree | 7def2f4880cd9a3405dece38c800399dad934d61 /bin/debian-chroot | |
parent | Updating. (diff) | |
download | progress-linux-tools-a741692bd5b886f2764dd147e2422cf9b3b97c71.tar.xz progress-linux-tools-a741692bd5b886f2764dd147e2422cf9b3b97c71.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/debian-chroot')
-rwxr-xr-x | bin/debian-chroot | 2 |
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 |