From 58e77f47adf737c27e87e185adfe437dfebed6df Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 6 Jul 2021 13:51:41 +0200 Subject: 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 - 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. --- mdbp/build_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdbp/build_schema.json') 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", -- cgit v1.2.3