]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
setup-schroot: add some additional packages needed to build debian packages
authorTheodore Ts'o <tytso@mit.edu>
Tue, 21 Dec 2021 19:55:32 +0000 (14:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 21 Dec 2021 19:55:32 +0000 (14:55 -0500)
On older Debian systems, "apt-get build-dep e2fsprogs" might not bring
in all of the packages needed to build in the most recent versions of
e2fsprogs.  So explicitly try to install some additional packages
including dh-exec, udev, systemd, and cron.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
contrib/setup-schroot

index a6b6afda18ea66126ee94f54c7e15b71c1d0a525..7961445e8ca8919fc10d93a5e067293784120803 100755 (executable)
@@ -37,7 +37,8 @@ schroot -b -n "$CHROOT" -c "$BASE_CHROOT"
 dd-schroot-cmd -c "$CHROOT" apt-get update
 dd-schroot-cmd -c "$CHROOT" -y apt-get upgrade
 dd-schroot-cmd -c "$CHROOT" -y apt-get build-dep e2fsprogs
-dd-schroot-cmd -c "$CHROOT" -y apt-get install git gdb emacs-nox lintian acl libreadline-dev
+dd-schroot-cmd -c "$CHROOT" -y apt-get install git gdb emacs-nox lintian \
+       acl libreadline-dev dh-exec udev systemd cron
 echo " "
 echo "Start chroot by running: "
 echo "schroot -r -c $CHROOT"