Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kOHJk-0006vn-8e for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 02 Oct 2020 09:25:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kOHJj-0000l4-7p for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 02 Oct 2020 09:25:31 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kOHJj-0000kx-38 for pgsql-pkg-debian@lists.postgresql.org; Fri, 02 Oct 2020 09:25:31 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kOHJh-0006wC-1f for pgsql-pkg-debian@lists.postgresql.org; Fri, 02 Oct 2020 09:25:30 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:c340:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4C2l2v4v7lz3Dwf; Fri, 2 Oct 2020 11:25:27 +0200 (CEST) Date: Fri, 2 Oct 2020 11:25:27 +0200 From: Christoph Berg To: Richard Huxton Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: PostgreSQL 13 package for pgtap - how to get one? Message-ID: <20201002092527.GD536731@msg.df7cb.de> References: 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: Precedence: bulk Re: Richard Huxton > If there is a public repo for this then I'm happy to do a bit more work and > testing and submit a pull request, but I couldn't find the debian packaging > repo. I didn't realize you meant a git repo there. Finding that is easy: $ apt-cache showsrc pgtap Package: pgtap ... Vcs-Browser: https://salsa.debian.org/postgresql/pgtap Vcs-Git: https://salsa.debian.org/postgresql/pgtap.git Christoph