diff --git a/.travis.yml b/.travis.yml index 48819aa2ab8e0a566a9d8c8cbc948bf447833ca4..329528975f52e9c3fbe94eeeed4598749b2ef6c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,11 @@ language: cpp compiler: - gcc - clang + os: - linux - osx + matrix: allow_failures: - os: osx @@ -12,6 +14,7 @@ branches: only: - master - chamcham + notifications: email: recipients: @@ -24,6 +27,7 @@ notifications: env: - CTEST_MODEL=Nightly + cache: apt before_script: - sudo apt-get update -qq diff --git a/debian/changelog b/debian/changelog index 8e3e68294ddb44a0e37a3ea237c4b9ebaf2f717c..59d5888ab8b56fccc4c942b99927680000239c3a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <dilawars@ncbs.res.in> Sun, 05 July 2015 13:41:58 +0530 + -- Dilawar <dilawars@ncbs.res.in> Sat, 22 Apr 2017 13:41:58 +0530 diff --git a/debian/control b/debian/control index f5c5204431b7630f06b914bcd69f3823597b2bb1..3e750cbfeabe02e0359e2014dfbee5a78906e734 100644 --- a/debian/control +++ b/debian/control @@ -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. .