-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adde debian directory for building from source #5
Open
umarbrowser
wants to merge
4
commits into
the-virtual-brain:master
Choose a base branch
from
umarbrowser:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
tvb-data for Debian | ||
|
||
TVB Data | ||
======== | ||
|
||
Various demonstration datasets for use with The Virtual Brain are provided here. | ||
|
||
Here you will find: | ||
* compatible file/folder structures that can be uploaded thorugh the web interface of TVB; and | ||
* the default datasets used when working in ``console`` or `library` mode. | ||
|
||
This package should be treated as a regular Python module. | ||
|
||
Possibly what you want to do after cloning it locally from GitHub (https://github.com/the-virtual-brain/tvb-data) is:: | ||
|
||
cd tvb-data/ | ||
python setup.py develop | ||
|
||
to have it linked into your current Python environment. | ||
|
||
`tvb-data` also is shared on Pypi, but it has fewer files, due to size restrictions there. | ||
To work with this package from pypi, run:: | ||
|
||
pip install tvb-data | ||
|
||
|
||
Further Resources | ||
================= | ||
|
||
- For issue tracking we are using Jira: http://req.thevirtualbrain.org | ||
- For API documentation and live demos, have a look here: http://docs.thevirtualbrain.org | ||
- A public mailing list for users of The Virtual Brain can be joined and followed using: [email protected] | ||
- Raw demo IPython Notebooks can be found under: https://github.com/the-virtual-brain/tvb-documentation/tree/master/demos | ||
- Data from here will be used by `tvb-library` and `tvb-framework` packages on Pypi | ||
|
||
-- umar haruna abdullahi <[email protected]> Sat, 30 Jun 2018 00:19:47 +0100 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
tvb-data (1.5.6-1) unstable; urgency=medium | ||
|
||
* Initial release. Closes: #901862 | ||
|
||
-- umar haruna abdullahi <[email protected]> Sat, 30 Jun 2018 00:19:47 +0100 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
11 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Source: tvb-data | ||
Maintainer: the virtual brain <[email protected]> | ||
Uploaders: umar haruna abdullahi <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: debhelper (>=11), | ||
dh-python, | ||
python-all, | ||
python-setuptools | ||
Standards-Version: 4.1.4 | ||
Vcs-Browser: https://github.com/the-virtual-brain/tvb-data | ||
Vcs-Git: https://github.com/the-virtual-brain/tvb-data.git | ||
Homepage: http://www.thevirtualbrain.org | ||
|
||
Package: tvb-data | ||
Architecture: all | ||
Depends: ${misc:Depends}, | ||
${python:Depends} | ||
Description: various demonstration datasets for the virtual brain | ||
Here you will find compatible file/folder structures that can | ||
be uploaded thorugh the web interface of TVB and the default | ||
datasets used when working in console or library mode |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: tvb-data | ||
Upstream-Contact: TVB TEAM <[email protected]> | ||
Source: https://github.com/the-virtual-brain/tvb-library | ||
|
||
Files: * | ||
Copyright: 2012-2017 Baycrest Centre for Geriatric Care ("Baycrest") and others | ||
License: GPL-3.0+ | ||
|
||
Files: debian/* | ||
Copyright: 2018 Baycrest Centre for Geriatric Care ("Baycrest") and others | ||
License: GPL-3.0+ | ||
|
||
License: GPL-3.0+ | ||
This program is free software: you can redistribute it and/or modify it under the | ||
terms of the GNU General Public License as published by the Free Software Foundation, | ||
either version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, but WITHOUT ANY | ||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License along with this | ||
program. If not, see <http://www.gnu.org/licenses/>. | ||
. | ||
When using The Virtual Brain for scientific publications, please cite it as follows: | ||
Paula Sanz Leon, Stuart A. Knock, M. Marmaduke Woodman, Lia Domide, | ||
Jochen Mersmann, Anthony R. McIntosh, Viktor Jirsa (2013) | ||
The Virtual Brain: a simulator of primate brain network dynamics. | ||
Frontiers in Neuroinformatics (7:10. doi: 10.3389/fninf.2013.00010) | ||
. | ||
On Debian systems, the complete text of the GNU General Public License | ||
Version 3 can be found in `/usr/share/common-licenses/GPL-3'. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/make -f | ||
|
||
#export DH_VERBOSE = 1 | ||
export PYBUILD_NAME = tvb-data | ||
|
||
%: | ||
dh $@ --with python2 --buildsystem=pybuild |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tvb-data source: debian-watch-does-not-check-gpg-signature |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tvb-data: no-upstream-changelog | ||
tvb-data: dependency-on-python-version-marked-for-end-of-life |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
version=3 | ||
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \ | ||
https://pypi.debian.net/tvb-data/tvb-data-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again wrong URL (from copy/paste)