-
Notifications
You must be signed in to change notification settings - Fork 377
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
Add a .deb package and a script to auto-build .deb #469
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution! I would like to make it a deb package fulfilling the criteria of Debian. Are you familiar with the details of Debian's deb packaging guidelines? |
I am not familiar with Debian's rule but I have friends do so. Blocking |
Note:
|
Update 2022.10.17 :
The changes from main are listed in |
Overall the dependency should be kept as low as possible.
Maybe
Neither
I wouldn't worry about that. Almost no one uses pure Wayland.
An additional
If we don't need a man page at all, I would drop it. |
Yet I am looking how to merge your changes of Overall it makes sense if I make the code changes in x11docker myself, happily accepting suggestions from you. That's the easiest way for me to check for possible issues. |
I have made
So I can put |
Yes, I agree. I would put these in Recommends: However, if one has installed e.g. I've added I would put these in Suggests: Hard dependency only: |
I have uploaded a commit that allows to disable installation options and also does not show them in
The auto-generated man page looks interesting. It seems that a man page is mandatory: (https://www.debian.org/doc/debian-policy/ch-docs.html)
|
Now only Fedora and Arch have
x11docker
in their repos, and Fedora's one is kind of out-of-date.Today I was just using
podman
on Debian, so I made it by the way. Nothing important sincex11docker
is just a bash script and have little dependency problem.It does not matter whether you want to accept it. Now it is almost useless but unless for those who want to install all packages by apt, but maybe I will add it to some unofficial repos in future.