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

Debian package #12

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

Debian package #12

wants to merge 4 commits into from

Conversation

bence98
Copy link

@bence98 bence98 commented Feb 20, 2019

No description provided.

@abdalmoniem
Copy link
Owner

can you please share how you managed to package the software, can you add packaging instructions for future builds?

@bence98
Copy link
Author

bence98 commented Feb 20, 2019

Sure!
I created a folder, let's call it avr4l_deb. Then, I created avr4l_deb/DEBIAN/control file (here is a template from my other project). Then I copied the files I want to be installed into avr4l_deb (avr4l_deb/usr/bin/avr4l, avr4l_deb/usr/lib/jvm/default-java/lib/RXTXcomm.jar etc.). Finally, I ran dpkg-deb --build avr4l_deb
You can find here the Debian control file I used for this package.

@bence98
Copy link
Author

bence98 commented Feb 20, 2019

If you build with a Makefile, I can help you add packaging commands to it. You can probably do it with other build systems too, but I don't know how. But then again, you could just do it manually or write a script for it.

@bence98 bence98 reopened this Feb 20, 2019
@bence98
Copy link
Author

bence98 commented Feb 20, 2019

Sorry for the derpage with these pull requests. Anyways, I added the Debian control file to the repo.

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