Skip to content

Commit

Permalink
Updated debian folder for creating package on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dilawar Singh committed Apr 22, 2017
1 parent d11de09 commit 08c0525
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ language: cpp
compiler:
- gcc
- clang

os:
- linux
- osx

matrix:
allow_failures:
- os: osx
branches:
only:
- master
- chamcham

notifications:
email:
recipients:
Expand All @@ -24,6 +27,7 @@ notifications:

env:
- CTEST_MODEL=Nightly

cache: apt
before_script:
- sudo apt-get update -qq
Expand Down
10 changes: 3 additions & 7 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
moose (3.0.2) unstable; urgency=low
moose (3.2.git) unstable; urgency=low

* Initial release
* Feature-freeze release.
* trunk series. Experimental branch.
* 3.0.2 relase.
* Just packed with SBML and GSL-1.6 support.
* This is for testing on travis.

-- Dilawar <[email protected]> Sun, 05 July 2015 13:41:58 +0530
-- Dilawar <[email protected]> Sat, 22 Apr 2017 13:41:58 +0530
4 changes: 1 addition & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Homepage: http://moose.ncbs.res.in

Package: moose
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-numpy-abi9, libhdf5-7 | libhdf5-serial-1.8.4, python-lxml, python-numpy, python-matplotlib, python-nose, python-networkx, python-suds, python-qt4, libgsl0ldbl
Replaces: moose-python, moose-gui
Conflicts: moose-python, moose-gui
Depends: ${shlibs:Depends}, ${python:Depends}, python-numpy-abi9, libhdf5-7 | libhdf5-serial-1.8.4, python-lxml, python-numpy, python-matplotlib, python-nose, python-networkx, python-qt4
Description: the Multiscale Object-Oriented Simulation Environment
It is the base and numerical core for large, detailed simulations including Computational Neuroscience and Systems Biology.
.
Expand Down

0 comments on commit 08c0525

Please sign in to comment.