Conversation
|
I just had a quick look over it and I could not spot big issues. But I currently lack a machine with a desktop environment using Debian, so I did not test it. |
|
Awesome, thanks for the review. I got a bit persuaded by the idea of a unified installer that would work on all the distros in the meantime. But I don't know how that is supposed to work, and it would also require some kind of Releases to work. |
TBH, my script should rather be converted to proper Makefile syntax. Same for the Arch package. |
|
I have rewritten and simplified the build tool chain for packages in #85 which might also impact this draft here. The package control files then ideally move to |
|
Yea, I completely halted the development of this PR to save myself from doing the same thing twice once I realised that a rewrite of the config handling functionality is necessary. So a general rework of this code is to be expected. So, correct me if I'm wrong. You're suggesting to move the I think that's a good idea and it might even be possible without completely messing up git history or creating a new PR. |
This feature is meant to bring more accessibility to the project. But it's also my first time making a debian package, so I'd be grateful for any opinions of the code/configs.
I've tested this on Ubuntu 24.04 (and Ubuntu 24.04 on a VM that wasn't updated since I installed it).
To build the debian package run
./make_deb.sh.Then, to actually install it, run:
Changes included: