Received: (at 67727) by debbugs.gnu.org; 10 Mar 2025 00:44:01 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 09 20:44:01 2025 Received: from localhost ([127.0.0.1]:35115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1trRFP-00026F-UV for submit <at> debbugs.gnu.org; Sun, 09 Mar 2025 20:44:01 -0400 Received: from mailout3.hostsharing.net ([2a01:4f8:150:2161:1:b009:f236:0]:55425) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <alex@HIDDEN>) id 1trJ9o-0002O9-3t for 67727 <at> debbugs.gnu.org; Sun, 09 Mar 2025 12:05:41 -0400 Received: from h20.hostsharing.net (h20.hostsharing.net [83.223.95.236]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mailout3.hostsharing.net (Postfix) with ESMTPS id C99BA101E6B6A; Sun, 9 Mar 2025 17:05:37 +0100 (CET) Received: from anna.fritz.box (unknown [195.52.183.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by h20.hostsharing.net (Postfix) with ESMTPSA id 4FA0B2E4C7; Sun, 9 Mar 2025 17:05:37 +0100 (CET) Message-ID: <2739466711c968953c9faa8558ed1ee9ecd69bdf.camel@HIDDEN> Subject: Re: My first package: libsurvive From: Tobias Alexandra Platen <alex@HIDDEN> To: Nicolas Goaziou <mail@HIDDEN>, 67727 <at> debbugs.gnu.org Date: Sun, 09 Mar 2025 17:05:36 +0100 In-Reply-To: <87h6429uwn.fsf@HIDDEN> References: <87h6429uwn.fsf@HIDDEN> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 67727 X-Mailman-Approved-At: Sun, 09 Mar 2025 20:43:58 -0400 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) On Sun, 2025-03-09 at 14:48 +0100, Nicolas Goaziou wrote: > Hello, >=20 > > +(define-public libsurvive >=20 > Thank you! >=20 > > +=C2=A0 (package > > +=C2=A0=C2=A0=C2=A0 (name "libsurvive") > > +=C2=A0=C2=A0=C2=A0 (version "2023.12") > > +=C2=A0=C2=A0=C2=A0 (source > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin ;;TODO: make release > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (url "https://codeberg.org/LibreVR/libsurvive") > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (recursive? #t) >=20 > Can you unbundle whatever is pulled in submodules and avoid using > #:recursive? >=20 > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 (commit "v2023.12.rc0"))) ;; make a final release > > this year >=20 > Nitpick: end of line comments use a single semicolon. >=20 > It is also not a good idea to introduce a mismatch between version > and > commit. It this situation, you can either use "2023.12.rc0" for > version > and (string-append "v" version) for commit, or use a raw commit hash, > bound to `commit' and bind "1" to `revision'. Then, version becomes > (git-version "2023.12" revision commit) and commit is set to=E2=80=A6 com= mit. >=20 > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name n= ame version)) > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 (base32 > > "0fkdgvpm987yl5q6yq0979cfj99ffi6k0dpmddlpxfm2rngn85r5")))) > > +=C2=A0=C2=A0=C2=A0 (build-system cmake-build-system) > > +=C2=A0=C2=A0=C2=A0 (arguments (list #:tests? #f)) ;; no tests in this = version >=20 > Same remark as above about semicolon. >=20 > > +=C2=A0=C2=A0=C2=A0 (native-inputs > > +=C2=A0=C2=A0=C2=A0=C2=A0 (list pkg-config)) > > +=C2=A0=C2=A0=C2=A0 (inputs > > +=C2=A0=C2=A0=C2=A0=C2=A0 (list hidapi eigen eudev)) >=20 > Please order inputs alphabetically. >=20 > > +=C2=A0=C2=A0=C2=A0 (home-page "https://codeberg.org/LibreVR/libsurvive= ") > > +=C2=A0=C2=A0=C2=A0 (synopsis "Lighthouse Tracking for LibreVR") > > +=C2=A0=C2=A0=C2=A0 (description "Libsurvive is a set of tools and libr= aries that > > enable Lighthouse > > +Tracking on various devices, including HTC Vive and the well known > > Valve Index. > > +It currently supports both SteamVR 1.0 and SteamVR 2.0 generation > > of devices, > > +future versions will support more hardware and the survive_link > > protocol.") >=20 > Nitpick: @code{survive_link} protocol. >=20 > Would you want to send an updated patch? yes, but not today. Maybe in one month. >=20 > Regards,
guix-patches@HIDDEN
:bug#67727
; Package guix-patches
.
Full text available.Received: (at 67727) by debbugs.gnu.org; 9 Mar 2025 13:49:28 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sun Mar 09 09:49:28 2025 Received: from localhost ([127.0.0.1]:58851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1trH20-0003ay-98 for submit <at> debbugs.gnu.org; Sun, 09 Mar 2025 09:49:28 -0400 Received: from msg-4.mailo.com ([213.182.54.15]:55084 helo=mailo.com) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <mail@HIDDEN>) id 1trH1x-0003ad-0Z for 67727 <at> debbugs.gnu.org; Sun, 09 Mar 2025 09:49:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1741528157; bh=6u66QxG/gsIGkoP+Ixi4pJuQz2eWflIcNNtBP4i7inw=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:Date:Message-ID: MIME-Version:Content-Type:Content-Transfer-Encoding; b=inZJb3Wl8k2pfPPoJKHuDutnCF0X63OELEHU36ozHqLw1u3xb4ALkDMVjSqYe2Kqs y89eFxGK9Jc3BsSaYjUQpgqT/cQL0Mq4lyoR9k3az9N8JrAMbnG78EEurEBcepWASU POOCgzrhb6zZYh6AatngWcoQLpU3g/8Q/6y29FU0= Received: by b221-8.in.mailobj.net [192.168.90.28] with ESMTP via ip-20.mailobj.net [213.182.54.20] Sun, 9 Mar 2025 14:49:17 +0100 (CET) X-EA-Auth: pv2HhRPmmpJOX/VwvCDEF8r9gXcKb8Ug+X7l+DuQSIKSifaC72hZGDyrIjnSJDXL+Vlw7t7L03i7B29//GFSItEDmm1CcxNS7h6nMVYv6ZE= From: Nicolas Goaziou <mail@HIDDEN> To: 67727 <at> debbugs.gnu.org Subject: Re: My first package: libsurvive In-Reply-To: <33287c7e32d41871bc7071748a0cc9ecb5592812.camel@HIDDEN> Date: Sun, 09 Mar 2025 14:48:56 +0100 Message-ID: <87h6429uwn.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 67727 Cc: Tobias Alexandra Platen <alex@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) Hello, > +(define-public libsurvive Thank you! > + (package > + (name "libsurvive") > + (version "2023.12") > + (source > + (origin ;;TODO: make release > + (method git-fetch) > + (uri (git-reference > + (url "https://codeberg.org/LibreVR/libsurvive") > + (recursive? #t) Can you unbundle whatever is pulled in submodules and avoid using #:recursive? > + (commit "v2023.12.rc0"))) ;; make a final release this year Nitpick: end of line comments use a single semicolon. It is also not a good idea to introduce a mismatch between version and commit. It this situation, you can either use "2023.12.rc0" for version and (string-append "v" version) for commit, or use a raw commit hash, bound to `commit' and bind "1" to `revision'. Then, version becomes (git-version "2023.12" revision commit) and commit is set to=E2=80=A6 commi= t. > + (file-name (git-file-name name version)) > + (sha256 (base32 "0fkdgvpm987yl5q6yq0979cfj99ffi6k0dpmddlpxfm2rng= n85r5")))) > + (build-system cmake-build-system) > + (arguments (list #:tests? #f)) ;; no tests in this version Same remark as above about semicolon. > + (native-inputs > + (list pkg-config)) > + (inputs > + (list hidapi eigen eudev)) Please order inputs alphabetically. > + (home-page "https://codeberg.org/LibreVR/libsurvive") > + (synopsis "Lighthouse Tracking for LibreVR") > + (description "Libsurvive is a set of tools and libraries that enable= Lighthouse > +Tracking on various devices, including HTC Vive and the well known Valve= Index. > +It currently supports both SteamVR 1.0 and SteamVR 2.0 generation of dev= ices, > +future versions will support more hardware and the survive_link > protocol.") Nitpick: @code{survive_link} protocol. Would you want to send an updated patch? Regards, --=20 Nicolas Goaziou
guix-patches@HIDDEN
:bug#67727
; Package guix-patches
.
Full text available.Received: (at submit) by debbugs.gnu.org; 9 Dec 2023 14:56:34 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Sat Dec 09 09:56:34 2023 Received: from localhost ([127.0.0.1]:48727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rBykq-0002Uq-4U for submit <at> debbugs.gnu.org; Sat, 09 Dec 2023 09:56:34 -0500 Received: from lists.gnu.org ([2001:470:142::17]:33526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <alex@HIDDEN>) id 1rBwE4-0003Mm-Ko for submit <at> debbugs.gnu.org; Sat, 09 Dec 2023 07:14:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <alex@HIDDEN>) id 1rBwDj-00041H-T3 for guix-patches@HIDDEN; Sat, 09 Dec 2023 07:14:13 -0500 Received: from mailout1.hostsharing.net ([83.223.95.204]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <alex@HIDDEN>) id 1rBwDh-0005PS-L2 for guix-patches@HIDDEN; Sat, 09 Dec 2023 07:14:11 -0500 Received: from h20.hostsharing.net (h20.hostsharing.net [IPv6:2a01:37:1000::53df:5fec:0]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by mailout1.hostsharing.net (Postfix) with ESMTPS id EA44610190FB6 for <guix-patches@HIDDEN>; Sat, 9 Dec 2023 13:14:02 +0100 (CET) Received: from anna.fritz.box (unknown [195.52.28.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by h20.hostsharing.net (Postfix) with ESMTPSA id B184B2F99F4 for <guix-patches@HIDDEN>; Sat, 9 Dec 2023 13:14:02 +0100 (CET) Message-ID: <33287c7e32d41871bc7071748a0cc9ecb5592812.camel@HIDDEN> Subject: My first package: libsurvive From: Tobias Alexandra Platen <alex@HIDDEN> To: guix-patches@HIDDEN Date: Sat, 09 Dec 2023 13:14:02 +0100 Content-Type: multipart/mixed; boundary="=-Ac8ToVFfWpVUIrUA+X4O" User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 Received-SPF: none client-ip=83.223.95.204; envelope-from=alex@HIDDEN; helo=mailout1.hostsharing.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 09 Dec 2023 09:56:27 -0500 X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.0 (-) --=-Ac8ToVFfWpVUIrUA+X4O Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I've tried to follow the rules documented in[1] and run guix lint and currenty dont know how to fix the warnings. I made the release and pushed it to codeberg. gnu/packages/hardware.scm:1051:6: warning: no valid tags found for libsurvive gnu/packages/hardware.scm:1051:6: libsurvive@HIDDEN: updater 'generic- git' failed to find upstream releases gnu/packages/hardware.scm:1051:6: libsurvive@HIDDEN: scheduled Software Heritage archival [1] https://guix.gnu.org/manual/devel/en/html_node/Contributing.html --=-Ac8ToVFfWpVUIrUA+X4O Content-Disposition: attachment; filename="0001-gnu-Add-libsurvive.patch" Content-Type: text/x-patch; name="0001-gnu-Add-libsurvive.patch"; charset="UTF-8" Content-Transfer-Encoding: base64 RnJvbSAwZTZjZGE4OTU3ZTRiNGYzNzE4N2RjZGE1Y2FjZTY2NjAyZWI4NDAxIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBUb2JpYXMgUGxhdGVuIDx0cGxhdGVuQHBvc3Rlby5kZT4KRGF0 ZTogU2F0LCA5IERlYyAyMDIzIDEyOjUzOjAwICswMTAwClN1YmplY3Q6IFtQQVRDSCAxLzFdIGdu dTogQWRkIGxpYnN1cnZpdmUKCi0tLQogZ251L3BhY2thZ2VzL2hhcmR3YXJlLnNjbSB8IDI4ICsr KysrKysrKysrKysrKysrKysrKysrKysrKysKIDEgZmlsZSBjaGFuZ2VkLCAyOCBpbnNlcnRpb25z KCspCgpkaWZmIC0tZ2l0IGEvZ251L3BhY2thZ2VzL2hhcmR3YXJlLnNjbSBiL2dudS9wYWNrYWdl cy9oYXJkd2FyZS5zY20KaW5kZXggNTliOTVhYjdjOC4uZmRiZDIxYTAxOCAxMDA2NDQKLS0tIGEv Z251L3BhY2thZ2VzL2hhcmR3YXJlLnNjbQorKysgYi9nbnUvcGFja2FnZXMvaGFyZHdhcmUuc2Nt CkBAIC0zOCw2ICszOCw3IEBAIChkZWZpbmUtbW9kdWxlIChnbnUgcGFja2FnZXMgaGFyZHdhcmUp CiAgICM6dXNlLW1vZHVsZSAoZ251IHBhY2thZ2VzIGFkbWluKQogICAjOnVzZS1tb2R1bGUgKGdu dSBwYWNrYWdlcyBhdXRvdG9vbHMpCiAgICM6dXNlLW1vZHVsZSAoZ251IHBhY2thZ2VzIGF2YWhp KQorICAjOnVzZS1tb2R1bGUgKGdudSBwYWNrYWdlcyBhbGdlYnJhKQogICAjOnVzZS1tb2R1bGUg KGdudSBwYWNrYWdlcyBiYXNlKQogICAjOnVzZS1tb2R1bGUgKGdudSBwYWNrYWdlcyBiYXNoKQog ICAjOnVzZS1tb2R1bGUgKGdudSBwYWNrYWdlcyBiaXNvbikKQEAgLTEwNDksNiArMTA1MCwzMyBA QCAoZGVmaW5lLXB1YmxpYyBvcGVuaG1kCiB0ZWNobm9sb2d5LCBzdWNoIGFzIGhlYWQgbW91bnRl ZCBkaXNwbGF5cyB3aXRoIGJ1aWx0IGluIGhlYWQgdHJhY2tpbmcuIikKICAgICAobGljZW5zZSBs aWNlbnNlOmJvb3N0MS4wKSkpCiAKKyhkZWZpbmUtcHVibGljIGxpYnN1cnZpdmUKKyAgKHBhY2th Z2UKKyAgICAobmFtZSAibGlic3Vydml2ZSIpCisgICAgKHZlcnNpb24gIjIwMjMuMTIiKQorICAg IChzb3VyY2UKKyAgICAgIChvcmlnaW4gOztUT0RPOiBtYWtlIHJlbGVhc2UKKyAgICAgICAgKG1l dGhvZCBnaXQtZmV0Y2gpCisgICAgICAgICh1cmkgKGdpdC1yZWZlcmVuY2UKKyAgICAgICAgICAg ICAgKHVybCAiaHR0cHM6Ly9jb2RlYmVyZy5vcmcvTGlicmVWUi9saWJzdXJ2aXZlIikKKyAgICAg ICAgICAgICAgKHJlY3Vyc2l2ZT8gI3QpCisgICAgICAgICAgICAgIChjb21taXQgInYyMDIzLjEy LnJjMCIpKSkgOzsgbWFrZSBhIGZpbmFsIHJlbGVhc2UgdGhpcyB5ZWFyCisgICAgICAgIChmaWxl LW5hbWUgKGdpdC1maWxlLW5hbWUgbmFtZSB2ZXJzaW9uKSkKKyAgICAgICAgKHNoYTI1NiAoYmFz ZTMyICIwZmtkZ3ZwbTk4N3lsNXE2eXEwOTc5Y2ZqOTlmZmk2azBkcG1kZGxweGZtMnJuZ244NXI1 IikpKSkKKyAgICAoYnVpbGQtc3lzdGVtIGNtYWtlLWJ1aWxkLXN5c3RlbSkKKyAgICAoYXJndW1l bnRzIChsaXN0ICM6dGVzdHM/ICNmKSkgOzsgbm8gdGVzdHMgaW4gdGhpcyB2ZXJzaW9uCisgICAg KG5hdGl2ZS1pbnB1dHMKKyAgICAgKGxpc3QgcGtnLWNvbmZpZykpCisgICAgKGlucHV0cworICAg ICAobGlzdCBoaWRhcGkgZWlnZW4gZXVkZXYpKQorICAgIChob21lLXBhZ2UgImh0dHBzOi8vY29k ZWJlcmcub3JnL0xpYnJlVlIvbGlic3Vydml2ZSIpCisgICAgKHN5bm9wc2lzICJMaWdodGhvdXNl IFRyYWNraW5nIGZvciBMaWJyZVZSIikKKyAgICAoZGVzY3JpcHRpb24gIkxpYnN1cnZpdmUgaXMg YSBzZXQgb2YgdG9vbHMgYW5kIGxpYnJhcmllcyB0aGF0IGVuYWJsZSBMaWdodGhvdXNlCitUcmFj a2luZyBvbiB2YXJpb3VzIGRldmljZXMsIGluY2x1ZGluZyBIVEMgVml2ZSBhbmQgdGhlIHdlbGwg a25vd24gVmFsdmUgSW5kZXguCitJdCBjdXJyZW50bHkgc3VwcG9ydHMgYm90aCBTdGVhbVZSIDEu MCBhbmQgU3RlYW1WUiAyLjAgZ2VuZXJhdGlvbiBvZiBkZXZpY2VzLAorZnV0dXJlIHZlcnNpb25z IHdpbGwgc3VwcG9ydCBtb3JlIGhhcmR3YXJlIGFuZCB0aGUgc3Vydml2ZV9saW5rIHByb3RvY29s LiIpCisgICAgKGxpY2Vuc2UgbGljZW5zZTpleHBhdCkpKQorCiAoZGVmaW5lLXB1YmxpYyBvcGVu cmdiCiAgIChwYWNrYWdlCiAgICAgKG5hbWUgIm9wZW5yZ2IiKQotLSAKMi4zOS4yCgo= --=-Ac8ToVFfWpVUIrUA+X4O Content-Disposition: attachment; filename="0000-cover-letter.patch" Content-Type: text/x-patch; name="0000-cover-letter.patch"; charset="UTF-8" Content-Transfer-Encoding: base64 RnJvbSAwZTZjZGE4OTU3ZTRiNGYzNzE4N2RjZGE1Y2FjZTY2NjAyZWI4NDAxIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBUb2JpYXMgUGxhdGVuIDx0cGxhdGVuQHBvc3Rlby5kZT4KRGF0 ZTogU2F0LCA5IERlYyAyMDIzIDEzOjAxOjA0ICswMTAwClN1YmplY3Q6IFtQQVRDSCAwLzFdICoq KiBTVUJKRUNUIEhFUkUgKioqCgoqKiogQkxVUkIgSEVSRSAqKioKClRvYmlhcyBQbGF0ZW4gKDEp OgogIGdudTogQWRkIGxpYnN1cnZpdmUKCiBnbnUvcGFja2FnZXMvaGFyZHdhcmUuc2NtIHwgMjgg KysrKysrKysrKysrKysrKysrKysrKysrKysrKwogMSBmaWxlIGNoYW5nZWQsIDI4IGluc2VydGlv bnMoKykKCgpiYXNlLWNvbW1pdDogNjFmMmQ4NGU3NWMzNDBjMmJhNTI4ZDM5MmY1MjJjNTFiODg0 M2YzNAotLSAKMi4zOS4yCgo= --=-Ac8ToVFfWpVUIrUA+X4O--
Tobias Alexandra Platen <alex@HIDDEN>
:guix-patches@HIDDEN
.
Full text available.guix-patches@HIDDEN
:bug#67727
; Package guix-patches
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.