-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
packaging: Improvements to debian package build. #473
Conversation
You should not rely on the |
I have merged |
8af7ae0
to
74fc31d
Compare
Reworked patch stack on master. |
Added udev rules and modprobe installation rules. |
Could you squash-merge all your commits into one? Then we are ready to go! |
There are still some issues.
|
I will comment inline:
Package maintainers should only use the generated manpages from
This is hardcoded into the GUI currently and it has not fixed yet.
The Debug target is not what you want in a package, because it contains debug symbols (GDB) and is not optimized (-O0). |
Arch Linux doesn't have a /lib any longer. Therefore the udev rules must not be installed there.
This commit add the following two Cmake variables to change the install location of the udev and modprobe configuration files: - STLINK_UDEV_RULES_DIR - STLINK_MODPROBED_DIR
Closed in favour of #484. |
Solution to problems with debian package build issue.