Commit 09b1695b authored by Otto Kekäläinen's avatar Otto Kekäläinen

Travis-CI: Sync dependencies with Debian

- Add libarchive-dev and libkrb5-dev as they are defined as dependencies
  in debian/control
- Update curl dependency to libcurl4-openssl-dev, available in Bionic and Focal
- Remove libstemmer-dev that was added without documented motivations in
  https://github.com/ottok/mariadb/commit/e9ada862651fdb98f84871e4ec59bef1bb36646d
- Remove libdistro-info-perl that was added due to need by autobake-deb.sh
  in https://github.com/ottok/mariadb/commit/eb04ee5c9d2416aa45acd1353dff19f569e96317
  but which is not needed anymore
parent fa9bd073
...@@ -41,6 +41,7 @@ addons: ...@@ -41,6 +41,7 @@ addons:
- g++-10 # In suites: focal, bionic (via ppa:ubuntu-toolchain-r/test) - g++-10 # In suites: focal, bionic (via ppa:ubuntu-toolchain-r/test)
- gdb - gdb
- libaio-dev - libaio-dev
- libarchive-dev
- libboost-atomic-dev - libboost-atomic-dev
- libboost-chrono-dev - libboost-chrono-dev
- libboost-date-time-dev - libboost-date-time-dev
...@@ -50,11 +51,12 @@ addons: ...@@ -50,11 +51,12 @@ addons:
- libboost-system-dev - libboost-system-dev
- libboost-thread-dev - libboost-thread-dev
- libcrack2-dev - libcrack2-dev
- libcurl3-dev - libcurl4-openssl-dev
- libdbd-mysql - libdbd-mysql
- libedit-dev - libedit-dev
- libjemalloc-dev - libjemalloc-dev
- libjudy-dev - libjudy-dev
- libkrb5-dev
- liblz4-dev - liblz4-dev
- libncurses5-dev - libncurses5-dev
- libnuma-dev - libnuma-dev
...@@ -63,7 +65,6 @@ addons: ...@@ -63,7 +65,6 @@ addons:
- libreadline-gplv2-dev - libreadline-gplv2-dev
- libsnappy-dev - libsnappy-dev
- libssl-dev - libssl-dev
- libstemmer-dev
- libxml2-dev - libxml2-dev
- lsb-release - lsb-release
- perl - perl
...@@ -136,7 +137,6 @@ jobs: ...@@ -136,7 +137,6 @@ jobs:
- dh-exec - dh-exec
- dh-systemd - dh-systemd
- fakeroot - fakeroot
- libdistro-info-perl
- libsystemd-dev - libsystemd-dev
- libzstd-dev - libzstd-dev
- po-debconf - po-debconf
......
Markdown is supported
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