From 8eeb12b600df79ce28492172f3c042e63fd90fbf Mon Sep 17 00:00:00 2001 From: Aparna Patil Date: Thu, 3 Mar 2022 12:22:52 +0000 Subject: [PATCH] Include the package priority in Debian/Ubuntu packages --- pkg/debian/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/debian/build.sh b/pkg/debian/build.sh index 717800362..2b684b5c9 100755 --- a/pkg/debian/build.sh +++ b/pkg/debian/build.sh @@ -38,6 +38,7 @@ Package: ${APP_NAME}-server Version: ${APP_LONG_VERSION} Architecture: ${OS_ARCH} Section: database +Priority: optional Depends: python3, libpq5 (>= 11.0), libgssapi-krb5-2 Recommends: postgresql-client | postgresql-client-14 | postgresql-client-13 | postgresql-client-12 | postgresql-client-11 | postgresql-client-10 Maintainer: pgAdmin Development Team @@ -60,6 +61,7 @@ Package: ${APP_NAME}-desktop Version: ${APP_LONG_VERSION} Architecture: ${OS_ARCH} Section: database +Priority: optional Depends: ${APP_NAME}-server (= ${APP_LONG_VERSION}), libatomic1, xdg-utils 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. @@ -85,6 +87,7 @@ Package: ${APP_NAME}-web Version: ${APP_LONG_VERSION} Architecture: all Section: database +Priority: optional Depends: ${APP_NAME}-server (= ${APP_LONG_VERSION}), apache2, libapache2-mod-wsgi-py3 Maintainer: pgAdmin Development Team Description: The web interface for pgAdmin, hosted under Apache HTTPD. 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. @@ -109,6 +112,7 @@ Package: ${APP_NAME} Version: ${APP_LONG_VERSION} Architecture: all Section: database +Priority: optional Depends: ${APP_NAME}-server (= ${APP_LONG_VERSION}), ${APP_NAME}-desktop (= ${APP_LONG_VERSION}), ${APP_NAME}-web (= ${APP_LONG_VERSION}) Maintainer: pgAdmin Development Team Description: Installs all required components to run pgAdmin in desktop and web modes. 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.