From d10df2b03b7e01a2eddc79ea9099d12705f246d6 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Sun, 24 Feb 2019 12:15:43 +0100 Subject: [PATCH] Update pkgr.yml for consensisty with Ubuntu 18.04 This patch updates pkgr.yml as it seems to be inconsistent. Ubuntu 18.04 is currently the only system missing "- libimlib2-dev" for installation dependency and "- libimlib2" for build dependency. This looks wrong. If you don't install libimlib2-dev manually, zammad will not start cleanly. --- .pkgr.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pkgr.yml b/.pkgr.yml index b5a6647c1..8001e8253 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -56,7 +56,9 @@ targets: - nginx|apache2 - postgresql|mysql-server|mariadb-server|sqlite - libimlib2 + - libimlib2-dev build_dependencies: + - libimlib2 - libimlib2-dev sles-12: dependencies: