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 1udwmd-002lgK-3o for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 21 Jul 2025 20:06:47 +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 1udwmc-002hPJ-5g for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 21 Jul 2025 20:06:46 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1udwmb-002hPB-W1 for pgsql-pkg-debian@lists.postgresql.org; Mon, 21 Jul 2025 20:06:46 +0000 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1udwmX-000635-1q for pgsql-pkg-debian@postgresql.org; Mon, 21 Jul 2025 20:06:44 +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-202.mailbox.org (Postfix) with ESMTPS id 4bmBHb06Crz9sps; Mon, 21 Jul 2025 22:06:35 +0200 (CEST) Authentication-Results: outgoing_mbo_mout; dkim=none; spf=pass (outgoing_mbo_mout: domain of cb@df7cb.de designates 2001:67c:2050:b231:465::202 as permitted sender) smtp.mailfrom=cb@df7cb.de Date: Mon, 21 Jul 2025 22:06:33 +0200 From: Christoph Berg To: Huang Yuying Cc: "pgsql-pkg-debian@postgresql.org" , "schneider@ardentperf.com" , "bertranddrouvot.pg@gmail.com" Subject: Re: Request to Add New Package: pgsentinel Message-ID: Mail-Followup-To: Christoph Berg , Huang Yuying , "pgsql-pkg-debian@postgresql.org" , "schneider@ardentperf.com" , "bertranddrouvot.pg@gmail.com" References: <394D2E6D-8779-49B3-AB29-C55DD1F7F9EB@hotmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <394D2E6D-8779-49B3-AB29-C55DD1F7F9EB@hotmail.com> X-Rspamd-Queue-Id: 4bmBHb06Crz9sps List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Huang Yuying > The packaging code is publicly available at: https://salsa.debian.org/laurah159/pgsentinel/. > > To support packaging, we made the following changes to the upstream pgsentinel code: > > 1. Added a top-Level Makefile Hi, this doesn't to be present yet in the 1.1.0 tarball. How did you invoke the build such that it actually worked? $ dpkg-buildpackage -rfakeroot -us -uc -i -I -j20 dpkg-buildpackage: info: source package pgsentinel dpkg-buildpackage: info: source version 1.1.0-1 dpkg-buildpackage: info: source distribution UNRELEASED dpkg-buildpackage: info: source changed by Laura H. dpkg-buildpackage: info: host architecture amd64 dpkg-source -i -I --before-build . debian/rules clean dh clean --with pgxs_loop dh_auto_clean --buildsystem=pgxs_loop pg_buildext clean build-%v postgresql-%v-pgsentinel rm -rf build-*/ rm -rf debian/postgresql-17-pgsentinel/ debian/postgresql-*-pgsentinel.substvars dh_clean pg_buildext checkcontrol dpkg-source -i -I -b . dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: info: building pgsentinel using existing ./pgsentinel_1.1.0.orig.tar.gz dpkg-source: info: building pgsentinel in pgsentinel_1.1.0-1.debian.tar.xz dpkg-source: info: building pgsentinel in pgsentinel_1.1.0-1.dsc debian/rules binary dh binary --with pgxs_loop dh_update_autotools_config dh_autoreconf dh_auto_build --buildsystem=pgxs_loop create-stamp debian/debhelper-build-stamp dh_prep dh_auto_install --buildsystem=pgxs_loop --destdir=debian/postgresql-17-pgsentinel/ pg_buildext loop postgresql-%v-pgsentinel ### PostgreSQL 17 loop ### # 17: make make[1]: Entering directory '/home/myon/projects/postgresql/pgsentinel/pgsentinel' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory '/home/myon/projects/postgresql/pgsentinel/pgsentinel' ### End 17 loop (FAILED with exit code 2) ### dh_auto_install: error: pg_buildext loop postgresql-%v-pgsentinel returned exit code 2 make: *** [debian/rules:10: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 > By the way, in the debian/control.in file, is it possible to add two uploaders? Jeremy will probably be the ongoing maintainer, and I would like to include him as an uploader. It's a comma-separated list. Christoph