From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A21DFC10F14 for ; Thu, 3 Oct 2019 16:57:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FCD020673 for ; Thu, 3 Oct 2019 16:57:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405879AbfJCQ5u (ORCPT ); Thu, 3 Oct 2019 12:57:50 -0400 Received: from ms.lwn.net ([45.79.88.28]:33156 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405828AbfJCQtd (ORCPT ); Thu, 3 Oct 2019 12:49:33 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 2DF5C2D4; Thu, 3 Oct 2019 16:49:33 +0000 (UTC) Date: Thu, 3 Oct 2019 10:49:32 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Jeremy MAURO , j.mauro@criteo.com, linux-doc@vger.kernel.org (open list:DOCUMENTATION SCRIPTS), linux-kernel@vger.kernel.org (open list) Subject: Re: [PATCH v2 2/2] scripts/sphinx-pre-install: Add a new path for the debian package "fonts-noto-cjk" Message-ID: <20191003104932.5067387b@lwn.net> In-Reply-To: <20191002104504.515c6b7d@coco.lan> References: <20191002073636.68ad85de@coco.lan> <20191002133543.10909-1-j.mauro@criteo.com> <20191002104504.515c6b7d@coco.lan> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2 Oct 2019 10:45:04 -0300 Mauro Carvalho Chehab wrote: > Em Wed, 2 Oct 2019 15:35:42 +0200 > Jeremy MAURO escreveu: > > > The latest debian version "bullseye/sid" has changed the path of the file > > "notoserifcjk-regular.ttc", with the previous change and this change we > > keep the backward compatibility and add the latest debian version > > > > Signed-off-by: Jeremy MAURO > > Reviewed-by: Mauro Carvalho Chehab Both patches applied, thanks. jon