Skip to content
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

feat: add a Makefile to build a simple debian package #560

Merged
merged 1 commit into from
Oct 13, 2022
Merged

feat: add a Makefile to build a simple debian package #560

merged 1 commit into from
Oct 13, 2022

Conversation

Ho-Ro
Copy link
Member

@Ho-Ro Ho-Ro commented Oct 12, 2022

this allows to safely install, update and remove the program

Signed-off-by: Martin Ho-Ro@users.noreply.github.com

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: #517

What is the new behavior?

  • make deb creates nanovnasaver_*.deb
  • make debinstall installs the package (sudo apt must be enabled)
  • make debuninstall uninstalls the package (sudo apt must be enabled)
  • make clean removes all artifacts of the build but keeps the *.deb
  • make distclean removes all artifacts of the build incl. the *.deb

Does this introduce a breaking change?

  • Yes
  • No

Other information

this allows to safely install, update and remove the program

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
@Ho-Ro Ho-Ro requested a review from zarath as a code owner October 12, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants