[linux-tools] 01/01: Adjust build fix from unstable

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Feb 22 00:03:41 UTC 2016


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

benh pushed a commit to branch master
in repository linux-tools.

commit 1add1327961bf3529fd8c6e0ca4a289369929b67
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Feb 22 00:00:49 2016 +0000

    Adjust build fix from unstable
    
    The inclusion of Makefile.inc for a !x86 build of tools/hv needed
    adjusting to the new makefile hierarchy.
---
 debian/changelog                 | 6 ++++++
 debian/rules.d/tools/hv/Makefile | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 427c8d1..97a5554 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+linux-tools (4.5~rc5-1~exp3) experimental; urgency=medium
+
+  * Adjust build fix from unstable
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sun, 21 Feb 2016 23:45:04 +0000
+
 linux-tools (4.5~rc5-1~exp2) experimental; urgency=medium
 
   * Merge build fix from unstable
diff --git a/debian/rules.d/tools/hv/Makefile b/debian/rules.d/tools/hv/Makefile
index 393d640..6e59751 100644
--- a/debian/rules.d/tools/hv/Makefile
+++ b/debian/rules.d/tools/hv/Makefile
@@ -1,7 +1,7 @@
 ifeq ($(filter i386 amd64 x32,$(DEB_BUILD_ARCH)),)
 
 # Build nothing
-include ../../Makefile.inc
+include $(top_rulesdir)/Makefile.inc
 
 else
 

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



More information about the Kernel-svn-changes mailing list