Howdy,
On Wed, 14 Aug 2019, Ben Finney wrote:
On 01-Apr-2019, Unit 193 wrote:
dh_python3 reads [its arguments such that] any path passed as an
argument is prefixed with 'debian/$package/', which in this case
ends up being 'debian/gandi-cli/debian/gandi-cli/...'
I can now confirm this differ
Control: tags -1 + confirmed pending
On 01-Apr-2019, Unit 193 wrote:
> dh_python3 reads [its arguments such that] any path passed as an
> argument is prefixed with 'debian/$package/', which in this case
> ends up being 'debian/gandi-cli/debian/gandi-cli/...'
I can now confirm this difference.
T
Howdy,
This problem occurs since dh_python3 is passed the Debian working directory as
follows:
dh_python3 -p ${APP_PACKAGE} ${working_dir}/${package_share_dir}/
Just trimming '${working_dir}' will solve this problem, though at this stage
dh_python3 could be called with no options and it wo
3 matches
Mail list logo