summaryrefslogtreecommitdiff
path: root/mdbp/build_schema.json
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2021-07-06 13:51:41 +0200
committerHelmut Grohne <helmut@subdivi.de>2021-07-06 13:51:41 +0200
commit58e77f47adf737c27e87e185adfe437dfebed6df (patch)
tree74ba8c2856e15dd210232e4cc4c4c2876810c80d /mdbp/build_schema.json
parent2e9f3bddc0c9c7fd3411a2e41f49d048c93ba52e (diff)
downloadmdbp-58e77f47adf737c27e87e185adfe437dfebed6df.tar.gz
mmdebstrap and sbuild shall agree on what build_path means
While mmdebstrap would extract the package precisely to the build_path, sbuild would create a subdirectory <source>-<upstream_version> inside the build_path. Changing sbuild to do the mmdebstrap behaviour looks next to impossible, so this commit changes mmdebstrap to behave like sbuild. pbuilder also allows changing the build_path in principle. The documented BUILDDIR variable works quite similar to the sbuild option --build-path. pbuilder also allows changing the sub directory using the undocumented BUILDSUBDIR variable. That's another reason to do it like sbuild.
Diffstat (limited to 'mdbp/build_schema.json')
-rw-r--r--mdbp/build_schema.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json
index 0f7e9bc..e083654 100644
--- a/mdbp/build_schema.json
+++ b/mdbp/build_schema.json
@@ -112,7 +112,7 @@
},
"build_path": {
"type": "string",
- "description": "the path inside the chroot to peform the build"
+ "description": "Specify the path inside the chroot to peform the build. This excludes the final directory dpkg-source extracts to."
},
"lintian": {
"type": "object",