-
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
Debian packaging, CMake and README.md fixes #683
Conversation
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.
@xor-gate ping |
Sorry for the delay, I was offline for a few days. |
Thanks! |
Thank you for your effort! |
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 |
stlink-tools and stlink-gui are now available in Debian unstable, testing and stretch-backports, and Ubuntu 18.10 |
cool, thanks @bluca |
great, thanks @bluca |
I made a PR to change the README.md #821 |
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