Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tiw63-003yJZ-Kb for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 14 Feb 2025 13:51:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tiw61-00A0dj-LJ for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 14 Feb 2025 13:51:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tiw61-00A0db-FW for pgsql-pkg-debian@lists.postgresql.org; Fri, 14 Feb 2025 13:51:10 +0000 Received: from mout-p-202.mailbox.org ([80.241.56.172]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tiw5w-000o71-0M for pgsql-pkg-debian@lists.postgresql.org; Fri, 14 Feb 2025 13:51:09 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4YvYNh68d0z9sps; Fri, 14 Feb 2025 14:51:00 +0100 (CET) Date: Fri, 14 Feb 2025 14:50:59 +0100 From: Christoph Berg To: Thomas Martin Cc: PostgreSQL on Debian and Ubuntu Subject: Re: postgresql-common updated to version 272.pgdg+1 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4YvYNh68d0z9sps List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Thomas Martin > Hello ! > > Concerning this update, we have noticed that postgresql-common-dev has > been added to the dependencies list of postgresql-common. > > postgresql-common-dev has a dependency to the package make which > prevents us to update postgresql-common and other packages from the > pgdg repository on our servers as we forbid the installation of the > make package. > > This was not the case previously, can you please remove > postgresql-common-dev from the dependency list of postgresql-common ? Hi, the plan was that this is only a temporary dependency until all extensions have gained a direct test-dependency on postgresql-common-dev. This would happen naturally with the PG18 release in September/October. I guess we will just remove the dependency and do that transition now. Christoph