[linux-tools] 01/02: genorig.py: Include kernel/locking in orig so we can build liblockdep

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri Aug 14 08:37:09 UTC 2015


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

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

commit 9083cdad756db8ea298c170f65f9f435d238b121
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Aug 13 19:57:47 2015 +0200

    genorig.py: Include kernel/locking in orig so we can build liblockdep
---
 debian/bin/genorig.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/bin/genorig.py b/debian/bin/genorig.py
index 76a3b53..c1e8b70 100755
--- a/debian/bin/genorig.py
+++ b/debian/bin/genorig.py
@@ -138,6 +138,7 @@ class Main(object):
 
         to_copy = (
                 'COPYING',
+                'Documentation/locking/lockdep-design.txt',
                 'Kbuild',
                 'Makefile',
                 'arch/*/include/',
@@ -147,6 +148,7 @@ class Main(object):
                 'arch/x86/lib/memset_64.S',
                 'arch/x86/tools/',
                 'include/',
+                'kernel/locking/',
                 'lib/hweight.c',
                 'lib/rbtree.c',
                 'scripts/',

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