From bc3c857b3578351a5837d7c5996a950cb9677411 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 2 Feb 2021 09:40:02 +0000 Subject: [PATCH] Ensure libatomic is installed. Fixes #6198 --- pkg/debian/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh index 1b4ad9b95..360785833 100755 --- a/pkg/debian/build.sh +++ b/pkg/debian/build.sh @@ -56,7 +56,7 @@ cat << EOF > "${DESKTOPROOT}/DEBIAN/control" Package: ${APP_NAME}-desktop Version: ${APP_LONG_VERSION} Architecture: ${OS_ARCH} -Depends: ${APP_NAME}-server +Depends: ${APP_NAME}-server, libatomic1 Maintainer: pgAdmin Development Team Description: The desktop user interface for pgAdmin. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. EOF