Re: postgis-update introduced dependency for postgresql-13

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: postgis-update introduced dependency for postgresql-13
Дата
Msg-id 20201102213728.GB124060@msg.df7cb.de
обсуждение исходный текст
Ответ на postgis-update introduced dependency for postgresql-13  (Hu Bert <revirii@googlemail.com>)
Список 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 по дате отправления:

Предыдущее
От: apt.postgresql.org Repository Update
Дата:
Сообщение: hypopg updated to version 1.1.4-2.pgdg+1
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: Bug#834129: pgadmin4 adopter wanted