Bug#923084: Misuse of dh_python3

2019-08-13 Thread Unit 193
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

Processed: Re: Bug#923084: Misuse of dh_python3

2019-08-13 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + confirmed pending Bug #923084 [gandi-cli] gandi-cli: Show ‘dh_python3’ where to find install requirements Added tag(s) confirmed and pending. -- 923084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923084 Debian Bug Tracking System Contact ow...@bug

Bug#923084: Misuse of dh_python3

2019-08-13 Thread Ben Finney
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

Bug#923084: Misuse of dh_python3

2019-04-01 Thread Unit 193
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