-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Debian/Ubuntu package through PPA #45
Comments
Yes, I like this. I primarily use Debian/Ubuntu based systems myself and like real packages better in contrast to About half a year ago I attempted to build a I don't have time to look into this right now, but I definitely want to implement and release this as soon as possible. Thank you for linking the guide, it seems interesting. It might help me realize this. Steps I'd have to take to implement this:
|
@timvisee |
@aurora-of-earth Not sure whether that'll happen, since getting stuff into mainline Debian is really hard & takes ages. An apt repo is a much quicker solution |
PPA is Ubuntu's exclusive and requires to be set up to work (poorly) on Debian. A deb repo is better than PPA being simpler, faster and better integrated in the system. |
Ah, that's just my poor choice of wording there @m3thm4th haha |
fwiw this is kinda blocked by timvisee/ffsend-api#68 ; I prepared all other dependencies for debian. Introducing a deprecated package (websockets) is not a good idea; unfortunately this blocks a debian package. |
An
apt
repository for those using a Debian-base distribution who don't usesnap
would be great.Since packages are already been generated for other platforms, perhaps a tool like fpm could be used to convert 1 to the other?
Guides exist to walk through the setting up of an apt repo too, though of course the apache server doesn't have to be used - another or a pre-existing server can be used instead.
The text was updated successfully, but these errors were encountered: