From patchwork Fri May 19 13:48:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thadeu Lima de Souza Cascardo X-Patchwork-Id: 764676 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 3wTqCR0VD1z9s7y; Fri, 19 May 2017 23:48:51 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1dBiGu-0007Yy-3w; Fri, 19 May 2017 13:48:48 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1dBiGd-0007Ui-MI for kernel-team@lists.ubuntu.com; Fri, 19 May 2017 13:48:31 +0000 Received: from [187.101.79.164] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1dBiGc-0002h0-UU; Fri, 19 May 2017 13:48:31 +0000 From: Thadeu Lima de Souza Cascardo To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Packaging] Put hooks.mk file in the right place Date: Fri, 19 May 2017 10:48:17 -0300 Message-Id: <20170519134821.7939-3-cascardo@canonical.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170519134821.7939-1-cascardo@canonical.com> References: <20170519134821.7939-1-cascardo@canonical.com> Cc: apw@canonical.com 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 BugLink: https://bugs.launchpad.net/bugs/1691814 After the removal of *-tools-common packages, build started failing because master added a rule to stop building if the non-master branch tried to build *-tools-common packages. hooks.mk should be in debian.gke/rules.d/, not debian.gke/. Signed-off-by: Thadeu Lima de Souza Cascardo --- debian.gke/{ => rules.d}/hooks.mk | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename debian.gke/{ => rules.d}/hooks.mk (100%) diff --git a/debian.gke/hooks.mk b/debian.gke/rules.d/hooks.mk similarity index 100% rename from debian.gke/hooks.mk rename to debian.gke/rules.d/hooks.mk