[linux-tools] 02/03: debian/bin/genorig.py: Add more files under arch/*/include/asm to file list

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 14 00:46:35 UTC 2015


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

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

commit e221f869d038f881acf8af970912de3b2df6404c
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Dec 14 00:17:57 2015 +0000

    debian/bin/genorig.py: Add more files under arch/*/include/asm to file list
    
    Fixes FTBFS on several architectures.
---
 debian/bin/genorig.py | 2 ++
 debian/changelog      | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/bin/genorig.py b/debian/bin/genorig.py
index ddb29f2..97183eb 100755
--- a/debian/bin/genorig.py
+++ b/debian/bin/genorig.py
@@ -152,8 +152,10 @@ class Main(object):
             'COPYING',
             'Kbuild',
             'Makefile',
+            'arch/*/include/asm/Kbuild',	# may select generic uapi headers
             'arch/*/include/uapi/',
             'arch/*/Makefile',
+            'arch/arm/include/asm/types.h',	# belongs in uapi
             'arch/mips/Kbuild.platforms',
             'arch/mips/*/Platform',
             'arch/x86/entry/syscalls/',
diff --git a/debian/changelog b/debian/changelog
index 729b406..ec1cfb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ linux-tools (4.3.1-1) UNRELEASED; urgency=medium
   * New upstream stable update
     - [x86] Add #AC to SVM_EXIT_REASONS
 
+  [ Ben Hutchings ]
+  * debian/bin/genorig.py: Add more files under arch/*/include/asm to file list
+    (fixes FTBFS on several architectures)
+
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 14 Dec 2015 00:13:52 +0000
 
 linux-tools (4.3-1) unstable; urgency=medium

-- 
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