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 1r0dhC-006vdI-G3 for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 08 Nov 2023 08:13:54 +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 1r0dhB-000Z90-5K for pgsql-pkg-debian@arkaria.postgresql.org; Wed, 08 Nov 2023 08:13:53 +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 1r0dhA-000Z4W-Sk for pgsql-pkg-debian@lists.postgresql.org; Wed, 08 Nov 2023 08:13:52 +0000 Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r0dh8-005Jf8-Ml for pgsql-pkg-debian@lists.postgresql.org; Wed, 08 Nov 2023 08:13:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; s=smtpauto.stravinsky; h=X-Debian-User:In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=suutOY9g7GMOSJi+uQEaQPT9toQLq0xRLMpKfavIo04=; b=KjcEjc23ESCPGyIQ6WDd4AE0+R nwWXndFi1P1t6zJH/b/TFxDgsHiSMUaz81rT6R0Oi1De4k9LPkEaTqJ/CM1WcihTegj1DMszvTFQ7 dDVnf2/abDYf7J+J63YF5Xu3VwU2AAuv6KTgbiL1M5LsuefGu8QkcRbOaGpg2v0WY6CrWlRxZWSZM /nRu7ByeQ94Pivvf1Qq2rhohQEUdPo9g7ePPbDgdw83qnDGev/KklHm5e+Mq8JAwHQs5+zNBufbCg 8TefI7CC1wnNdou8UViKWnYQkP/oxr48CPlz773Y1CUxat5B4f2WMJNVRuzKFVPpqvdoc9z7wTOAp eyivIj0w==; Received: from authenticated user by stravinsky.debian.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) (envelope-from ) id 1r0dh4-00Ajc5-RG; Wed, 08 Nov 2023 08:13:47 +0000 Date: Wed, 8 Nov 2023 09:13:45 +0100 From: Christoph Berg To: Bradford Boyle Cc: pgsql-pkg-debian@lists.postgresql.org Subject: Re: Updated packaging for MobilityDB 1.1.0~beta1 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Debian-User: myon List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Bradford Boyle > In short, upstream was defining a test called 'build' that would rebuild > the extension. We can instruct ctest to exclude this test by specifying > a regex. I was able to drop regress.sh altogether and have > d/tests/installcheck run > > cmake -Btest-%v > make -C test-%v ARGS='-E build' test > > This does require repeating the list of -dev packages in d/tests/control > so that cmake can generate the Makefiles. If this sounds like a good > approach to you, I can push the commit to s.d.o. Sure, that sounds sane. Christoph