Overview
Request 429903 superseded
Indeed, do prepend .. to sourcedir.
- Created by boombatower
- In state superseded
- Package maintainers: dirkmueller and simotek
- Superseded by 430013
- Open review for scarabeus_iv
Request History
boombatower created request
Indeed, do prepend .. to sourcedir.
pluskalm added scarabeus_iv as a reviewer
scarabeus_iv declined review
You are partialy right, the ../%__sourcedir unfotunately breaks when you redefine builddir to be something else.
I guess to have it completely correct it should be $(PWD) at the begining for you to be able to redefine it to $(PWD)/somethingelse/
scarabeus_iv declined request
You are partialy right, the ../%__sourcedir unfotunately breaks when you redefine builddir to be something else.
I guess to have it completely correct it should be $(PWD) at the begining for you to be able to redefine it to $(PWD)/somethingelse/
boombatower reopened request
I considered that but that was true before as well and it only breaks if you change the build directory to be a multi-level directory just changing the name wouldn't break anything. Without this change not only is the variable completely useless but the find command is quite literally searching directories that it should not be. If this request is not accepted it might as well be reverted entirely since it is literally useless.