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 1tcljX-002WXX-BU for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 28 Jan 2025 13:34: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 1tcljW-001A7a-1k for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 28 Jan 2025 13:34: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 1tcljV-001A7T-Qh for pgsql-pkg-debian@lists.postgresql.org; Tue, 28 Jan 2025 13:34:25 +0000 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tcljS-001wgD-11 for pgsql-pkg-debian@lists.postgresql.org; Tue, 28 Jan 2025 13:34:24 +0000 Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (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-103.mailbox.org (Postfix) with ESMTPS id 4Yj5qB3lZHz9scM; Tue, 28 Jan 2025 14:34:14 +0100 (CET) Date: Tue, 28 Jan 2025 14:34:13 +0100 From: Christoph Berg To: pgsqlitegis@tutamail.com Cc: Pgsql Pkg Debian Subject: Re: Redis & SQLite FDW packages Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4Yj5qB3lZHz9scM List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: pgsqlitegis@tutamail.com > Hello, community! > > I am a contibutor of https://github.com/pgspider/sqlite_fdw and https://github.com/pg-redis-fdw/redis_fdw but I am frustrated about deb package constructing instruments. I am ready to discuss about all details of compile process of this FDWs. Can anyone help me to make and publish deb packages for this FDWs or there is some guide for my case? Hi Michel, not sure which part was the hard one for you - I wrote this condensed how-to a while ago: https://salsa.debian.org/postgresql/postgresql-common/-/blob/master/doc/postgresql-debian-packaging.md Christoph