-
Notifications
You must be signed in to change notification settings - Fork 69
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
Binary files should not be in /usr/share/ #46
Comments
References: |
Umm, I was following what Do you think they are wrong? |
It is certainly wrong according to FSH and debian policy. I don't think it actually causes any technical problems though. It's just that if I was looking for binaries, |
Maybe we are missing something in the guidelines? |
I think atom and vscode are missing (or choosing to ignore) the guidelines. 😃 Debian policy is quite clear. From https://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1:
|
Yup, sounds pretty clear. Any dangerous side effects you can think of? If not, feel free to create a PR and I'll merge it. |
Nothing dangerous. The only potential problem I see is that if another package (not created with |
What version of
electron-installer-debian
are you using?0.3.1
What version of
node
andnpm
are you using?v6.1.0
3.8.6
What operating system are you using?
debian jessie
What did you do? Please include the configuration you are using for
electron-installer-debian
.Built a debian package from an electron package. No special configuration.
What did you expect to happen?
In the package that was created,
/usr/share/
should only contain architecture interdependent files.What actually happened?
/usr/share/
contains architecture dependent binary files.Installing the electron package to
/usr/lib/<package>
instead of/usr/share/<package>
would be more appropriate.The text was updated successfully, but these errors were encountered: