From unknown Mon Jun 23 09:36:41 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26239 <26239@debbugs.gnu.org> To: bug#26239 <26239@debbugs.gnu.org> Subject: Status: [PATCH] packages: Use "@" as version separator. Reply-To: bug#26239 <26239@debbugs.gnu.org> Date: Mon, 23 Jun 2025 16:36:41 +0000 retitle 26239 [PATCH] packages: Use "@" as version separator. reassign 26239 guix-patches submitter 26239 Tobias Geerinckx-Rice severity 26239 normal tag 26239 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 24 12:33:11 2017 Received: (at submit) by debbugs.gnu.org; 24 Mar 2017 16:33:11 +0000 Received: from localhost ([127.0.0.1]:42662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crS9H-0005fX-9X for submit@debbugs.gnu.org; Fri, 24 Mar 2017 12:33:11 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crS9E-0005fJ-M9 for submit@debbugs.gnu.org; Fri, 24 Mar 2017 12:33:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crS98-0002Dt-HX for submit@debbugs.gnu.org; Fri, 24 Mar 2017 12:33:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:43204) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1crS98-0002Dj-CR for submit@debbugs.gnu.org; Fri, 24 Mar 2017 12:33:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crS97-0000yw-0a for guix-patches@gnu.org; Fri, 24 Mar 2017 12:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crS92-0002AI-Pd for guix-patches@gnu.org; Fri, 24 Mar 2017 12:33:01 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:33809) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1crS92-00029d-Jn for guix-patches@gnu.org; Fri, 24 Mar 2017 12:32:56 -0400 Received: from v5.telenet.be (ptr-1poeq1jc3sjmpua5e3n.18120a2.ip6.access.telenet.be [IPv6:2a02:1810:3919:8200:b060:af6:f6d8:68a3]) (Authenticated sender: me@tobias.gr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 7953C1720B2 for ; Fri, 24 Mar 2017 17:32:53 +0100 (CET) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] packages: Use "@" as version separator. Date: Fri, 24 Mar 2017 17:33:44 +0100 Message-Id: <20170324163344.23301-1-me@tobias.gr> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) * guix/packages.scm (package-full-name): Use "@" instead of "-" to separate PACKAGE-NAME and PACKAGE-VERSION. --- Guix, This is so trivial that I'm mainly posting it to find out *which* obvious thing I've completely missed. Meanwhile, it won't get lost (again) before core-updates reopens for business. Kind regards, T G-R guix/packages.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/packages.scm b/guix/packages.scm index 4bc4b01..34bbc5e 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -382,8 +382,8 @@ object." (define (package-full-name package) - "Return the full name of PACKAGE--i.e., `NAME-VERSION'." - (string-append (package-name package) "-" (package-version package))) + "Return the full name of PACKAGE--i.e., `NAME@VERSION'." + (string-append (package-name package) "@" (package-version package))) (define (%standard-patch-inputs) (let* ((canonical (module-ref (resolve-interface '(gnu packages base)) -- 2.9.3 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 25 19:43:07 2017 Received: (at 26239) by debbugs.gnu.org; 25 Mar 2017 23:43:07 +0000 Received: from localhost ([127.0.0.1]:44811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crvKs-0001Ef-Ud for submit@debbugs.gnu.org; Sat, 25 Mar 2017 19:43:07 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:47269 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crvKr-0001EX-BY for 26239@debbugs.gnu.org; Sat, 25 Mar 2017 19:43:06 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 8F1FC50E516; Sun, 26 Mar 2017 00:43:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1490485384; bh=/rHi5fQAj6LdZIc+/YqQbvb+11IpTBaia8ffX7zKnjg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=HFDrxIejA+5ES4EUr1OYybx1ZpBx2juvFw/p/cMh1bO0NRuft/N5go6GFkXMfMRBu pB1ih2no5C2A0TeBSLvEnRUGE0guBQQ0QisyQpaKl5Jrl6vurnVvcM7tAqNKLaGREs iV+UB8igiADQaR93gMIhORTfMIVi/HjJMadasT3s= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR002 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1490485384; bh=/rHi5fQAj6LdZIc+/YqQbvb+11IpTBaia8ffX7zKnjg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=HFDrxIejA+5ES4EUr1OYybx1ZpBx2juvFw/p/cMh1bO0NRuft/N5go6GFkXMfMRBu pB1ih2no5C2A0TeBSLvEnRUGE0guBQQ0QisyQpaKl5Jrl6vurnVvcM7tAqNKLaGREs iV+UB8igiADQaR93gMIhORTfMIVi/HjJMadasT3s= To: Tobias Geerinckx-Rice Subject: Re: bug#26239: [PATCH] packages: Use "@" as version separator. References: <20170324163344.23301-1-me@tobias.gr> Date: Sat, 25 Mar 2017 19:42:52 -0400 In-Reply-To: <20170324163344.23301-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Fri, 24 Mar 2017 17:33:44 +0100") Message-ID: <8737e03oub.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 26239 Cc: 26239@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice writes: > * guix/packages.scm (package-full-name): Use "@" instead of "-" to separa= te > PACKAGE-NAME and PACKAGE-VERSION. > --- > > Guix, > > This is so trivial that I'm mainly posting it to find out *which* obvious > thing I've completely missed.=20 > > Meanwhile, it won't get lost (again) before core-updates reopens for > business. > > Kind regards, > > T G-R > > guix/packages.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/guix/packages.scm b/guix/packages.scm > index 4bc4b01..34bbc5e 100644 > --- a/guix/packages.scm > +++ b/guix/packages.scm > @@ -382,8 +382,8 @@ object." >=20=20 >=20=20 > (define (package-full-name package) > - "Return the full name of PACKAGE--i.e., `NAME-VERSION'." > - (string-append (package-name package) "-" (package-version package))) > + "Return the full name of PACKAGE--i.e., `NAME@VERSION'." > + (string-append (package-name package) "@" (package-version package))) >=20=20 > (define (%standard-patch-inputs) > (let* ((canonical (module-ref (resolve-interface '(gnu packages base)) I think Guix internals could handle the change. As far as I can tell, Bash and Guile have no problem with handling unquoted at signs in their logic. I don't see hard-coded expectations of a hyphen rather than an at sign in Guix's code either. Someone may want to double-check my claims though. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljXAH0ACgkQ5qXuPBlG eg3YTg/+Ib49vrR7kW3DnIlTkZbQFUZpeOkwI49ONnadn/EfKWb01UgaUi0oRPwo dCLCvf2s1xNjWGZs/NqtxCcN04sIut6yUmhNL1CheEiTVn8shJkxM/eR+diNqSwW 30w1jr27KZg0gis+rnwhBlwQasxVW9ExnaM7438585PwY1PivogQTckxWLO8MBa6 sMJOo+K2FqtukpLC6yeamv/uWg/CXcuHJQ9UVRVy9bF2B1+TxhvF/N57KMiy45Hh 1YPeTXGaiYTsW8E926s7E5jtImEDGWJR7/9To1tDtNM3x6MqKkXmW0I5Co0xDOyC u80eYrfgpYkEKdjX3RFprsqdkFu6akEzOmamMRuIfWJLygK559PdCWsVwhS0T8LQ bFXhq5dz9IUOnD3NBOO68kuz/bnpgarOBIqn8T0vqrN9phchhuEbKcnxZMtVOB0L Fn4YER1TAPSrCk1A44Vhno3ifhEX/Okd1B6BThCedFS74+tVXiIV//PymbOaSdzm uoe0KRHVd2fAl2mX27cHOFKXfPlkYjyadbkQfzvQp0EKkwkWW/N8y0SXIJUT0Exj w2R6QDIIn//3nwONM8ykUh/hDc3f+m9IgXMbPJWMkcu3WRZTetan9lM75ZQWXtYY krvRXRKsd2vwpFp3m7PolvKKRTd/77tLlW0SftO/D0pRXzUMpY8= =mXFG -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 26 12:24:22 2017 Received: (at 26239) by debbugs.gnu.org; 26 Mar 2017 16:24:22 +0000 Received: from localhost ([127.0.0.1]:46088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csAxq-0001dn-HO for submit@debbugs.gnu.org; Sun, 26 Mar 2017 12:24:22 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:44306) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csAxo-0001df-Sq for 26239@debbugs.gnu.org; Sun, 26 Mar 2017 12:24:21 -0400 Received: from mfilter15-d.gandi.net (mfilter15-d.gandi.net [217.70.178.143]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id D7626C5A55; Sun, 26 Mar 2017 18:24:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter15-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter15-d.gandi.net (mfilter15-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id Kt7mJfRtikvr; Sun, 26 Mar 2017 18:24:18 +0200 (CEST) X-Originating-IP: 62.205.126.143 Received: from [10.125.76.82] (unknown [62.205.126.143]) (Authenticated sender: me@tobias.gr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 385F6C5A51; Sun, 26 Mar 2017 18:24:17 +0200 (CEST) Subject: Re: bug#26239: [PATCH] packages: Use "@" as version separator. To: kei@openmailbox.org References: <20170324163344.23301-1-me@tobias.gr> <8737e03oub.fsf@openmailbox.org> From: Tobias Geerinckx-Rice Message-ID: <5baf3bd2-cd25-38ca-0f82-d97302db335d@tobias.gr> Date: Sun, 26 Mar 2017 17:46:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <8737e03oub.fsf@openmailbox.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="dVrm6XDCVG3Ds2Vw3SsQ1vuxPoBxQUncc" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 26239 Cc: 26239@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --dVrm6XDCVG3Ds2Vw3SsQ1vuxPoBxQUncc Content-Type: multipart/mixed; boundary="WpqNISs3UgxVHmJwjv7SJRlv4hmljb9r7"; protected-headers="v1" From: Tobias Geerinckx-Rice To: kei@openmailbox.org Cc: 26239@debbugs.gnu.org Message-ID: <5baf3bd2-cd25-38ca-0f82-d97302db335d@tobias.gr> Subject: Re: bug#26239: [PATCH] packages: Use "@" as version separator. References: <20170324163344.23301-1-me@tobias.gr> <8737e03oub.fsf@openmailbox.org> In-Reply-To: <8737e03oub.fsf@openmailbox.org> --WpqNISs3UgxVHmJwjv7SJRlv4hmljb9r7 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Kei, On 26/03/17 00:42, Kei Kebreau wrote: > I think Guix internals could handle the change. [...] I don't see > hard-coded expectations of a hyphen rather than an at sign in Guix's > code either. Ah, good. That was my main worry. I tried to go over each package-full-name user in the guix repository, but I'm still a very little Schemer. Kind regards, T G-R PS: if anyone would object to this change, Alex has a very nice alternative ready to go in bug 26264, complete with unit test. The only thing I can say for this one's that it's simpler :-) --WpqNISs3UgxVHmJwjv7SJRlv4hmljb9r7-- --dVrm6XDCVG3Ds2Vw3SsQ1vuxPoBxQUncc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQEqBAEBCgAUBQJY1+I+DRxtZUB0b2JpYXMuZ3IACgkQkczbm0hUG5mTYAf8DptE yGjF1t6BgaPhpdIUeFG9qO8rIfh+Q9OMOzi9fNmWZrwvicplTsDTsyqmRtgcUeBP ALsA2cJsgfTTPQnJTFOQgyaWWkUz5PP6qusB5kkm0nCkEySy6na0RJQz9y/kiJwo 433d8vnoU5lOMNCm5Zf3sSxsJnmTJqcBhMu8eAZUko8JVZ3qMyEg31oQKawDJhic cGxeezLaeEaabhJryCKj4RO1nFuAiwr502c8PpHqtr9awua18RXQ26M18MnyueX2 Dz7lwrWsNWMV6og1ufujkXhTYLSQMd30pkfcUoSyNLlQ6lt/UiASUeIVYO43W/Fm pfmAenqeRrcaTzAPlQ== =J9qi -----END PGP SIGNATURE----- --dVrm6XDCVG3Ds2Vw3SsQ1vuxPoBxQUncc-- From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 28 11:04:37 2017 Received: (at control) by debbugs.gnu.org; 28 Mar 2017 15:04:37 +0000 Received: from localhost ([127.0.0.1]:49468 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cssfl-0002dR-Li for submit@debbugs.gnu.org; Tue, 28 Mar 2017 11:04:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:41454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cssfk-0002dD-Ux for control@debbugs.gnu.org; Tue, 28 Mar 2017 11:04:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cssfd-0005T1-ES for control@debbugs.gnu.org; Tue, 28 Mar 2017 11:04:32 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cssfd-0005Sv-CA for control@debbugs.gnu.org; Tue, 28 Mar 2017 11:04:29 -0400 Received: from [193.50.110.98] (port=54630 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cssfc-0004lO-Qf for control@debbugs.gnu.org; Tue, 28 Mar 2017 11:04:29 -0400 Date: Tue, 28 Mar 2017 17:04:27 +0200 Message-Id: <87efxh30jo.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #26239 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) merge 26239 26264 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 28 11:22:11 2017 Received: (at 26239-done) by debbugs.gnu.org; 28 Mar 2017 15:22:11 +0000 Received: from localhost ([127.0.0.1]:49510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csswl-0004r7-F8 for submit@debbugs.gnu.org; Tue, 28 Mar 2017 11:22:11 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:32964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csswj-0004qz-5c for 26239-done@debbugs.gnu.org; Tue, 28 Mar 2017 11:22:09 -0400 Received: from mfilter20-d.gandi.net (mfilter20-d.gandi.net [217.70.178.148]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 3E13C41C0B8 for <26239-done@debbugs.gnu.org>; Tue, 28 Mar 2017 17:22:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter20-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter20-d.gandi.net (mfilter20-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id vh6YMil6gCPl for <26239-done@debbugs.gnu.org>; Tue, 28 Mar 2017 17:22:06 +0200 (CEST) X-Originating-IP: 81.241.166.83 Received: from [192.168.1.24] (83.166-241-81.adsl-dyn.isp.belgacom.be [81.241.166.83]) (Authenticated sender: me@tobias.gr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id CDC6D41C08F for <26239-done@debbugs.gnu.org>; Tue, 28 Mar 2017 17:22:05 +0200 (CEST) Subject: Re: bug#26239: Acknowledgement ([PATCH] packages: Use "@" as version separator.) To: 26239-done@debbugs.gnu.org References: <20170324163344.23301-1-me@tobias.gr> From: Tobias Geerinckx-Rice Message-ID: <0b8b37ec-f665-1a91-34d1-bce407520415@tobias.gr> Date: Tue, 28 Mar 2017 17:23:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="C4jI0M8uGIrvxUr7MKVdsO1DOdRpTgxK9" X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 26239-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --C4jI0M8uGIrvxUr7MKVdsO1DOdRpTgxK9 Content-Type: multipart/mixed; boundary="cmMpNAObXIqT5K0M6X8CBRHH5dl9e2t4l"; protected-headers="v1" From: Tobias Geerinckx-Rice To: 26239-done@debbugs.gnu.org Message-ID: <0b8b37ec-f665-1a91-34d1-bce407520415@tobias.gr> Subject: Re: bug#26239: Acknowledgement ([PATCH] packages: Use "@" as version separator.) References: <20170324163344.23301-1-me@tobias.gr> In-Reply-To: --cmMpNAObXIqT5K0M6X8CBRHH5dl9e2t4l Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable =E2=80=98package-full-name=E2=80=99 is also used to construct store path = names, to this change alone isn't enough. Closing this bug. Discussion continued at #26264. Kind regards, T G-R --cmMpNAObXIqT5K0M6X8CBRHH5dl9e2t4l-- --C4jI0M8uGIrvxUr7MKVdsO1DOdRpTgxK9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQFBBAEBCgArFiEEeqzfDJ8DWw5d4xcqkczbm0hUG5kFAljaf9oNHG1lQHRvYmlh cy5ncgAKCRCRzNubSFQbmUOoB/4qMNXZ6jYeZZ/axBJqKzK+Fj78ZwE33OkiRXhG dghXo3wDurq+ki9xE6VsrhxMs3CDtnb+w0QDFIaZ0Ege3L3SqCtu+AqAxUuOZz9Z 7Cx5APt8BxUVsaoQ80R54CqPwQ/ho372TKzZUBbi6ypPdla3vc3KVlITePyrdkQ0 PH5uzAbkj/e1pwaAqpWyeUK3mPTT8zUNmC1VaPD6dL9+k115bLv4+w0rkqdwt4pM JVy4kJw8hidhLpVpPE5ApwXcVlcl6AsM8FacCwjxplRQ8jgNLpMFGMAGhDFelr+I kwZmknllSVNJTSnKZBinKsHcjB/gupdRt3ELzxLDtBz6BV/J =abrh -----END PGP SIGNATURE----- --C4jI0M8uGIrvxUr7MKVdsO1DOdRpTgxK9-- From unknown Mon Jun 23 09:36:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 26 Apr 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sat May 06 14:28:54 2017 Received: (at control) by debbugs.gnu.org; 6 May 2017 18:28:55 +0000 Received: from localhost ([127.0.0.1]:58530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d74Rq-0003QG-MX for submit@debbugs.gnu.org; Sat, 06 May 2017 14:28:54 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:35736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d74Rp-0003Q8-LD for control@debbugs.gnu.org; Sat, 06 May 2017 14:28:53 -0400 Received: from mfilter16-d.gandi.net (mfilter16-d.gandi.net [217.70.178.144]) by relay2-d.mail.gandi.net (Postfix) with ESMTP id 038B9C5A46 for ; Sat, 6 May 2017 20:28:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter16-d.gandi.net Received: from relay2-d.mail.gandi.net ([IPv6:::ffff:217.70.183.194]) by mfilter16-d.gandi.net (mfilter16-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id qd1h5HaXOCZH for ; Sat, 6 May 2017 20:28:50 +0200 (CEST) X-Originating-IP: 84.196.237.164 Received: from [192.168.0.100] (d54c4eda4.access.telenet.be [84.196.237.164]) (Authenticated sender: me@tobias.gr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 642FAC5A51 for ; Sat, 6 May 2017 20:28:50 +0200 (CEST) To: control@debbugs.gnu.org From: Tobias Geerinckx-Rice Message-ID: Date: Sat, 6 May 2017 20:30:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MIrGv8QqPqBblUMSNXt7kMfIn7lLpVoMD" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 26264 [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.194 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [217.70.183.194 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 TVD_SPACE_RATIO No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: unarchive 26264 [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [217.70.183.194 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.194 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.0 TVD_SPACE_RATIO No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --MIrGv8QqPqBblUMSNXt7kMfIn7lLpVoMD Content-Type: multipart/mixed; boundary="DEbTsHslwHaH8UMaJtJrvnHShKk5oGrLg"; protected-headers="v1" From: Tobias Geerinckx-Rice To: control@debbugs.gnu.org Message-ID: --DEbTsHslwHaH8UMaJtJrvnHShKk5oGrLg Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable unarchive 26264 --DEbTsHslwHaH8UMaJtJrvnHShKk5oGrLg-- --MIrGv8QqPqBblUMSNXt7kMfIn7lLpVoMD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQFBBAEBCgArFiEEeqzfDJ8DWw5d4xcqkczbm0hUG5kFAlkOFjENHG1lQHRvYmlh cy5ncgAKCRCRzNubSFQbmWpkCACsc70NL5OOwhAmkeXGZeNjXdmr4r+2FR6JEeuk +FjibIG0JXxOkOQfyaAeaMletbplyKNIss/TBqIcDCKZfL09LTc33fuFJF4WM0+r 99XVTSTOD8XtuPzJdWeSZKO5dVvsiuaOxF6AqWe/+EaUUQubSZIHn3d7EEvxOkeJ WvbaKYXI/YU/D9fLvdj3Eb+99nb+JNJG30u5JJw+G1J5OvyCwfxRb1h8ayQZXSih KUlcYUVuYiDH34HPD/wX3cOk6M8BDOZgz6FaEhM0ORxjyFkulCh/5v1m26m2bfap nJLt8zVNQMTNzdAEtFNdPyCcTvwaEGWcUtUDH2FQAzIo8RD+ =bcxL -----END PGP SIGNATURE----- --MIrGv8QqPqBblUMSNXt7kMfIn7lLpVoMD-- From unknown Mon Jun 23 09:36:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: Did not alter fixed versions and reopened. Date: Sat, 06 May 2017 18:31:02 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # Did not alter fixed versions and reopened. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 18 07:04:21 2017 Received: (at control) by debbugs.gnu.org; 18 Jun 2017 11:04:21 +0000 Received: from localhost ([127.0.0.1]:54012 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dMY0D-0003GW-9F for submit@debbugs.gnu.org; Sun, 18 Jun 2017 07:04:21 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dMY0B-0003GO-O9 for control@debbugs.gnu.org; Sun, 18 Jun 2017 07:04:20 -0400 Received: from localhost (port-92-200-37-134.dynamic.qsc.de [92.200.37.134]) by mx.zohomail.com with SMTPS id 1497783856040156.31904814731706; Sun, 18 Jun 2017 04:04:16 -0700 (PDT) Date: Sun, 18 Jun 2017 13:04:13 +0200 To: control@debbugs.gnu.org From: Ricardo Wurmus Subject: control message for bug #26239 X-ZohoMailClient: External X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 26239 [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [135.84.80.216 listed in list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [135.84.80.216 listed in wl.mailspike.net] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.1 MISSING_MID Missing Message-Id: header X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" Message-Id: X-Spam-Score: 1.0 (+) close 26239 From unknown Mon Jun 23 09:36:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 16 Jul 2017 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator