From 08c0525939af3039d1ce34b30c2db46012b7e380 Mon Sep 17 00:00:00 2001
From: Dilawar Singh <dilawars@ncbs.res.in>
Date: Sat, 22 Apr 2017 17:07:28 +0530
Subject: [PATCH] Updated debian folder for creating package on travis.
---
.travis.yml | 4 ++++
debian/changelog | 10 +++-------
debian/control | 4 +---
3 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 48819aa2..32952897 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 8e3e6829..59d5888a 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 f5c52044..3e750cbf 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.
.
--
GitLab