|
From: <mor...@us...> - 2010-02-11 04:19:51
|
Revision: 3821
http://ecell.svn.sourceforge.net/ecell/?rev=3821&view=rev
Author: moriyoshi
Date: 2010-02-11 04:19:44 +0000 (Thu, 11 Feb 2010)
Log Message:
-----------
* Update for 3.2.0p1
Modified Paths:
--------------
ecell-build/trunk/pkg/deb/debian.lenny/changelog
ecell-build/trunk/pkg/deb/debian.lenny/control
ecell-build/trunk/pkg/deb/debian.lenny/ecell3-dev.install
ecell-build/trunk/pkg/deb/debian.lenny/ecell3-model-editor.install
ecell-build/trunk/pkg/deb/debian.lenny/ecell3-session-monitor.install
ecell-build/trunk/pkg/deb/debian.lenny/ecell3.install
ecell-build/trunk/pkg/deb/debian.lenny/rules
ecell-build/trunk/pkg/deb/ubuntu.jaunty/changelog
ecell-build/trunk/pkg/deb/ubuntu.jaunty/control
ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-dev.install
ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-model-editor.install
ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-session-monitor.install
ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3.install
ecell-build/trunk/pkg/deb/ubuntu.jaunty/rules
Added Paths:
-----------
ecell-build/trunk/pkg/deb/ubuntu.jaunty/patches/
ecell-build/trunk/pkg/deb/ubuntu.jaunty/patches/01_distutils_install_layout.patch
ecell-build/trunk/pkg/deb/ubuntu.karmic/
ecell-build/trunk/pkg/deb/ubuntu.karmic/README.Debian
ecell-build/trunk/pkg/deb/ubuntu.karmic/changelog
ecell-build/trunk/pkg/deb/ubuntu.karmic/compat
ecell-build/trunk/pkg/deb/ubuntu.karmic/control
ecell-build/trunk/pkg/deb/ubuntu.karmic/copyright
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.docs
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.install
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.doc-base
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.docs
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.install
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-session-monitor.install
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.doc-base
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.docs
ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.install
ecell-build/trunk/pkg/deb/ubuntu.karmic/patches/
ecell-build/trunk/pkg/deb/ubuntu.karmic/patches/01_distutils_install_layout.patch
ecell-build/trunk/pkg/deb/ubuntu.karmic/rules
Removed Paths:
-------------
ecell-build/trunk/pkg/deb/ubuntu.intrepid/
Modified: ecell-build/trunk/pkg/deb/debian.lenny/changelog
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/changelog 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/changelog 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,3 +1,9 @@
+ecell (3.2.0p1-1) lenny; urgency=low
+
+ * Upstream update.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Fri, 5 Feb 2009 17:15:42 +0900
+
ecell (3.1.107-1) lenny; urgency=low
* Upstream update.
Modified: ecell-build/trunk/pkg/deb/debian.lenny/control
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/control 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/control 2010-02-11 04:19:44 UTC (rev 3821)
@@ -2,11 +2,10 @@
Section: contrib/science
Priority: extra
Maintainer: Moriyoshi Koizumi <mo...@sf...>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, build-essential,
+Build-Depends: cdbs, debhelper (>= 5), automake, libtool, build-essential,
python2.5-dev, libboost-dev (>= 1.33.0), libboost-python-dev (>= 1.33.0),
- libgsl0-dev (>=1.8), python-numpy (>=1.0.1), python-numpy (>=1.0.1),
- python-gtk2 (>=2.6), python-gnome2 (>=2.6), python-glade2 (>=2.6),
- docbook-xml, docbook-utils, doxygen
+ libgsl0-dev (>=1.8), python-numpy (>=1.0.1), python-ply (>=2.5),
+ python-gtk2 (>=2.6), docbook-xml, docbook-utils, doxygen
Standards-Version: 3.7.2
Package: ecell3
@@ -21,8 +20,7 @@
Package: ecell3-session-monitor
Architecture: any
Section: contrib/science
-Depends: ecell3, ${shlibs:Depends}, ${misc:Depends}, python-gtk2 (>=2.6),
- python-glade2 (>=2.6)
+Depends: ecell3, ${shlibs:Depends}, ${misc:Depends}, python-gtk2 (>=2.6)
Description: E-Cell System is an object-oriented software suite for modeling,
simulation, and analysis of large scale complex systems, particularly focused
on biological details of cellular behavior.
@@ -31,8 +29,7 @@
Architecture: any
Section: contrib/science
Depends: ecell3, ecell3-session-monitor, ${shlibs:Depends}, ${misc:Depends},
- python-numpy (>=1.0.1), python-gtk2 (>=2.6), python-gnome2 (>=2.6),
- python-glade2 (>=2.6)
+ python-numpy (>=1.0.1), python-gtk2 (>=2.6), python-gnome2 (>=2.6)
Description: E-Cell System is an object-oriented software suite for modeling,
simulation, and analysis of large scale complex systems, particularly focused
on biological details of cellular behavior.
Modified: ecell-build/trunk/pkg/deb/debian.lenny/ecell3-dev.install
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/ecell3-dev.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/ecell3-dev.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,8 +1,8 @@
debian/tmp/usr/bin/dmcompile
debian/tmp/usr/bin/ecell3-dmc
debian/tmp/usr/include/dmtool
-debian/tmp/usr/include/ecell-3.1
-debian/tmp/usr/share/ecell-3.1/dms
+debian/tmp/usr/include/ecell-3.2
+debian/tmp/usr/share/ecell-3.2/dms
debian/tmp/usr/lib/libecs.so
debian/tmp/usr/lib/libecs.la
debian/tmp/usr/lib/libemc.so
Modified: ecell-build/trunk/pkg/deb/debian.lenny/ecell3-model-editor.install
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/ecell3-model-editor.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/ecell3-model-editor.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,5 +1,6 @@
+debian/tmp/etc/ecell-3.2/model-editor.ini
debian/tmp/usr/bin/ecell3-model-editor
-debian/tmp/usr/lib/ecell-3.1/model-editor
+debian/tmp/usr/lib/ecell-3.2/model-editor
debian/tmp/usr/lib/python2.5/site-packages/ecell.model_editor-*.egg-info
debian/tmp/usr/lib/python2.5/site-packages/ecell/ui/model_editor
-debian/tmp/usr/share/ecell-3.1/model-editor
+debian/tmp/usr/share/ecell-3.2/model-editor
Modified: ecell-build/trunk/pkg/deb/debian.lenny/ecell3-session-monitor.install
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/ecell3-session-monitor.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/ecell3-session-monitor.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,5 +1,6 @@
+debian/tmp/etc/ecell-3.2/osogo.ini
debian/tmp/usr/bin/ecell3-session-monitor
-debian/tmp/usr/lib/ecell-3.1/session-monitor
-debian/tmp/usr/share/ecell-3.1/session-monitor
+debian/tmp/usr/lib/ecell-3.2/session-monitor
+debian/tmp/usr/share/ecell-3.2/session-monitor
debian/tmp/usr/lib/python2.5/site-packages/ecell.session_monitor-*.egg-info
debian/tmp/usr/lib/python2.5/site-packages/ecell/ui/osogo
Modified: ecell-build/trunk/pkg/deb/debian.lenny/ecell3.install
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/ecell3.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/ecell3.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -7,10 +7,11 @@
debian/tmp/usr/bin/ecell3-session-manager
debian/tmp/usr/lib/libecs.so.*
debian/tmp/usr/lib/libemc.so.*
-debian/tmp/usr/lib/ecell-3.1/dms
+debian/tmp/usr/lib/ecell-3.2/dms
debian/tmp/usr/share/doc/ecell3/samples
debian/tmp/usr/lib/python2.5/site-packages/E_Cell-*.egg-info
-debian/tmp/usr/lib/python2.5/site-packages/*.py*
-debian/tmp/usr/lib/python2.5/site-packages/ui/__init__.py*
-debian/tmp/usr/lib/python2.5/site-packages/analysis
-debian/tmp/usr/lib/python2.5/site-packages/session_amanager
+debian/tmp/usr/lib/python2.5/site-packages/ecell/*.py*
+debian/tmp/usr/lib/python2.5/site-packages/ecell/*.so
+debian/tmp/usr/lib/python2.5/site-packages/ecell/ui/__init__.py*
+debian/tmp/usr/lib/python2.5/site-packages/ecell/analysis
+debian/tmp/usr/lib/python2.5/site-packages/ecell/session_manager
Modified: ecell-build/trunk/pkg/deb/debian.lenny/rules
===================================================================
--- ecell-build/trunk/pkg/deb/debian.lenny/rules 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/debian.lenny/rules 2010-02-11 04:19:44 UTC (rev 3821)
@@ -4,3 +4,9 @@
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS = --docdir=/usr/share/doc/ecell3
+
+makebuilddir/ecell3::
+ ./autogen.sh
+
+binary-install/ecell3::
+ dh_pysupport -i
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/changelog
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/changelog 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/changelog 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,3 +1,9 @@
+ecell (3.2.0p1-1) jaunty; urgency=low
+
+ * Upstream update.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Fri, 5 Feb 2009 17:15:42 +0900
+
ecell (3.1.107-1) jaunty; urgency=low
* Upstream update.
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/control
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/control 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/control 2010-02-11 04:19:44 UTC (rev 3821)
@@ -2,10 +2,10 @@
Section: contrib/science
Priority: extra
Maintainer: Moriyoshi Koizumi <mo...@sf...>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, build-essential,
+Build-Depends: cdbs, debhelper (>= 5), automake, libtool, build-essential,
python2.6-dev, libboost-dev (>= 1.34.0), libboost-python-dev (>= 1.34.0),
- libgsl0-dev (>=1.8), python-numpy (>=1.0.1),
- python-gtk2 (>=2.6), python-gnomecanvas (>=2.6), python-glade2 (>=2.6),
+ libgsl0-dev (>=1.8), python-numpy (>=1.0.1), python-ply (>=2.5),
+ python-gtk2 (>=2.6), python-gnomecanvas (>=2.6),
docbook-xml, docbook-utils, doxygen
Standards-Version: 3.7.2
@@ -21,8 +21,7 @@
Package: ecell3-session-monitor
Architecture: any
Section: contrib/science
-Depends: ecell3, ${shlibs:Depends}, ${misc:Depends}, python-gtk2 (>=2.6),
- python-glade2 (>=2.6)
+Depends: ecell3, ${shlibs:Depends}, ${misc:Depends}, python-gtk2 (>=2.6)
Description: E-Cell System is an object-oriented software suite for modeling,
simulation, and analysis of large scale complex systems, particularly focused
on biological details of cellular behavior.
@@ -31,8 +30,7 @@
Architecture: any
Section: contrib/science
Depends: ecell3, ecell3-session-monitor, ${shlibs:Depends}, ${misc:Depends},
- python-numpy (>=1.0.1), python-gtk2 (>=2.6), python-gnomecanvas (>=2.6),
- python-glade2 (>=2.6)
+ python-numpy (>=1.0.1), python-gtk2 (>=2.6), python-gnomecanvas (>=2.6)
Description: E-Cell System is an object-oriented software suite for modeling,
simulation, and analysis of large scale complex systems, particularly focused
on biological details of cellular behavior.
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-dev.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-dev.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-dev.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,8 +1,8 @@
debian/tmp/usr/bin/dmcompile
debian/tmp/usr/bin/ecell3-dmc
debian/tmp/usr/include/dmtool
-debian/tmp/usr/include/ecell-3.1
-debian/tmp/usr/share/ecell-3.1/dms
+debian/tmp/usr/include/ecell-3.2
+debian/tmp/usr/share/ecell-3.2/dms
debian/tmp/usr/lib/libecs.so
debian/tmp/usr/lib/libecs.la
debian/tmp/usr/lib/libemc.so
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-model-editor.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-model-editor.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-model-editor.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,5 +1,6 @@
+debian/tmp/etc/ecell-3.2/model-editor.ini
debian/tmp/usr/bin/ecell3-model-editor
-debian/tmp/usr/lib/ecell-3.1/model-editor
-debian/tmp/usr/lib/python2.6/site-packages/ecell.model_editor-*.egg-info
-debian/tmp/usr/lib/python2.6/site-packages/ecell/ui/model_editor
-debian/tmp/usr/share/ecell-3.1/model-editor
+debian/tmp/usr/lib/ecell-3.2/model-editor
+debian/tmp/usr/lib/python2.6/dist-packages/ecell.model_editor-*.egg-info
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/ui/model_editor
+debian/tmp/usr/share/ecell-3.2/model-editor
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-session-monitor.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-session-monitor.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3-session-monitor.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,5 +1,6 @@
+debian/tmp/etc/ecell-3.2/osogo.ini
debian/tmp/usr/bin/ecell3-session-monitor
-debian/tmp/usr/lib/ecell-3.1/session-monitor
-debian/tmp/usr/share/ecell-3.1/session-monitor
-debian/tmp/usr/lib/python2.6/site-packages/ecell.session_monitor-*.egg-info
-debian/tmp/usr/lib/python2.6/site-packages/ecell/ui/osogo
+debian/tmp/usr/lib/ecell-3.2/session-monitor
+debian/tmp/usr/share/ecell-3.2/session-monitor
+debian/tmp/usr/lib/python2.6/dist-packages/ecell.session_monitor-*.egg-info
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/ui/osogo
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3.install 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/ecell3.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -7,10 +7,11 @@
debian/tmp/usr/bin/ecell3-session-manager
debian/tmp/usr/lib/libecs.so.*
debian/tmp/usr/lib/libemc.so.*
-debian/tmp/usr/lib/ecell-3.1/dms
+debian/tmp/usr/lib/ecell-3.2/dms
debian/tmp/usr/share/doc/ecell3/samples
-debian/tmp/usr/lib/python2.6/site-packages/E_Cell-*.egg-info
-debian/tmp/usr/lib/python2.6/site-packages/*.py*
-debian/tmp/usr/lib/python2.5/site-packages/ui/__init__.py*
-debian/tmp/usr/lib/python2.6/site-packages/analysis
-debian/tmp/usr/lib/python2.6/site-packages/session_amanager
+debian/tmp/usr/lib/python2.6/dist-packages/E_Cell-*.egg-info
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/*.py*
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/*.so
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/ui/__init__.py*
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/analysis
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/session_manager
Added: ecell-build/trunk/pkg/deb/ubuntu.jaunty/patches/01_distutils_install_layout.patch
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/patches/01_distutils_install_layout.patch (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/patches/01_distutils_install_layout.patch 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,27 @@
+diff -ur ecell-3.1.107~/ecell/frontend/model-editor/Makefile.am ecell-3.1.107/ecell/frontend/model-editor/Makefile.am
+--- ecell-3.1.107~/ecell/frontend/model-editor/Makefile.am 2009-04-30 05:56:48.000000000 +0900
++++ ecell-3.1.107/ecell/frontend/model-editor/Makefile.am 2009-06-26 13:54:48.037499775 +0900
+@@ -97,4 +97,4 @@
+ rm -rf build
+
+ install-exec-local:
+- $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) $(if $(DESTDIR),--root $(DESTDIR), )
++ $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) --install-layout=deb --no-compile -O0 $(if $(DESTDIR),--root $(DESTDIR), )
+diff -ur ecell-3.1.107~/ecell/frontend/session-monitor/Makefile.am ecell-3.1.107/ecell/frontend/session-monitor/Makefile.am
+--- ecell-3.1.107~/ecell/frontend/session-monitor/Makefile.am 2009-04-30 05:56:50.000000000 +0900
++++ ecell-3.1.107/ecell/frontend/session-monitor/Makefile.am 2009-06-26 13:54:52.829853254 +0900
+@@ -52,4 +52,4 @@
+ rm -rf build
+
+ install-exec-local:
+- $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) $(if $(DESTDIR),--root $(DESTDIR), )
++ $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) --install-layout=deb --no-compile -O0 $(if $(DESTDIR),--root $(DESTDIR), )
+diff -ur ecell-3.1.107~/ecell/pyecell/Makefile.am ecell-3.1.107/ecell/pyecell/Makefile.am
+--- ecell-3.1.107~/ecell/pyecell/Makefile.am 2009-04-30 05:56:55.000000000 +0900
++++ ecell-3.1.107/ecell/pyecell/Makefile.am 2009-06-26 13:54:28.079317075 +0900
+@@ -97,4 +97,4 @@
+ $(RM) -rf build
+
+ install-exec-local:
+- $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) $(if $(DESTDIR),--root $(DESTDIR), )
++ $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) --install-layout=deb --no-compile -O0 $(if $(DESTDIR),--root $(DESTDIR), )
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.jaunty/patches/01_distutils_install_layout.patch
___________________________________________________________________
Added: svn:mime-type
+ text/x-diff
Added: svn:eol-style
+ native
Modified: ecell-build/trunk/pkg/deb/ubuntu.jaunty/rules
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.jaunty/rules 2010-02-11 03:51:34 UTC (rev 3820)
+++ ecell-build/trunk/pkg/deb/ubuntu.jaunty/rules 2010-02-11 04:19:44 UTC (rev 3821)
@@ -1,6 +1,13 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS = --docdir=/usr/share/doc/ecell3
+
+makebuilddir/ecell3::
+ ./autogen.sh
+
+binary-install/ecell3::
+ dh_pysupport -i
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/README.Debian
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/README.Debian (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/README.Debian 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,6 @@
+ecell for Debian
+----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Moriyoshi Koizumi <mo...@sf...> Sat, 15 Dec 2007 07:44:09 +0900
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/README.Debian
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/changelog
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/changelog (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/changelog 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,48 @@
+ecell (3.2.0p1-1) karmic; urgency=low
+
+ * Upstream update.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Fri, 5 Feb 2009 17:15:42 +0900
+
+ecell (3.1.107-1) jaunty; urgency=low
+
+ * Upstream update.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Wed, 24 Jun 2008 13:24:12 +0900
+
+ecell (3.1.106-3) jaunty; urgency=low
+
+ * Reflect versioning scheme changes of libsbml packages.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Wed, 18 Jun 2008 18:24:12 +0900
+
+ecell (3.1.106-2) jaunty; urgency=low
+
+ * Fix dependencies between packages.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Tue, 05 Feb 2008 17:12:24 +0900
+
+ecell (3.1.106-1) jaunty; urgency=low
+
+ * Upstream update.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Mon, 04 Feb 2008 17:33:57 +0900
+
+ecell (3.1.106-0rc2-2) jaunty; urgency=low
+
+ * Fix ecell3.doc-base to specify users-manual instead of README.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Tue, 25 Dec 2007 19:59:02 +0900
+
+ecell (3.1.106-0rc2-1) jaunty; urgency=low
+
+ * Upstream update.
+
+ -- Moriyoshi Koizumi <mo...@sf...> Fri, 21 Dec 2007 02:57:00 +0900
+
+ecell (3.1.106-0rc1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Moriyoshi Koizumi <mo...@sf...> Sat, 15 Dec 2007 07:44:09 +0900
+
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/changelog
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/compat
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/compat (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/compat 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1 @@
+5
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/compat
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/control
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/control (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/control 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,45 @@
+Source: ecell
+Section: contrib/science
+Priority: extra
+Maintainer: Moriyoshi Koizumi <mo...@sf...>
+Build-Depends: cdbs, debhelper (>= 5), automake, libtool, build-essential,
+ python2.6-dev, libboost-dev (>= 1.34.0), libboost-python-dev (>= 1.34.0),
+ libgsl0-dev (>=1.8), python-numpy (>=1.0.1), python-ply (>=2.5),
+ python-gtk2 (>=2.6), python-gnomecanvas (>=2.6),
+ docbook-xml, docbook-utils, doxygen
+Standards-Version: 3.7.2
+
+Package: ecell3
+Architecture: any
+Section: contrib/science
+Depends: ${shlibs:Depends}, ${misc:Depends}, python-numpy (>=1.0.1)
+Recommends: python-sbml2 (>=2.3.5)
+Description: E-Cell System is an object-oriented software suite for modeling,
+ simulation, and analysis of large scale complex systems, particularly focused
+ on biological details of cellular behavior.
+
+Package: ecell3-session-monitor
+Architecture: any
+Section: contrib/science
+Depends: ecell3, ${shlibs:Depends}, ${misc:Depends}, python-gtk2 (>=2.6)
+Description: E-Cell System is an object-oriented software suite for modeling,
+ simulation, and analysis of large scale complex systems, particularly focused
+ on biological details of cellular behavior.
+
+Package: ecell3-model-editor
+Architecture: any
+Section: contrib/science
+Depends: ecell3, ecell3-session-monitor, ${shlibs:Depends}, ${misc:Depends},
+ python-numpy (>=1.0.1), python-gtk2 (>=2.6), python-gnomecanvas (>=2.6)
+Description: E-Cell System is an object-oriented software suite for modeling,
+ simulation, and analysis of large scale complex systems, particularly focused
+ on biological details of cellular behavior.
+
+Package: ecell3-dev
+Architecture: any
+Section: contrib/devel
+Depends: ecell3, ${shlibs:Depends}, ${misc:Depends}, libstdc++-dev,
+ libboost-dev (>= 1.34.0), libboost-python-dev, libgsl0-dev (>=1.8)
+Description: E-Cell System is an object-oriented software suite for modeling,
+ simulation, and analysis of large scale complex systems, particularly focused
+ on biological details of cellular behavior.
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/control
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/copyright
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/copyright (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/copyright 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,22 @@
+This package was debianized by Moriyoshi Koizumi <mo...@sf...> on
+Sat, 15 Dec 2007 07:44:09 +0900.
+
+It was downloaded from <fill in http/ftp site>
+
+Upstream Author: <put author(s) name and email here>
+
+Copyright: <put the year(s) of the copyright, and the names of the
+ copyright holder(s) here>
+
+License:
+
+<Put the license of the package here>
+
+
+The Debian packaging is (C) 2007, Moriyoshi Koizumi <mo...@sf...> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/copyright
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.docs
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.docs (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.docs 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/ecell3/api
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.docs
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.install (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,9 @@
+debian/tmp/usr/bin/dmcompile
+debian/tmp/usr/bin/ecell3-dmc
+debian/tmp/usr/include/dmtool
+debian/tmp/usr/include/ecell-3.2
+debian/tmp/usr/share/ecell-3.2/dms
+debian/tmp/usr/lib/libecs.so
+debian/tmp/usr/lib/libecs.la
+debian/tmp/usr/lib/libemc.so
+debian/tmp/usr/lib/libemc.la
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-dev.install
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.doc-base
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.doc-base (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.doc-base 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,11 @@
+Document: ecell3-model-editor-manual
+Title: Users manual for E-Cell System version 3 Model Editor
+Author: Koichi Takahashi <kta...@mo...>
+Abstract: Users manual for E-Cell System version 3 Model Editor
+Section: unknown
+
+Format: HTML
+Index: /usr/share/doc/ecell/model-editor/index.html
+Files: /usr/share/doc/ecell/model-editor/*.html
+
+
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.doc-base
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.docs
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.docs (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.docs 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1 @@
+debian/tmp/usr/share/doc/ecell3/model-editor
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.docs
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.install (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,6 @@
+debian/tmp/etc/ecell-3.2/model-editor.ini
+debian/tmp/usr/bin/ecell3-model-editor
+debian/tmp/usr/lib/ecell-3.2/model-editor
+debian/tmp/usr/lib/python2.6/dist-packages/ecell.model_editor-*.egg-info
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/ui/model_editor
+debian/tmp/usr/share/ecell-3.2/model-editor
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-model-editor.install
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-session-monitor.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-session-monitor.install (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-session-monitor.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,6 @@
+debian/tmp/etc/ecell-3.2/osogo.ini
+debian/tmp/usr/bin/ecell3-session-monitor
+debian/tmp/usr/lib/ecell-3.2/session-monitor
+debian/tmp/usr/share/ecell-3.2/session-monitor
+debian/tmp/usr/lib/python2.6/dist-packages/ecell.session_monitor-*.egg-info
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/ui/osogo
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3-session-monitor.install
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.doc-base
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.doc-base (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.doc-base 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,9 @@
+Document: ecell
+Title: E-Cell System Users Manual
+Author: Koichi Takahashi <kta...@mo...>
+Abstract: E-Cell System Users Manual
+Section: unknown
+
+Format: HTML
+Index: /usr/share/doc/ecell3/users-manual/index.html
+Files: /usr/share/doc/ecell3/users-manual/*
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.doc-base
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.docs
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.docs (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.docs 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,7 @@
+debian/tmp/usr/share/doc/ecell3/users-manual
+debian/tmp/usr/share/doc/ecell3/AUTHORS
+debian/tmp/usr/share/doc/ecell3/README
+debian/tmp/usr/share/doc/ecell3/COPYING
+debian/tmp/usr/share/doc/ecell3/INSTALL
+debian/tmp/usr/share/doc/ecell3/ChangeLog
+debian/tmp/usr/share/doc/ecell3/NEWS
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.docs
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.install
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.install (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.install 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,17 @@
+debian/tmp/usr/bin/ecell3-em2eml
+debian/tmp/usr/bin/ecell3-eml2em
+debian/tmp/usr/bin/ecell3-eml2sbml
+debian/tmp/usr/bin/ecell3-python
+debian/tmp/usr/bin/ecell3-sbml2eml
+debian/tmp/usr/bin/ecell3-session
+debian/tmp/usr/bin/ecell3-session-manager
+debian/tmp/usr/lib/libecs.so.*
+debian/tmp/usr/lib/libemc.so.*
+debian/tmp/usr/lib/ecell-3.2/dms
+debian/tmp/usr/share/doc/ecell3/samples
+debian/tmp/usr/lib/python2.6/dist-packages/E_Cell-*.egg-info
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/*.py*
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/*.so
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/ui/__init__.py*
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/analysis
+debian/tmp/usr/lib/python2.6/dist-packages/ecell/session_manager
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/ecell3.install
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/patches/01_distutils_install_layout.patch
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/patches/01_distutils_install_layout.patch (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/patches/01_distutils_install_layout.patch 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,27 @@
+diff -ur ecell-3.1.107~/ecell/frontend/model-editor/Makefile.am ecell-3.1.107/ecell/frontend/model-editor/Makefile.am
+--- ecell-3.1.107~/ecell/frontend/model-editor/Makefile.am 2009-04-30 05:56:48.000000000 +0900
++++ ecell-3.1.107/ecell/frontend/model-editor/Makefile.am 2009-06-26 13:54:48.037499775 +0900
+@@ -97,4 +97,4 @@
+ rm -rf build
+
+ install-exec-local:
+- $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) $(if $(DESTDIR),--root $(DESTDIR), )
++ $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) --install-layout=deb --no-compile -O0 $(if $(DESTDIR),--root $(DESTDIR), )
+diff -ur ecell-3.1.107~/ecell/frontend/session-monitor/Makefile.am ecell-3.1.107/ecell/frontend/session-monitor/Makefile.am
+--- ecell-3.1.107~/ecell/frontend/session-monitor/Makefile.am 2009-04-30 05:56:50.000000000 +0900
++++ ecell-3.1.107/ecell/frontend/session-monitor/Makefile.am 2009-06-26 13:54:52.829853254 +0900
+@@ -52,4 +52,4 @@
+ rm -rf build
+
+ install-exec-local:
+- $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) $(if $(DESTDIR),--root $(DESTDIR), )
++ $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) --install-layout=deb --no-compile -O0 $(if $(DESTDIR),--root $(DESTDIR), )
+diff -ur ecell-3.1.107~/ecell/pyecell/Makefile.am ecell-3.1.107/ecell/pyecell/Makefile.am
+--- ecell-3.1.107~/ecell/pyecell/Makefile.am 2009-04-30 05:56:55.000000000 +0900
++++ ecell-3.1.107/ecell/pyecell/Makefile.am 2009-06-26 13:54:28.079317075 +0900
+@@ -97,4 +97,4 @@
+ $(RM) -rf build
+
+ install-exec-local:
+- $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) $(if $(DESTDIR),--root $(DESTDIR), )
++ $(PYTHON_) setup.py install -f --prefix=$(PREFIX) --install-scripts=$(bindir) --install-layout=deb --no-compile -O0 $(if $(DESTDIR),--root $(DESTDIR), )
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/patches/01_distutils_install_layout.patch
___________________________________________________________________
Added: svn:mime-type
+ text/x-diff
Added: svn:eol-style
+ native
Added: ecell-build/trunk/pkg/deb/ubuntu.karmic/rules
===================================================================
--- ecell-build/trunk/pkg/deb/ubuntu.karmic/rules (rev 0)
+++ ecell-build/trunk/pkg/deb/ubuntu.karmic/rules 2010-02-11 04:19:44 UTC (rev 3821)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS = --docdir=/usr/share/doc/ecell3 \
+ --with-boost-python-libname=boost_python-mt
+
+makebuilddir/ecell3::
+ ./autogen.sh
+
+binary-install/ecell3::
+ dh_pysupport -i
Property changes on: ecell-build/trunk/pkg/deb/ubuntu.karmic/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|