Re: postgis-update introduced dependency for postgresql-13 - Mailing list pgsql-pkg-debian

From Christoph Berg
Subject Re: postgis-update introduced dependency for postgresql-13
Date
Msg-id 20201102213728.GB124060@msg.df7cb.de
Whole thread Raw
In response to postgis-update introduced dependency for postgresql-13  (Hu Bert <revirii@googlemail.com>)
List pgsql-pkg-debian
Re: Hu Bert
> It seems like that the last postgis update has introduced a dependency
> to postgresql-13. More details here:
> 
> https://www.postgresql.org/message-id/CAAV-989nKHSVeqVaCvt5eikU8sSNNX_wkf7k8J8dyGxqxYc40A%40mail.gmail.com

Hi Hubert,

the issue is likely this:

Package: postgis
Version: 3.0.2+dfsg-4.pgdg100+1
Recommends: postgresql-13-postgis-3, postgis-doc

If you have "install recommends" activated in the apt config (the
default), then installing "postgis" will also install the recommended
packages.

Compare:

$ sudo apt install postgis
Die folgenden NEUEN Pakete werden installiert:
  postgis postgis-doc postgresql-13 postgresql-13-postgis-3 postgresql-13-postgis-3-scripts
  postgresql-client-13

$ sudo apt install --no-install-recommends postgis
Die folgenden NEUEN Pakete werden installiert:
  postgis

I think we can change that to "Recommends: postgresql-postgis", will
do so for the next version.

Christoph



pgsql-pkg-debian by date:

Previous
From: apt.postgresql.org Repository Update
Date:
Subject: hypopg updated to version 1.1.4-2.pgdg+1
Next
From: Christoph Berg
Date:
Subject: Re: Bug#834129: pgadmin4 adopter wanted