YunoHost-Apps / transmission_ynh

Transmission package for YunoHost

Home Page:https://transmissionbt.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stretch compatibility: dependence to setfacl

alexAubin opened this issue · comments

Testing the install on stretch, it appears that transmission implicitly depends on the package acl which provides the command setfacl. Otherwise it complains that sudo: setfacl: command not found and the install crashes.

On Jessie, acl is apparently installed by default because it's a dependency of systemd :

$ aptitude why acl
i   systemd Depends acl

But that doesn't seem to be the case on Stretch...

So the fix appears to be to simply install the acl package no matter which distribution we're on.

Closing issue as PR got merged, thanks 👍