From patchwork Fri Jan 25 15:21:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1031152 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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43mN6C22KCz9s9h; Sat, 26 Jan 2019 02:21:39 +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 1gn3IQ-0006Nz-A8; Fri, 25 Jan 2019 15:21:30 +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 1gn3IP-0006NS-3S for kernel-team@lists.ubuntu.com; Fri, 25 Jan 2019 15:21:29 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1gn3IO-0003bj-Oj for kernel-team@lists.ubuntu.com; Fri, 25 Jan 2019 15:21:28 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 1/1] UBUNTU: [Packaging] SRCPKGNAME-tools-PKGVER-ABINUM: add binutils to Depends Date: Fri, 25 Jan 2019 16:21:27 +0100 Message-Id: <1548429687-17539-2-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1548429687-17539-1-git-send-email-paolo.pisati@canonical.com> References: <1548429687-17539-1-git-send-email-paolo.pisati@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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1675949 Signed-off-by: Paolo Pisati --- 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 2821ca85668c..5049f4c56a5a 100644 --- a/debian.master/control.stub.in +++ b/debian.master/control.stub.in @@ -127,7 +127,7 @@ Build-Profiles: Architecture: i386 amd64 armhf arm64 ppc64el s390x Section: devel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, linux-tools-common +Depends: ${misc:Depends}, ${shlibs:Depends}, binutils, linux-tools-common Description: Linux kernel version specific tools for version PKGVER-ABINUM This package provides the architecture dependant parts for kernel version locked tools (such as perf and x86_energy_perf_policy) for