Debian package, installation instructions #626
asarhaddon
started this conversation in
General
Replies: 1 comment
-
I will check this when I'm back on my system - thx. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I have prepared a Debian package, which should appear in
Provided appropriate repository settings, anyone interested should then be able to try it and find more details at
https://tracker.debian.org/pkg/nanovna-saver.
I suggest to take the opportunity and split the installation instructions.
README.rst
should tell end users without programming to install Windows executables, or integrated.deb
packages or similar.Documentation for contributors should give instructions about cloning, virtual environments and so on.
Once the human-written, integrated
.deb
is available, I think thatmake deb
will be obsolete.Here is a draft suggestion.
Installing on Debian derivatives (e.g. Ubuntu)
Normal user
A
.deb
package tailored for your distribution should be available from your usual repositories.It is recommended unless you intend to modify the source code.
Advanced user needing small local changes
If you need to change the source code for local purposes, you may build a
.deb
package then install it cleanly as above.The
dch
command should suggest a version like 0.6.0-3.1 if the currentlyavailable version was 0.6.0-1 (0.6.0:upstream, 3:Debian 1:local).
Contributor installing their changes
If you intend to eventually forward your changes to the upstream authors, and if you are at ease with potential git merge conflicts, you should ideally work on latest upstream sources.
Insert the following lines between
apt-get build-dep
and# apply changes
.Contributor not installing their changes
(current
Ubuntu 20.04 / 22.04
section)Beta Was this translation helpful? Give feedback.
All reactions