From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 2E34B1F5AE for ; Tue, 11 May 2021 19:09:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232096AbhEKTK0 (ORCPT ); Tue, 11 May 2021 15:10:26 -0400 Received: from cloud.peff.net ([104.130.231.41]:51112 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231439AbhEKTKZ (ORCPT ); Tue, 11 May 2021 15:10:25 -0400 Received: (qmail 24200 invoked by uid 109); 11 May 2021 19:09:18 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Tue, 11 May 2021 19:09:18 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 27005 invoked by uid 111); 11 May 2021 19:09:18 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Tue, 11 May 2021 15:09:18 -0400 Authentication-Results: peff.net; auth=none Date: Tue, 11 May 2021 15:09:17 -0400 From: Jeff King To: Felipe Contreras Cc: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Martin =?utf-8?B?w4VncmVu?= , "brian m. carlson" , Bagas Sanjaya , Git Users Subject: Re: [RFC suggestion] Generate manpage directly with Asciidoctor Message-ID: References: <3461c7b0-594d-989e-3048-2fc6583084ad@gmail.com> <609a07ca6a51c_5afe12088b@natae.notmuch> <609a3a5a7aa08_5d5d32088@natae.notmuch> <877dk5tovj.fsf@evledraar.gmail.com> <609ad46776dec_6011e208d7@natae.notmuch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <609ad46776dec_6011e208d7@natae.notmuch> Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, May 11, 2021 at 02:00:55PM -0500, Felipe Contreras wrote: > > > > It's not too hard to install an updated gem, but not quite as nice > > > > as using the system package (it also makes things weird for > > > > building the stable Debian package itself, which would want to > > > > rely only on other packages; but of course any proposed change to > > > > the doc toolchain would be for new versions, and would not get > > > > backported there anyway). > > Doing `gem install` solves the problem for whomever wants to build the > latest git in Debian stable. > > Building Debian stable packages is something else. Perhaps I wasn't clear with the "but of course" part of my statement. It was meant to rebut the earlier half of the parenthetical. I.e., drawing that same distinction as "we don't have to worry about packaging Debian stable here". -Peff