Verified Commit 180cb3de authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

install libarchive-tools instead of bsdtar, which has long been a transitional package.



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent ed92df9b
...@@ -380,7 +380,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -380,7 +380,7 @@ if [ -f /etc/debian_version ] ; then
osuosl173-amd64) DEBS="$DEBS libdpkg-perl libwww-mechanize-perl sbuild" osuosl173-amd64) DEBS="$DEBS libdpkg-perl libwww-mechanize-perl sbuild"
DEBS="$DEBS live-build" ;; # needed for live-build DEBS="$DEBS live-build" ;; # needed for live-build
# needed for opensuse openbuildservice # needed for opensuse openbuildservice
osuosl174-amd64) DEBS="$DEBS osc obs-build qemu-kvm libjson-perl libxml-simple-perl bsdtar" ;; osuosl174-amd64) DEBS="$DEBS osc obs-build qemu-kvm libarchive-tools libjson-perl libxml-simple-perl" ;;
*) ;; *) ;;
esac esac
# install stuff for bremner's builtin-pho stuff # install stuff for bremner's builtin-pho stuff
...@@ -562,7 +562,6 @@ if [ -f /etc/debian_version ] ; then ...@@ -562,7 +562,6 @@ if [ -f /etc/debian_version ] ; then
binfmt-support binfmt-support
bison bison
botch botch
bsdtar
build-essential build-essential
cmake cmake
cron-apt cron-apt
...@@ -586,6 +585,7 @@ if [ -f /etc/debian_version ] ; then ...@@ -586,6 +585,7 @@ if [ -f /etc/debian_version ] ; then
jq jq
kgb-client kgb-client
libcap2-bin libcap2-bin
libarchive-tools
libfile-touch-perl libfile-touch-perl
libguestfs-tools libguestfs-tools
libjson-rpc-perl libjson-rpc-perl
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment