From patchwork Tue Dec 3 22:26:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1203859 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47SGnN1xZmz9sP6; Wed, 4 Dec 2019 09:27:20 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1icGdP-0004H8-Li; Tue, 03 Dec 2019 22:27:07 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1icGdO-0004FE-1T for kernel-team@lists.ubuntu.com; Tue, 03 Dec 2019 22:27:06 +0000 Received: from mail-yw1-f72.google.com ([209.85.161.72]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1icGdN-0001JO-MJ for kernel-team@lists.ubuntu.com; Tue, 03 Dec 2019 22:27:05 +0000 Received: by mail-yw1-f72.google.com with SMTP id d1so3620815ywb.8 for ; Tue, 03 Dec 2019 14:27:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EodDpezVEs+FJuJlJw160+NIlKuvZmdooc8vv4jOJUU=; b=lohuBgN6t6o/TQLaeRxf4ZDYY0ps9ITqtwkApZNKaCLklO05beIycu1nZd82c2ptCm hNWK7c5Wp4NRxPezGrqJehcK2o+ahUtYl9WZG0/cwsP8B8Af5dSyGPnGZhQICxYy3wkw dKwtq5JD5XrjhKgGMkLhCuFgD4e76uUxnaz3aNUIV/KQXQYzFs5EjoTfa5w8Gw3Kgzxa ss6WhCozH2RGU6BYNrnRoP8d4SRT7w9aENJnsuZflkpWfLddlu9K+PlREffWCVbOYU60 n1pB7zYqpZqpsZDcKbiyji4Ynsed/sV7bgZeOttHYP9XNp1SOn7GdwRtcDRc8GreV3Fw sXvg== X-Gm-Message-State: APjAAAUN4zZ7+85dS+7JbtqqZP3+VIfbzVDrUhdmIKqi6qrm2tChmUHx eB2HjoH6YPGYPoRcxSSm+EiDN/o/MMdThYldKiRVpgjH9Pkp9h64D160rPliEAs4FSj9tmUdBZw IzSEnUx3AeRY0JhoHrH5VdYWXYOXg9E6vBoEOAtcuJQ== X-Received: by 2002:a25:25d1:: with SMTP id l200mr140765ybl.13.1575412024528; Tue, 03 Dec 2019 14:27:04 -0800 (PST) X-Google-Smtp-Source: APXvYqzcvQofzkM8/PqPGw6BmUDbz/GwmTosOUJLhjSSScj5/Vm5suZKo6bdRgmFm5hi4+G53zckSQ== X-Received: by 2002:a25:25d1:: with SMTP id l200mr140748ybl.13.1575412024221; Tue, 03 Dec 2019 14:27:04 -0800 (PST) Received: from localhost ([136.37.150.243]) by smtp.gmail.com with ESMTPSA id r6sm2299878ywa.54.2019.12.03.14.27.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Dec 2019 14:27:03 -0800 (PST) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [REVIEW 03/10][linux] UBUNTU: [Packaging] Fix linux-doc in linux-image Suggests: Date: Tue, 3 Dec 2019 16:26:37 -0600 Message-Id: <20191203222657.1152249-4-seth.forshee@canonical.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191203222657.1152249-1-seth.forshee@canonical.com> References: <20191203222657.1152249-1-seth.forshee@canonical.com> MIME-Version: 1.0 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: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" There is no linux-doc- package, and the name of linux-doc is not based on the source package name. Fix these errors. Signed-off-by: Seth Forshee --- debian.master/control.d/flavour-control.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.master/control.d/flavour-control.stub b/debian.master/control.d/flavour-control.stub index ee041f9f060a..4ba31aa63ba5 100644 --- a/debian.master/control.d/flavour-control.stub +++ b/debian.master/control.d/flavour-control.stub @@ -31,7 +31,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-base (>= 4.5ubuntu1~16. Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool Breaks: flash-kernel (<< 3.90ubuntu2) [arm64 armhf], s390-tools (<< 2.3.0-0ubuntu3) [s390x] Conflicts: linux-image=SIGN-PEER-PKG=-PKGVER-ABINUM-FLAVOUR -Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR +Suggests: fdutils, linux-doc | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR Description: Linux kernel image for version PKGVER on DESC This package contains the=SIGN-ME-TXT= Linux kernel image for version PKGVER on DESC.