Preparation for Debian inclusion#21
Open
adiknoth wants to merge 9 commits intorostam:without_jganalyticsfrom
Open
Preparation for Debian inclusion#21adiknoth wants to merge 9 commits intorostam:without_jganalyticsfrom
adiknoth wants to merge 9 commits intorostam:without_jganalyticsfrom
Conversation
Changes: - creates binary/ and build/ inside the toplevel directory - fix clean target - fix forgotten deltree statement outside any target
Replaced by toplevel build.xml
With the latest changes, graphtea can be run from any directory, so it's no longer necessary to cd into binary/.
Those files will be provided by Debian in /usr/share/java/
Contributor
Author
|
I think it's OK to pull this into your without_jganalytics branch by merging the pull request, however, we don't really need this branch. I'll send you another pull request for master. Debian will then create its own upstream branch by excluding all the precompiled files. |
Contributor
|
Hello Dear @adiknoth , Do you still want to work on this? that would be very nice. If so, I will apply all the changes on GraphTea. please let me know :) |
Contributor
Author
|
Hi! Ever since I've left FSU Jena, I no longer have time to work on that. Just ask Ali if he could find a student to do it. Cheers |
Contributor
|
Hello Dear @adiknoth thanks. I will ask him. If you tell me how to do it or send a guideline I can also work on it... best, |
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.
Hi!
Here's a series of patches I've made while working on the Debian package.
For the sake of simplicity, I've moved the build.xml to the toplevel directory.
I'll file a ticket regarding runtime support, that is, running graphtea from any directory.