From patchwork Mon Nov 11 18:33:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Whitcroft X-Patchwork-Id: 290463 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 8C1AD2C00CA for ; Tue, 12 Nov 2013 05:33:45 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VfwIt-00013a-Kv; Mon, 11 Nov 2013 18:33:39 +0000 Received: from mail-wg0-f54.google.com ([74.125.82.54]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1VfwIj-00012J-Tf for kernel-team@lists.ubuntu.com; Mon, 11 Nov 2013 18:33:29 +0000 Received: by mail-wg0-f54.google.com with SMTP id y10so1386738wgg.21 for ; Mon, 11 Nov 2013 10:33:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=+t7Jxr058djmyHR68XzeZYCU7wnBFZQTA+I0JE2szU4=; b=M7/nUWc0oA0krg0+7yMLfOt5ymSLYXqKOgqFM1KSpyKqIgYTYNT2Xf1/1e30/r8FoE urX2j029q4uKVg15M58kflQvbvOkGES69lUodzUtTMynU454cZJUBlSbosbOsLI1Nc6D aD2XsQbXH2uSoG9PKQOkb/p9tPmuAo+x1H2eoaeRqJ1HD8ZmcN4kCpxtZP54gmJsgNUE /BQRMz1+ME878yhzgxLG6FCywN8D7WkJijtuOZJ6EQKPZHzdtiSOeSZbeN4SKAoNja1g WxZqaLXEUMgS5PI/rOIC/4CZ6SYqPz3t2Hukd9fmfd+62Oxpwa//Hx9P98K0lXetXY2i M4zA== X-Gm-Message-State: ALoCoQlO9C6Er79UR7nJCjfEhgj6AGUMyD0mnOnYsXkPzwCANmkcM9fOXBHCCfbL7mNuo897M8PB X-Received: by 10.180.73.177 with SMTP id m17mr1686998wiv.40.1384194809765; Mon, 11 Nov 2013 10:33:29 -0800 (PST) Received: from localhost ([2001:470:6973:2:f849:60aa:1af9:4dc0]) by mx.google.com with ESMTPSA id ma3sm36675555wic.1.2013.11.11.10.33.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 11 Nov 2013 10:33:29 -0800 (PST) From: Andy Whitcroft To: kernel-team@lists.ubuntu.com Subject: [SRU precise/lts-backport-saucy] [PATCH] UBUNTU: [Config] tools -- share the common tools package Date: Mon, 11 Nov 2013 18:33:22 +0000 Message-Id: <1384194802-29641-3-git-send-email-apw@canonical.com> X-Mailer: git-send-email 1.8.4.2 In-Reply-To: <1384194802-29641-1-git-send-email-apw@canonical.com> References: <1384194802-29641-1-git-send-email-apw@canonical.com> Cc: Andy Whitcroft X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 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-bounces@lists.ubuntu.com We should not be making our own -common package, that is shared with our primary linux package. BugLink: http://bugs.launchpad.net/bugs/1205284 Signed-off-by: Andy Whitcroft --- debian.saucy/control.stub.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/debian.saucy/control.stub.in b/debian.saucy/control.stub.in index a67b418..a1db426 100644 --- a/debian.saucy/control.stub.in +++ b/debian.saucy/control.stub.in @@ -18,22 +18,22 @@ Description: Header files related to Linux kernel version PKGVER that want the latest kernel headers. Please read /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details -Package: SRCPKGNAME-tools-common -Architecture: all -Section: kernel -Priority: optional -Depends: ${misc:Depends} -Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25) -Description: Linux kernel version specific tools for version PKGVER - This package provides the architecture independent parts for kernel - version locked tools (such as perf and x86_energy_perf_policy) for - version PGKVER. +#Package: SRCPKGNAME-tools-common +#Architecture: all +#Section: kernel +#Priority: optional +#Depends: ${misc:Depends} +#Replaces: SRCPKGNAME-tools (<= 2.6.32-16.25) +#Description: Linux kernel version specific tools for version PKGVER +# This package provides the architecture independent parts for kernel +# version locked tools (such as perf and x86_energy_perf_policy) for +# version PGKVER. Package: SRCPKGNAME-tools-PKGVER-ABINUM Architecture: i386 amd64 armhf Section: devel Priority: optional -Depends: ${misc:Depends}, ${shlibs:Depends}, SRCPKGNAME-tools-common +Depends: ${misc:Depends}, ${shlibs:Depends}, 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