From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-045.btinternet.com (mailomta25-re.btinternet.com [213.120.69.118]) by sourceware.org (Postfix) with ESMTPS id 79F983858D28 for ; Sun, 18 Jun 2023 11:06:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 79F983858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-001.btmx-prd.synchronoss.net ([10.2.54.4]) by re-prd-fep-045.btinternet.com with ESMTP id <20230618110649.PYNB21611.re-prd-fep-045.btinternet.com@re-prd-rgout-001.btmx-prd.synchronoss.net> for ; Sun, 18 Jun 2023 12:06:49 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 63F6BC5E0D5637C0 X-Originating-IP: [81.158.20.145] X-OWM-Source-IP: 81.158.20.145 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvhedrgeeftddgfeeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuueftkffvkffujffvgffngfevqffopdfqfgfvnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepffekiefgudejheetudeigfejledtleegleetkeduteeftdfffefhueefgfeutedtnecukfhppeekuddrudehkedrvddtrddugeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekuddrudehkedrvddtrddugeehpdhmrghilhhfrhhomhepjhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukhdpnhgspghrtghpthhtohepuddprhgtphhtthhopegthihgfihinhdqrghpphhssegthihgfihinhdrtghomhdprhgvvhfkrfephhhoshhtkeduqdduheekqddvtddqudeghedrrhgrnhhgvgekuddqudehkedrsghttggvnhhtrhgrlhhplhhushdrtghomhdprghuthhhpghushgvrhepjhhonhhtuhhrnhgvhiessghtihhnthgvrhhnvghtrdgtohhmpdhgvghokffrpefiuedpoffvtefjohhstheprhgvqdhprhguqdhrghhouhhtqddttddu X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (81.158.20.145) by re-prd-rgout-001.btmx-prd.synchronoss.net (5.8.814) (authenticated as jonturney@btinternet.com) id 63F6BC5E0D5637C0 for cygwin-apps@cygwin.com; Sun, 18 Jun 2023 12:06:49 +0100 Message-ID: Date: Sun, 18 Jun 2023 12:06:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: cygwin-pkg-maint enhancements Content-Language: en-GB To: "cygwin-apps@cygwin.com" References: <8f7b29fc-83c5-0d77-994f-21e79542e3b9@dronecode.org.uk> From: Jon Turney In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 16/06/2023 10:47, Corinna Vinschen via Cygwin-apps wrote: > On Jun 11 19:01, Jon Turney via Cygwin-apps wrote: >> >> I've deployed an update to calm which makes a few small improvements to the >> way cygwin-pkg-maint is handled: >> >> * Lines starting with a '#' are now ignored as a comment >> >> * There's now a simple facility for grouping packages: >> >> Define a group with a line starting with '@', e.g.: >> >> @upstream_project Maintainer1/Maintainer2 >> >> Then @upstream_project can used in a package's maintainer list, as a >> reference to that list of maintainers. > > That's a great change. Thanks! > > Would adding glob patterns help, too? Kind of like > > aspell > aspell-* > Well, maybe. That's a more complex change, as the code just does a simple lookup by source package name at the moment. It would also introduce the possibility for ambiguity. e.g. What is the following intended to mean? aspell-* Aye Person aspell-gibberish Anne Other