diff options
Diffstat (limited to '')
-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 |