Skip to content

Commit 08c0525

Browse files
author
Dilawar Singh
committed
Updated debian folder for creating package on travis.
1 parent d11de09 commit 08c0525

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,19 @@ language: cpp
22
compiler:
33
- gcc
44
- clang
5+
56
os:
67
- linux
78
- osx
9+
810
matrix:
911
allow_failures:
1012
- os: osx
1113
branches:
1214
only:
1315
- master
1416
- chamcham
17+
1518
notifications:
1619
email:
1720
recipients:
@@ -24,6 +27,7 @@ notifications:
2427

2528
env:
2629
- CTEST_MODEL=Nightly
30+
2731
cache: apt
2832
before_script:
2933
- sudo apt-get update -qq

debian/changelog

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
moose (3.0.2) unstable; urgency=low
1+
moose (3.2.git) unstable; urgency=low
22

3-
* Initial release
4-
* Feature-freeze release.
5-
* trunk series. Experimental branch.
6-
* 3.0.2 relase.
7-
* Just packed with SBML and GSL-1.6 support.
3+
* This is for testing on travis.
84

9-
-- Dilawar <[email protected]> Sun, 05 July 2015 13:41:58 +0530
5+
-- Dilawar <[email protected]> Sat, 22 Apr 2017 13:41:58 +0530

debian/control

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Homepage: http://moose.ncbs.res.in
88

99
Package: moose
1010
Architecture: any
11-
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
12-
Replaces: moose-python, moose-gui
13-
Conflicts: moose-python, moose-gui
11+
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
1412
Description: the Multiscale Object-Oriented Simulation Environment
1513
It is the base and numerical core for large, detailed simulations including Computational Neuroscience and Systems Biology.
1614
.

0 commit comments

Comments
 (0)