From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 03 13:38:20 2019 Received: (at submit) by debbugs.gnu.org; 3 Apr 2019 17:38:20 +0000 Received: from localhost ([127.0.0.1]:43170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBjq6-00068k-Sq for submit@debbugs.gnu.org; Wed, 03 Apr 2019 13:38:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBjq4-00068W-OS for submit@debbugs.gnu.org; Wed, 03 Apr 2019 13:38:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:44170) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBjpu-0008BA-34 for submit@debbugs.gnu.org; Wed, 03 Apr 2019 13:38:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBjps-00022h-Qk for guix-patches@gnu.org; Wed, 03 Apr 2019 13:38:05 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBjpo-00083y-1O for guix-patches@gnu.org; Wed, 03 Apr 2019 13:38:04 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:38747) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hBjpm-0007vW-Sd for guix-patches@gnu.org; Wed, 03 Apr 2019 13:37:59 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 7B9ECFF802 for ; Wed, 3 Apr 2019 17:37:53 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] Add meritous. Date: Wed, 03 Apr 2019 19:37:52 +0200 Message-ID: <87ftqzhtvz.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.199 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.7 (/) 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: -0.3 (/) --=-=-= Content-Type: text/plain Hello, The following patch adds Meritous game. See comments for the usual gotchas. Feedback welcome. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-Add-meritous.patch Content-Description: Add meritous >From 72cb4a70ecc8e8f2688dec78ece29e434e04acd1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 1 Apr 2019 21:36:44 +0200 Subject: [PATCH] gnu: Add meritous. * gnu/packages/games.scm (meritous): New variable. --- gnu/packages/games.scm | 60 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 8207b92dc9..050ff657a1 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -6749,3 +6749,63 @@ exec ~a --data-path=~a/share/flare --mods=empyrean_campaign~%" (description "Flare is a single-player 2D action RPG with fast-paced action and a dark fantasy style.") (license license:cc-by-sa3.0))) + +(define-public meritous + (package + (name "meritous") + (version "1.5") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/meritous/meritous.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0n5jm4g0arjllgqmd2crv8h02i6hs3hlh1zyc7ng7yfpg1mbd8p8")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ;no test + #:make-flags + (list "CC=gcc" + (string-append "prefix=" (assoc-ref %outputs "out"))) + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-after 'unpack 'fix-sdl-path + ;; XXX: For some reason, `sdl-config' reports stand-alone SDL + ;; directory, not SDL-union provided as an input to the package. + ;; We force the latter with "--prefix=" option. + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "Makefile" + (("sdl-config" command) + (string-append command " --prefix=" (assoc-ref inputs "sdl")))) + #t)) + (add-after 'unpack 'fix + ;; XXX: Songs are removed due to licensing issues. However, the + ;; game tries to load them, and, since it cannot find them, + ;; crashes. Users cannot add them back, the store being read-only, + ;; so we turn off background music altogether. + (lambda _ + (substitute* "src/audio.c" + (("PlayBackgroundMusic\\(new_track\\);" all) + (string-append "// " all)))))))) + (native-inputs + `(("intltool" ,intltool))) + (inputs + `(("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer))) + ("zlib" ,zlib))) + ;; Original home page has stalled. + (home-page "https://gitlab.com/meritous/meritous") + (synopsis "Action-adventure dungeon crawl game") + (description "Far below the surface of the planet is a secret. A place of +limitless power. Those that seek to control such a utopia will soon bring an +end to themselves. Seeking an end to the troubles that plague him, PSI user +Merit journeys into the hallowed Orcus Dome in search of answers. + +Meritous is a action-adventure game with simple controls but a challenge to +find a balance of power verses recovery time during real-time battles. Set in +a procedurally generated world, the player can explore thousands of rooms in +search of powerful artifacts, tools to help them, and to eventually free the +Orcus Dome from evil.") + (license license:gpl3+))) -- 2.21.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 03 16:07:46 2019 Received: (at 35127) by debbugs.gnu.org; 3 Apr 2019 20:07:46 +0000 Received: from localhost ([127.0.0.1]:43250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBmAk-0008KO-5t for submit@debbugs.gnu.org; Wed, 03 Apr 2019 16:07:46 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21364) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBmAf-0008KB-Hr for 35127@debbugs.gnu.org; Wed, 03 Apr 2019 16:07:43 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1554322046; cv=none; d=zoho.com; s=zohoarc; b=nCqe96Fx7CP5/kIo83ARRhW9hiGGDcgFlQS/I+EO9S/F3gnwx+M2/Z90m/Jg0/epdRtOgCGb76svv54t2gIQUBvkutUikmBgBW2dPr3PPAAt4vq29ZdmyCrIc5CR41OoDxcpE5SsqUcSCbC9GOf/25dsi1pFrhQMFr5LR7RmRtw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1554322046; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=oq4Ikxc1qEVtyA0O7pQ95YSeNpOe1EygeF4cuADeKi0=; b=VagnvJbTCNq8Md0slBk3Sbmz8DrLJq8we1XTaMLlyd5OP6U9cD6IzQjxDtZV/3RRAhmF0d1nlvA77U2S+nG87bQXRChSPxMyXdJr1PSZaV2WU0f/YHchArKQo6b5G92CGVD3l/W4A0/os02X6yzloM6ytlGfiaks+YRR6tw1LNw= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1554322046; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=1873; bh=oq4Ikxc1qEVtyA0O7pQ95YSeNpOe1EygeF4cuADeKi0=; b=FLSaP5ey7/UbQ9IHaa4DW5apgKt8un1PquNzmjCjxk3G3OAcVP15Xziz4ZqFq8G6 JWsDXvXKU9ny7Rs4FVtVGJcfJQdycy0wJF7AsyFdNBjCOGEru+81gMiipf8OORVRfkL Ka8PmWkv/zjL/PTFa0DAxx/2SEeGAE7LUOn8hSsY= Received: from localhost (p54AD4F78.dip0.t-ipconnect.de [84.173.79.120]) by mx.zohomail.com with SMTPS id 1554322045653363.0496889105193; Wed, 3 Apr 2019 13:07:25 -0700 (PDT) References: <87ftqzhtvz.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Nicolas Goaziou Subject: Re: [bug#35127] [PATCH] Add meritous. In-reply-to: <87ftqzhtvz.fsf@nicolasgoaziou.fr> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 03 Apr 2019 22:07:21 +0200 Message-ID: <87r2aiyhs6.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35127 Cc: 35127@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: -1.0 (-) Hi Nicolas, > + (add-after 'unpack 'fix-sdl-path > + ;; XXX: For some reason, `sdl-config' reports stand-alone SDL > + ;; directory, not SDL-union provided as an input to the packa= ge. > + ;; We force the latter with "--prefix=3D" option. > + (lambda* (#:key inputs #:allow-other-keys) > + (substitute* "Makefile" > + (("sdl-config" command) > + (string-append command " --prefix=3D" (assoc-ref inputs = "sdl")))) > + #t)) Hmm, weird. Do you know why this happens? Is this something we can fix in sdl-union? > + (add-after 'unpack 'fix > + ;; XXX: Songs are removed due to licensing issues. However, = the > + ;; game tries to load them, and, since it cannot find them, > + ;; crashes. Users cannot add them back, the store being read= -only, > + ;; so we turn off background music altogether. Oh :( Where are the songs removed? Should they be removed in a snippet? > + (lambda _ > + (substitute* "src/audio.c" > + (("PlayBackgroundMusic\\(new_track\\);" all) > + (string-append "// " all)))))))) Please end with #T. > + (native-inputs > + `(("intltool" ,intltool))) > + (inputs > + `(("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer))) > + ("zlib" ,zlib))) > + ;; Original home page has stalled. I don=E2=80=99t think =E2=80=9Cstalled=E2=80=9D is the right term. I think= you can remove this comment. The gitlab page is fine as a home page. > + (description "Far below the surface of the planet is a secret. A pl= ace of > +limitless power. How about =E2=80=9Ca secret place of limitless power=E2=80=9D? (=E2=80=9Ci= s a secret=E2=80=9D sounds odd to me.) > +Meritous is a action-adventure game with simple controls but a challenge= to > +find a balance of power verses recovery time during real-time > battles. Should be =E2=80=9Cversus=E2=80=9D. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 04 05:25:05 2019 Received: (at 35127) by debbugs.gnu.org; 4 Apr 2019 09:25:05 +0000 Received: from localhost ([127.0.0.1]:43694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBycK-000099-OC for submit@debbugs.gnu.org; Thu, 04 Apr 2019 05:25:05 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:58471) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBycI-00008e-Am for 35127@debbugs.gnu.org; Thu, 04 Apr 2019 05:25:03 -0400 X-Originating-IP: 194.254.28.93 Received: from localhost (unknown [194.254.28.93]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 3A49DE0009; Thu, 4 Apr 2019 09:24:57 +0000 (UTC) From: Nicolas Goaziou To: Ricardo Wurmus Subject: Re: [bug#35127] [PATCH] Add meritous. References: <87ftqzhtvz.fsf@nicolasgoaziou.fr> <87r2aiyhs6.fsf@elephly.net> Date: Thu, 04 Apr 2019 11:24:54 +0200 In-Reply-To: <87r2aiyhs6.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 03 Apr 2019 22:07:21 +0200") Message-ID: <87lg0qunq1.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35127 Cc: 35127@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: -1.7 (-) Hello, Thank you for the review. Ricardo Wurmus writes: >> + (add-after 'unpack 'fix-sdl-path >> + ;; XXX: For some reason, `sdl-config' reports stand-alone SDL >> + ;; directory, not SDL-union provided as an input to the pack= age. >> + ;; We force the latter with "--prefix=3D" option. >> + (lambda* (#:key inputs #:allow-other-keys) >> + (substitute* "Makefile" >> + (("sdl-config" command) >> + (string-append command " --prefix=3D" (assoc-ref inputs= "sdl")))) >> + #t)) > > Hmm, weird. Do you know why this happens? Is this something we can fix > in sdl-union? The Makefile uses "$(shell sdl-config --libs)" (see ). I tried to replace the sdl-config executable with its full path, i.e., (string-append (assoc-ref inputs "sdl") "/bin/sdl-config"), to no avail. Is there a problem in sdl-union? Is the `shell' call the issue? I don't know. >> + (add-after 'unpack 'fix ^^^ I replaced that with 'fix-crash >> + ;; XXX: Songs are removed due to licensing issues. However,= the >> + ;; game tries to load them, and, since it cannot find them, >> + ;; crashes. Users cannot add them back, the store being rea= d-only, >> + ;; so we turn off background music altogether. > > Oh :( > > Where are the songs removed? Should they be removed in a snippet? The songs are not in the repository. See Yet, the game tries to find them, and, AFAICT, crashes when it fails. They could be replaced with free music, but I don't think it has been done in any distribution. Also, this is just for background music. The game still provides ambient sounds. For clarity, I reworded the comment a bit: ;; XXX: Songs are not present in the repository, due to licensing ;; issues. Yet, the game tries to load them, and, since it cannot ;; find them, crashes. Users cannot add them back, the store being ;; read-only, so we turn off background music altogether. >> + (lambda _ >> + (substitute* "src/audio.c" >> + (("PlayBackgroundMusic\\(new_track\\);" all) >> + (string-append "// " all)))))))) > > Please end with #T. Oops. Done. >> + (native-inputs >> + `(("intltool" ,intltool))) >> + (inputs >> + `(("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer))) >> + ("zlib" ,zlib))) >> + ;; Original home page has stalled. > > I don=E2=80=99t think =E2=80=9Cstalled=E2=80=9D is the right term. I thi= nk you can remove this > comment. The gitlab page is fine as a home page. OK. >> + (description "Far below the surface of the planet is a secret. A p= lace of >> +limitless power. > > How about =E2=80=9Ca secret place of limitless power=E2=80=9D? (=E2=80= =9Cis a secret=E2=80=9D sounds > odd to me.) > >> +Meritous is a action-adventure game with simple controls but a challeng= e to >> +find a balance of power verses recovery time during real-time >> battles. > > Should be =E2=80=9Cversus=E2=80=9D. OK. I will fix those before pushing. WDYT? Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 04 06:24:53 2019 Received: (at 35127) by debbugs.gnu.org; 4 Apr 2019 10:24:53 +0000 Received: from localhost ([127.0.0.1]:43706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBzYA-0001Wj-Td for submit@debbugs.gnu.org; Thu, 04 Apr 2019 06:24:53 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21239) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hBzY8-0001WZ-IK for 35127@debbugs.gnu.org; Thu, 04 Apr 2019 06:24:49 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1554373463; cv=none; d=zoho.com; s=zohoarc; b=VWH62cHKbmULe3l+jjREm1tnqrSe+bJBlBLgXoRn+Xv5UXEGGqIKkHOZW3HbaaNY+UlZPCDawSL9lrKKdLyOJe7nt10FVuGj8kMfKN8jme1sBnwwsheCDsxIDxkjmsxIJR6KjDttVTvcgVe09VF3qXGwx6hCr7uI7HWOuBOd7Og= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1554373463; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=Nch1StYxyqNbt0xVz9HKQnbAoLbETsrExCM27GJnOsY=; b=WkvRaX9/hh+qqzI7PMswbunPneUxkmjFcPDju3YiNuUutjGOimKjiYhusbKDc9ARDwkRpZ+bcxmJ1WEj1falDpgOtNj7nNL0IXp2A1D/g1QsSP71gqbRMFa7Zb7QCO7nkFQf0CzYyJyxi3od+SgvORtW63Bf0cDTzIrKPNiAbKg= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1554373463; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; l=221; bh=Nch1StYxyqNbt0xVz9HKQnbAoLbETsrExCM27GJnOsY=; b=LUleFjFyW402/LnxQeo3Xx7T8YkKNgdp2n2ceEKpd01dBfjnKNFwrYe9VWZTpRyY iemTWod5IaIPzVyQYQOurnayW8zr+NwH1Fk3h0PL77ZppTC0JfS5gikTOYvDFzAA7JX 3hf5tAUxTJW1RjcMd4uBqCFZXMyiaa8YTtjwvjUM= Received: from localhost (141.80.247.246 [141.80.247.246]) by mx.zohomail.com with SMTPS id 1554373461307437.0287633465068; Thu, 4 Apr 2019 03:24:21 -0700 (PDT) References: <87ftqzhtvz.fsf@nicolasgoaziou.fr> <87r2aiyhs6.fsf@elephly.net> <87lg0qunq1.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.0; emacs 26.1 From: Ricardo Wurmus To: Nicolas Goaziou Subject: Re: [bug#35127] [PATCH] Add meritous. In-reply-to: <87lg0qunq1.fsf@nicolasgoaziou.fr> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 04 Apr 2019 12:24:17 +0200 Message-ID: <87lg0qxe3y.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35127 Cc: 35127@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: -1.0 (-) Nicolas Goaziou writes: [=E2=80=A6] > OK. I will fix those before pushing. > > WDYT? Thanks for the clarifications. You can push this with these changes. Thank you! --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 04 08:51:53 2019 Received: (at 35127-done) by debbugs.gnu.org; 4 Apr 2019 12:51:53 +0000 Received: from localhost ([127.0.0.1]:43772 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC1qS-00079M-O4 for submit@debbugs.gnu.org; Thu, 04 Apr 2019 08:51:52 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:48203) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hC1qP-00079C-A4 for 35127-done@debbugs.gnu.org; Thu, 04 Apr 2019 08:51:50 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 973FC1C002B; Thu, 4 Apr 2019 12:51:45 +0000 (UTC) From: Nicolas Goaziou To: Ricardo Wurmus Subject: Re: [bug#35127] [PATCH] Add meritous. References: <87ftqzhtvz.fsf@nicolasgoaziou.fr> <87r2aiyhs6.fsf@elephly.net> <87lg0qunq1.fsf@nicolasgoaziou.fr> <87lg0qxe3y.fsf@elephly.net> Date: Thu, 04 Apr 2019 14:51:42 +0200 In-Reply-To: <87lg0qxe3y.fsf@elephly.net> (Ricardo Wurmus's message of "Thu, 04 Apr 2019 12:24:17 +0200") Message-ID: <87y34q6iht.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35127-done Cc: 35127-done@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: -1.7 (-) Hello, Ricardo Wurmus writes: > Thanks for the clarifications. You can push this with these changes. Pushed as 660e00507e308cdfe0bab681d95dc2cc07000b80. Thank you. Regards, -- Nicolas Goaziou From unknown Thu Jul 10 19:41:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 03 May 2019 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