Adds artifacts to create a Debian package #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@tompreston
Running "debuild" from the root will generate a new Debian package.
I made several small tweaks to the Makefile, including adding an "install" target, and changing the default build option from being a static library, to one that's dynamic.
Do you know where you'd like to host this package yet (which debian repo)?
Also, I put the header in piface/mcp23s17.h, I'll put the others in "piface" alongside this one. Didn't want to put headers into the root /usr/include namespace as there will be several once I'm done with this lib, and possibly a few others.