[Pkg-privacy-maintainers] Bug#958063: torbrowser-launcher: Fails to build on Ubuntu
    Jeremy Bicha 
    jeremy at bicha.net
       
    Sat Apr 18 00:12:57 BST 2020
    
    
  
Source: torbrowser-launcher
Version: 0.3.2-6
torbrowser-launcher no longer builds on Ubuntu after this commit:
https://salsa.debian.org/pkg-privacy-team/torbrowser-launcher/-/commit/a0aead1
https://launchpad.net/ubuntu/+source/torbrowser-launcher/0.3.2-7
rm -r debian/*/etc/apparmor.d/local
rm: cannot remove 'debian/*/etc/apparmor.d/local': No such file or directory
A simple fix is to change "rm -r" to "rm -rf". That way the command
will still be treated as successful even if that directory doesn't
exist.
It might be worth looking into why that directory doesn't exist on Ubuntu.
Thanks,
Jeremy Bicha
    
    
More information about the Pkg-privacy-maintainers
mailing list