Debian packaging, CMake and README.md fixes#683
Merged
xor-gate merged 24 commits intostlink-org:masterfrom Mar 16, 2018
Merged
Conversation
added 24 commits
March 10, 2018 17:07
No need to have 2 stanzas for the same license
As per Debian policy, shared library packages must be named after their SONAME version.
debhelper tools will generate the triggers file automatically since the package name was corrected
The Debian FTP masters nowadays require that all authors are listed in debian/copyright. Print the list of authors from git.
Only on Windows it's necessary to have different file names, on *NIX the extension is what disambiguates between a static library (.a) and a shared library (.so).
…kage Multiple versions of a shared library might be installed on the same system. Do not ship unversioned files in their packages, or they will conflict and fail to install.
It took ownership of udev and modprobe files from libstlink
The headers are installed in /usr/include/stlink without a version number.
Generated with: dpkg-gensymbols -P/tmp -v1.5.0 -V -e/tmp/libstlink.so.1.5.0 -plibstlink1 -Odebian/libstlink1.symbols
Main changes are shared library rename and files moved, and HTTPS URLs. https://www.debian.org/doc/packaging-manuals/upgrading-checklist.txt
The Debian package tracker can automatically notify when a new version is out.
Contributor
Author
|
@xor-gate ping |
xor-gate
approved these changes
Mar 16, 2018
Contributor
|
Sorry for the delay, I was offline for a few days. |
Contributor
Author
|
Thanks! |
Contributor
|
Thank you for your effort! |
Contributor
|
stlink package is pending here, no idea when it will be the archive: https://ftp-master.debian.org/new/stlink_1.5.0+ds-1.html |
Contributor
Author
|
stlink-tools and stlink-gui are now available in Debian unstable, testing and stretch-backports, and Ubuntu 18.10 |
Contributor
|
cool, thanks @bluca |
Contributor
|
great, thanks @bluca |
Contributor
|
I made a PR to change the README.md #821 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See invididual commits for details. I am preparing to upload stlink to Debian, and these are some changes required to pass the new package review process.
Fixes #682