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 1qlPfA-002gG4-7r for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 27 Sep 2023 08:12:52 +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 1qlPf8-001YRh-Un for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 27 Sep 2023 08:12:50 +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 1qlPd9-001Wxr-Rl for pgsql-pkg-debian@lists.postgresql.org; Wed, 27 Sep 2023 08:10:47 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlPd5-006tJd-Ud for pgsql-pkg-debian@postgresql.org; Wed, 27 Sep 2023 08:10:45 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1482:3660:b7d0:f584:a987:bc23]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4RwTnY5qc1z3FLw; Wed, 27 Sep 2023 10:10:41 +0200 (CEST) Date: Wed, 27 Sep 2023 10:10:41 +0200 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@postgresql.org, Nicodemo Peloso Subject: Re: Pgbouncer issue Message-ID: Mail-Followup-To: Christoph Berg , Bradford Boyle , pgsql-pkg-debian@postgresql.org, Nicodemo Peloso References: <05ad8600-c1ee-4b03-b1f8-95991b8596d1@unr.edu.ar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > Hello, > > I have pushed a commit to s.d.o [1] to update the Debian packaging for > pgbouncer 1.20.1. Thanks, and also thanks for updating pgbackrest. > permits. It looks like lintian is failing for an error on lsb-base (>= > 3.1) but this error was also generated for the 1.20.0 release so I > haven't fixed this. It looks like this constraint has been in place in > since 2008 -- should I update this to just be lsb-base? As two points of > reference, lsb-base in Ubuntu 18.04 is >= 9 and in Debian oldstable it > is >= 11. I'd assume that all currently supported dists would satisfy > lsb-base >= 3.1. I had seen it when I uploaded .0, but didn't do anything about it since there were enough other things to take care about with the PG16 transition. We can just drop it in the next upload, it depends on sysvinit-utils now which is essential. Christoph