aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2019-01-18 20:59:11 +0000
committerLuca Boccassi <bluca@debian.org>2019-01-18 20:59:11 +0000
commit7368dbe6c674a108beec2d4022ae5df026d57c2d (patch)
tree4b6f80d302e27caecc384df1a11e1390b1b4a3a0
parent7a4961e3fc8c0b07d6c74808b597db7bd97bf4f0 (diff)
downloadkernel_replicant_linux-7368dbe6c674a108beec2d4022ae5df026d57c2d.tar.gz
kernel_replicant_linux-7368dbe6c674a108beec2d4022ae5df026d57c2d.tar.bz2
kernel_replicant_linux-7368dbe6c674a108beec2d4022ae5df026d57c2d.zip
Document pkg.linux.nosource in debian/README.source.
-rw-r--r--debian/README.source1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
index 338c713979d1..a4aa18520d74 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -238,6 +238,7 @@ Several build profiles are understood and supported:
- pkg.linux.notools: Exclude userland tool packages (linux-kbuild-<version>,
linux-perf-<version>, etc.)
- pkg.linux.nokernel: Exclude kernel image and header packages
+- pkg.linux.nosource: Exclude source binary package (linux-source-<version>)
- cross: Needed when cross-building. Currently this must be used together
with nopython as the build-dependencies will be unsatisfiable otherwise.
- nopython: Disable Python bindings. This currently disables building the
diff --git a/debian/changelog b/debian/changelog
index 6d2215edba6b..d527611b8786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ linux (4.19.16-2) UNRELEASED; urgency=medium
* Do not generate linux-source-$ver stanza in debian/control if
source is set to disabled in debian/config/defines.
* linux-perf: explicitly disable the jvmti feature and shared library.
+ * Document pkg.linux.nosource in debian/README.source.
-- Luca Boccassi <bluca@debian.org> Fri, 18 Jan 2019 19:09:06 +0000