DEBIAN: switched to all meta package for postgres

master
Martin Gerhardy 2021-12-10 07:28:18 +01:00
parent 94f848c654
commit 91f831d136
3 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-12 libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev python3
sudo apt-get install cmake debhelper devscripts build-essential lintian libsdl2-dev libuv1-dev libsdl2-mixer-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev python3
- name: Ubuntu
run: |
@ -107,7 +107,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update
sudo apt-get install libsdl2-dev postgresql-server-dev-12 libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3
sudo apt-get install libsdl2-dev postgresql-server-dev-all libpq-dev libenet-dev opencl-c-headers wayland-protocols pkg-config uuid-dev ninja-build python3
- name: Linux
run: |

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Build-Depends:
cmake,
debhelper,
libsdl2-dev,
postgresql-server-dev-12,
postgresql-server-dev-all,
libpq-dev,
libenet-dev,
libuv1-dev,

View File

@ -9,8 +9,8 @@
* development headers/libs for
* glm
* lua >= 5.4
* sdl2 > 2.0.4
* postgresql-server-dev >= 9.5
* sdl2 > 2.0.16
* postgresql-server-dev >= 12
* libpq
* enet
* libuv