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 1lDDTb-0003KI-E2 for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 19 Feb 2021 21:38:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lDDTZ-0008VR-SO for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 19 Feb 2021 21:38:13 +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 1lDDTZ-0008VK-NI for pgsql-pkg-debian@lists.postgresql.org; Fri, 19 Feb 2021 21:38:13 +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 1lDDTT-0006B2-5y for pgsql-pkg-debian@postgresql.org; Fri, 19 Feb 2021 21:38:12 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1478:7c00:1449:364b:1b59:ca40]) (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 4Dj4gc2rjWz3DwS; Fri, 19 Feb 2021 22:38:04 +0100 (CET) Date: Fri, 19 Feb 2021 22:38:03 +0100 From: Christoph Berg To: Andrey Borodin Cc: pgsql-pkg-debian@postgresql.org Subject: Re: Adding packages fro WAL-G and Odyssey Message-ID: Mail-Followup-To: Christoph Berg , Andrey Borodin , pgsql-pkg-debian@postgresql.org References: <5FDAF3A4-4C0D-47F5-821F-20CFD578B3C6@yandex-team.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5FDAF3A4-4C0D-47F5-821F-20CFD578B3C6@yandex-team.ru> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Andrey Borodin > Hi! > > I'm maintaining backup tool WAL-G, connection pooler Odyssey and some other PG-related tools. > I want to make these tools available via PGDG apt repository. > Where should I start? I've read some wiki pages [0] but did not figure out what to do... > > We already build deb packages for internal distribution, but I think process may be different in this case. Hi Andrey, we'd need a proper debian/ directory for these, either in the upstream repo or in a separate one. Does any of these link to PG as an extension or are they "normal" programs that do not depend on the PG major version? Christoph