- Package:
- devscripts
- Source:
- devscripts
- Description:
- scripts to make the life of a Debian Package maintainer easier
- Submitter:
- Alexander GQ Gerasiov
- Date:
- 2020-12-17 15:18:05 UTC
- Severity:
- normal
Dear Maintainer, debuild supports "-aarch" but not "-a arch": quote /^-a(.*)/ and $targetarch = $1, push(@dpkg_opts, $_), next; endofquote As a result it incorrectly calculates changes file name (with host arch, not target one) and fails on debsign when called with "-a arch". --- /etc/devscripts.conf ------ ~/.devscripts ---