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 1tNcH5-0010Vk-FP for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 17 Dec 2024 18:26:27 +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 1tNcH4-004gTJ-M4 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 17 Dec 2024 18:26:26 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tNcH4-004gTA-GI for pgsql-pkg-debian@lists.postgresql.org; Tue, 17 Dec 2024 18:26:26 +0000 Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tNcH1-0004az-33 for pgsql-pkg-debian@lists.postgresql.org; Tue, 17 Dec 2024 18:26:24 +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-201.mailbox.org (Postfix) with ESMTPS id 4YCQHV53W9z9stj; Tue, 17 Dec 2024 19:26:14 +0100 (CET) Date: Tue, 17 Dec 2024 19:26:13 +0100 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: libpg-query -- new upstream version Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4YCQHV53W9z9stj List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > One question that I had was around the package naming -- it looks like > the last upload renamed the libraries for the 64-bit time_t transition. > I wasn't sure if this naming was only needed for the transition or is > needed going forward. I also removed the 'Replaces' and 'Breaks' from > d/control. Hi Bradford, the t64 can be removed after any soname change, it was only there to have a different package name when the soname didn't change with the 64-bit time ABI change on armhf. I did that in the upload. Thanks for preparing the package! Christoph