From patchwork Fri May 11 23:20:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 912254 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 40jR0D34Fcz9s1w; Sat, 12 May 2018 09:20:28 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1fHHKn-0002rV-IW; Fri, 11 May 2018 23:20:21 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fHHKf-0002lZ-3i for kernel-team@lists.ubuntu.com; Fri, 11 May 2018 23:20:13 +0000 Received: from 1.general.apw.uk.vpn ([10.172.192.78] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1fHHKe-00017Y-Oh; Fri, 11 May 2018 23:20:12 +0000 From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [bionic/master-next 1/1] UBUNTU: [Config] update Build-Depends: transfig to fig2dev Date: Sat, 12 May 2018 00:20:08 +0100 Message-Id: <20180511232010.13717-6-apw@canonical.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180511232010.13717-1-apw@canonical.com> References: <20180511232010.13717-1-apw@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andy Whitcroft MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: http://bugs.launchpad.net/bugs/1770770 Signed-off-by: Andy Whitcroft --- debian.master/control.stub.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/control.stub.in b/debian.master/control.stub.in index 889b63e36c90..da86f23fa007 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -38,7 +38,7 @@ Build-Depends-Indep: xmlto , docbook-utils , ghostscript , - transfig , + fig2dev , bzip2 , sharutils , asciidoc ,