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

Add files necessary to package a .deb file #346

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

studiofuga
Copy link
Contributor

Add all files necessary to build .deb packages (use dpkg-buildpackage -uc -B)

The check for Release or Debug in CMAKE_BUILD_TYPE breaks some assumption in Debian packaging.
Since the check is useless, it has been removed.

Also fix some PUBLIC/PRIVATE mistake in target_include_directories to correctly pass the
properties to client code.
@jmigual jmigual added the build label Mar 1, 2022
@jmigual jmigual changed the title Devel/debianize 2 Add files necessary to package a .deb file Mar 1, 2022
@jmigual
Copy link
Collaborator

jmigual commented Mar 8, 2022

Hi, how does this debian porting work? Could you provide a link with more info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants