From 87eb36964acb47f5f0673a20b4ec19b942b3606e Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 6 Dec 2022 23:06:09 +0300 Subject: [PATCH] admc shfmt --- admc/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admc/lure.sh b/admc/lure.sh index 97c3856..1e03c6a 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -35,7 +35,7 @@ deps_amd64=('smbldap-tools' ) deps_amd64_debian=('libldap-2.4-2' 'libsasl2-2' 'libsmbclient' 'libuuid1' 'libqt5help5' 'libkrb5-3') build_deps=('cmake' 'gcc' 'gcc-c++' 'qt5-qtbase-devel' 'qt5-linguist' 'openldap-devel') -build_deps_debian=('debhelper' 'cmake' 'qtbase5-dev' 'libqt5help5' 'qttools5-dev' 'libldap2-dev'\ +build_deps_debian=('debhelper' 'cmake' 'qtbase5-dev' 'libqt5help5' 'qttools5-dev' 'libldap2-dev' 'pkg-config' 'samba-dev' 'libsmbclient-dev' 'libkrb5-dev' 'libglib2.0-dev' 'libsasl2-dev') sources_amd64=("git+https://github.com/altlinux/${name}.git")