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

Deb Package Workflow (#29) #33

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Deb Package Workflow (#29) #33

merged 4 commits into from
Jun 25, 2024

Conversation

DominicOrsi
Copy link
Contributor

@DominicOrsi DominicOrsi commented Jun 24, 2024

About

Adds a GitHub action to create Debian packages for each release and the required files need to conform to Debian guides. Currently complies Debian packages for amd64.

Maintainer will need to update rust.yml release tag variable with each release to ensure Debian packages are uploaded for each release.

Updates

rust.yml: New GitHub workflow to create Debian packages and add to release
Cargo.toml: Added cargo-deb configuration section
debian/changelog: Added changelog in accordance with Debian 4.4
debian/netscanner.manpage: Added netscanner manpage in accordance with Debian 12.1

To-Do's

  • Add compilation for aarch64 Debian packages
  • RELEASE_TAG in rust.yml is automatically updated with each release.

@DominicOrsi DominicOrsi changed the title Deb Package Workflow (#5) Deb Package Workflow (#29) Jun 24, 2024
Copy link
Owner

@Chleba Chleba left a comment

Choose a reason for hiding this comment

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

Great work. I am really thankful for your time spent on this feature.

debian/netscanner.manpage Show resolved Hide resolved
debian/netscanner.manpage Outdated Show resolved Hide resolved
.github/workflows/rust.yml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
debian/netscanner.manpage Outdated Show resolved Hide resolved
.github/workflows/rust.yml Outdated Show resolved Hide resolved
@DominicOrsi
Copy link
Contributor Author

I am having some issues with compiling to aarch64 (binary stripping issue?!). I'll keep working on it but it might take me a while.

@Chleba
Copy link
Owner

Chleba commented Jun 25, 2024

I think it's looking great and again, thank you very much. I'll merge it for now and we can make another PR with different architecture support.

@Chleba Chleba merged commit 3c08596 into Chleba:main Jun 25, 2024
1 check passed
@Chleba Chleba mentioned this pull request Jun 25, 2024
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