Ensure libatomic is installed. Fixes #6198

pull/40/head
Dave Page 2021-02-02 09:40:02 +00:00
parent b948f43dda
commit bc3c857b35
1 changed files with 1 additions and 1 deletions

View File

@ -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 <pgadmin-hackers@postgresql.org>
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