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(cmake): improved debian packaging #553

Merged
merged 1 commit into from
Nov 4, 2022
Merged

feat(cmake): improved debian packaging #553

merged 1 commit into from
Nov 4, 2022

Conversation

okaestne
Copy link
Contributor

Improve Debian package generated by cmake's CPack:

  • set architecture to all, making the .deb installable and thus Crow usable on other system archtectures like arm
  • add libasio-dev as dependency (fixes .deb package should install dependencies (asio) #420)
  • set section to libdevel
  • disabled shlibdeps (not needed here)

Improve Debian package generated by cmake's CPack:
* set architecture to `all`, making the .deb installable
  and thus Crow usable on other system archtectures like arm
* add `libasio-dev` as dependency (fixes #420)
* set section to `libdevel`
* disabled shlibdeps (not needed here)
Copy link
Member

@The-EDev The-EDev left a comment

Choose a reason for hiding this comment

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

Seems alright, thank you for your work!

@The-EDev The-EDev merged commit 71bc444 into CrowCpp:master Nov 4, 2022
@okaestne okaestne deleted the debian-pkg branch November 4, 2022 16:09
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.

.deb package should install dependencies (asio)
2 participants