feat(debianize): Debian folder to create deb packages#35
Open
feat(debianize): Debian folder to create deb packages#35
Conversation
e92a132 to
9e7df27
Compare
Member
Author
|
There is still an issue. The debian package is installing required data under
But the setuptools are guiding the program to look under
This feature is working fine with Solved by 1c73fa3 |
Member
Author
|
Also getting a warning: Do you have any idea about this @amanjain97 ? |
1c73fa3 to
a24b7a9
Compare
Collaborator
|
@GMishx please rebase |
a24b7a9 to
8cca3d8
Compare
10ade86 to
3bcbf49
Compare
3bcbf49 to
727301d
Compare
Add Debian information to atarashi to get deb packages. Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>
727301d to
444d0ea
Compare
Member
|
Hey @GMishx ,
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added debian folder to debianize atarashi.
Creating Debian packages
debian/controlcode_commentand other dependencies from requirements.txt# python3 -m pip install -r requirements.txtHow to test
.debon a fresh PC..debon a fresh PC.python3 setup.py installon a fresh PC.