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

Feature/debian package #563

Merged
merged 3 commits into from
Oct 15, 2022
Merged

Feature/debian package #563

merged 3 commits into from
Oct 15, 2022

Conversation

zarath
Copy link
Collaborator

@zarath zarath commented Oct 15, 2022

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: N/A

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information

Ho-Ro and others added 2 commits October 14, 2022 17:58
…ckage

Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
TODO: switch to pyproject.toml in future
@zarath zarath requested a review from Ho-Ro October 15, 2022 15:04
Copy link
Member

@Ho-Ro Ho-Ro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks fine - it works on my setup.
Stupid me - I forgot one small change in the Makefile, it shall be:

 # uninstall this debian package
 .PHONY: debuninstall
 debuninstall:
-       sudo apt purge nanovnasaver_*.deb
+       sudo apt purge nanovnasaver

Maybe you could fix it on the fly - but never mind, I can also change it in my next PR.

Copy link
Member

@Ho-Ro Ho-Ro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks fine - it works on my setup.
Stupid me - I forgot one small change in the Makefile, it shall be:

 # uninstall this debian package
 .PHONY: debuninstall
 debuninstall:
-       sudo apt purge nanovnasaver_*.deb
+       sudo apt purge nanovnasaver

Maybe you could fix it on the fly - but never mind, I can also change it in my next PR.

@zarath zarath merged commit 10d786e into main Oct 15, 2022
@zarath zarath deleted the feature/debian-package branch October 15, 2022 19:35
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.

None yet

2 participants