[linux] 02/03: [tilegx] linux-libc-dev: Install <arch/*> headers in arch-specific directory

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue May 17 22:48:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit fcb3296dc18ad2fd05db7510cfc80d26bb2764e1
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue May 17 23:47:17 2016 +0100

    [tilegx] linux-libc-dev: Install <arch/*> headers in arch-specific directory
    
    Closes: #823632; thanks to Helmut Grohne
---
 debian/changelog  | 2 ++
 debian/rules.real | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6e49f8c..b6292e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ linux (4.6-1~exp2) UNRELEASED; urgency=medium
 
   * [tilegx] Build a linux-libc-dev package (Closes: #824524; thanks to
     Helmut Grohne)
+  * [tilegx] linux-libc-dev: Install <arch/*> headers in arch-specific
+    directory (Closes: #823632; thanks to Helmut Grohne)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 17 May 2016 23:33:30 +0100
 
diff --git a/debian/rules.real b/debian/rules.real
index 6e4776a..2d416e5 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -345,6 +345,8 @@ install-libc-dev_$(ARCH):
 # Move include/asm to arch-specific directory
 	mkdir -p $(OUT_DIR)/include/$(DEB_HOST_MULTIARCH)
 	mv $(OUT_DIR)/include/asm $(OUT_DIR)/include/$(DEB_HOST_MULTIARCH)/
+	test -d $(OUT_DIR)/include/arch && \
+		mv $(OUT_DIR)/include/arch $(OUT_DIR)/include/$(DEB_HOST_MULTIARCH)/
 
 	+$(MAKE_SELF) install-base
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list