BUILD_DIR -> user_build_dirs.
This commit is contained in:
parent
b65955d055
commit
f922a5f8e8
30 changed files with 44 additions and 103 deletions
|
|
@ -6,8 +6,6 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{BUILD_DIR} = @{MOUNTS}/debuilder/
|
||||
|
||||
@{exec_path} = /{usr/,}bin/dpkg-checkbuilddeps
|
||||
profile dpkg-checkbuilddeps @{exec_path} flags=(complain) {
|
||||
include <abstractions/base>
|
||||
|
|
@ -24,7 +22,7 @@ profile dpkg-checkbuilddeps @{exec_path} flags=(complain) {
|
|||
/usr/share/dpkg/tupletable r,
|
||||
|
||||
# For package building
|
||||
owner @{BUILD_DIR}/**/debian/control r,
|
||||
owner @{user_build_dirs}/**/debian/control r,
|
||||
|
||||
include if exists <local/dpkg-checkbuilddeps>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue