2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

Replace libprotobuf-c0-dev with libprotobuf-c-dev

The `libprotobuf-c0-dev` virtual package is no longer available
in Debian Buster, but is provided by `libprotobuf-c-dev`, which
is available.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-07-17 14:30:01 +02:00 committed by Andrei Vagin
parent a82275f3d4
commit b758e4b476
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Required packages for development in Debian
build-essential
libprotobuf-dev
libprotobuf-c0-dev
libprotobuf-c-dev
protobuf-c-compiler
protobuf-compiler
python-protobuf

View File

@ -11,7 +11,7 @@ REQ-RPM-PKG-NAMES += $(PYTHON)-future
REQ-RPM-PKG-TEST-NAMES += libaio-devel
REQ-DEB-PKG-NAMES += libprotobuf-dev
REQ-DEB-PKG-NAMES += libprotobuf-c0-dev
REQ-DEB-PKG-NAMES += libprotobuf-c-dev
REQ-DEB-PKG-NAMES += protobuf-c-compiler
REQ-DEB-PKG-NAMES += protobuf-compiler
REQ-DEB-PKG-NAMES += python-protobuf

View File

@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
libgnutls28-dev \
libgnutls30 \
libnl-3-dev \
libprotobuf-c0-dev \
libprotobuf-c-dev \
libprotobuf-dev \
libselinux-dev \
pkg-config \

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -x -e
TRAVIS_PKGS="protobuf-c-compiler libprotobuf-c0-dev libaio-dev
TRAVIS_PKGS="protobuf-c-compiler libprotobuf-c-dev libaio-dev
libgnutls28-dev libgnutls30 libprotobuf-dev protobuf-compiler
libcap-dev libnl-3-dev gcc-multilib gdb bash python-protobuf
libnet-dev util-linux asciidoctor libnl-route-3-dev"