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