[linux] 01/02: test-patches: Use the pkg.linux.notools build profile

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Wed Feb 8 02:09:55 UTC 2017


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

benh pushed a commit to branch sid
in repository linux.

commit bd4315df9cb5067286d569a3a51f513457d2cff1
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Feb 7 23:47:16 2017 +0000

    test-patches: Use the pkg.linux.notools build profile
    
    test-patches never builds tools, and this greatly reduces the
    build-dependencies.
---
 debian/bin/test-patches | 2 ++
 debian/changelog        | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/bin/test-patches b/debian/bin/test-patches
index 94d6b05..b2814ba 100755
--- a/debian/bin/test-patches
+++ b/debian/bin/test-patches
@@ -49,6 +49,8 @@ if [ -z "$flavour" ]; then
     exit 2
 fi
 
+export DEB_BUILD_PROFILES=pkg.linux.notools
+
 dpkg-checkbuilddeps -B
 
 # Append 'a~test' to Debian version; this should be less than any official
diff --git a/debian/changelog b/debian/changelog
index df21127..b166010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -128,6 +128,7 @@ linux (4.9.8-1) UNRELEASED; urgency=medium
     - cpuset: Convert callback_lock to raw_spinlock_t
   * cpumask: use nr_cpumask_bits for parsing functions (Closes: #848682)
   * pegasus: Use heap buffers for all register access (Closes: #852556)
+  * test-patches: Use the pkg.linux.notools build profile
 
   [ Roger Shimizu ]
   * [armel] ARM: dts: orion5x-lschl: Fix model name

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