Error in debian/rules for asterisk

ideal.bowl5022 at fastmail.com ideal.bowl5022 at fastmail.com
Sun May 21 17:27:15 BST 2023


Hello,

I am getting errors the second time I try to rebuild asterisk packaging from source.

The debian/rules file, line 91, is trying to delete addons/mp3, but mp3 is a directory so the rm command needs to have the --recursive flag.

Please change
`    rm --force addons/mp3`
`To`
`    rm --force --recursive addons/mp3`

https://salsa.debian.org/pkg-voip-team/asterisk/-/blob/debian/latest/debian/rules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20230521/aa463cf2/attachment.htm>


More information about the Pkg-voip-maintainers mailing list