diff mbox series

[1/1,kteam-tools] chroot-setup: install packages for rmadison

Message ID 20201001042443.1351254-2-vicamo.yang@canonical.com
State New
Headers show
Series chroot-setup: install packages for rmadison | expand

Commit Message

You-Sheng Yang Oct. 1, 2020, 4:24 a.m. UTC
`rmadison` is used in git-build-kernel when building source packages,
but it's part of devscripts that may not be installed yet. liburi-perl
is a companion package for rmadison to check release version on a remote
server.

Signed-off-by: You-Sheng Yang <vicamo.yang@canonical.com>
---
 chroot-setup/make_chroot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/chroot-setup/make_chroot b/chroot-setup/make_chroot
index 848c6744..62c680cf 100755
--- a/chroot-setup/make_chroot
+++ b/chroot-setup/make_chroot
@@ -34,7 +34,7 @@  RELEASE_ARCH=${RELEASE}-${ARCH}
 #
 # Make sure you've all of the prerequisite packages installed.
 #
-PRE_REQS="debootstrap schroot kernel-wedge fakeroot gawk postfix binfmt-support qemu-user-static"
+PRE_REQS="debootstrap schroot kernel-wedge fakeroot gawk postfix binfmt-support qemu-user-static devscripts liburi-perl"
 
 for i in ${PRE_REQS}
 do