Maintenance: Enabled support for Debian 10 buster package building on packager.io.
This commit is contained in:
parent
def0525c6d
commit
a343fb4f7a
1 changed files with 11 additions and 0 deletions
11
.pkgr.yml
11
.pkgr.yml
|
@ -38,6 +38,17 @@ targets:
|
||||||
build_dependencies:
|
build_dependencies:
|
||||||
- libimlib2
|
- libimlib2
|
||||||
- libimlib2-dev
|
- libimlib2-dev
|
||||||
|
debian-10:
|
||||||
|
dependencies:
|
||||||
|
- curl
|
||||||
|
- elasticsearch
|
||||||
|
- nginx|apache2
|
||||||
|
- postgresql|mariadb-server|sqlite
|
||||||
|
- libimlib2
|
||||||
|
- libimlib2-dev
|
||||||
|
build_dependencies:
|
||||||
|
- libimlib2
|
||||||
|
- libimlib2-dev
|
||||||
ubuntu-16.04:
|
ubuntu-16.04:
|
||||||
dependencies:
|
dependencies:
|
||||||
- curl
|
- curl
|
||||||
|
|
Loading…
Reference in a new issue