From patchwork Tue Feb 5 16:08:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 218284 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 963422C02AC for ; Wed, 6 Feb 2013 03:09:06 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U2l4p-00053s-PU; Tue, 05 Feb 2013 16:08:55 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U2l4n-00053n-HR for kernel-team@lists.ubuntu.com; Tue, 05 Feb 2013 16:08:53 +0000 Received: from salmon.rtg.net (mail.tpi.com [70.99.223.143]) by mail.tpi.com (Postfix) with ESMTP id 0BE63333FAB for ; Tue, 5 Feb 2013 08:08:48 -0800 (PST) Received: by salmon.rtg.net (Postfix, from userid 1000) id 98643203BE; Tue, 5 Feb 2013 09:08:47 -0700 (MST) From: Tim Gardner To: kernel-team@lists.ubuntu.com Subject: [PATCH Lucid/Oneiric SRU] UBUNTU: [packaging] Remove dangling symlink from headers package Date: Tue, 5 Feb 2013 09:08:47 -0700 Message-Id: <1360080527-119185-1-git-send-email-tim.gardner@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <20130201195239.GA3322@herton-Z68MA-D2H-B3> References: <20130201195239.GA3322@herton-Z68MA-D2H-B3> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/1112442 Signed-off-by: Herton Krzesinski Signed-off-by: Tim Gardner --- debian/rules.d/2-binary-arch.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk index 1a8e818..18b4401 100644 --- a/debian/rules.d/2-binary-arch.mk +++ b/debian/rules.d/2-binary-arch.mk @@ -164,7 +164,7 @@ endif $(kmake) O=$(hdrdir) -j1 silentoldconfig prepare scripts # We'll symlink this stuff rm -f $(hdrdir)/Makefile - rm -rf $(hdrdir)/include2 + rm -rf $(hdrdir)/include2 $(hdrdir)/source # powerpc seems to need some .o files for external module linking. Add them in. ifeq ($(arch),powerpc) mkdir -p $(hdrdir)/arch/powerpc/lib