[med-svn] r8224 - in trunk/packages/ecell/trunk: . debian
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Wed Oct 19 20:05:29 UTC 2011
Author: alteholz-guest
Date: 2011-10-19 20:05:29 +0000 (Wed, 19 Oct 2011)
New Revision: 8224
Added:
trunk/packages/ecell/trunk/README.status
Removed:
trunk/packages/ecell/trunk/README
Modified:
trunk/packages/ecell/trunk/debian/changelog
trunk/packages/ecell/trunk/debian/control
trunk/packages/ecell/trunk/debian/rules
Log:
get-orig-source added and new version prepared
Deleted: trunk/packages/ecell/trunk/README
===================================================================
--- trunk/packages/ecell/trunk/README 2011-10-19 20:04:55 UTC (rev 8223)
+++ trunk/packages/ecell/trunk/README 2011-10-19 20:05:29 UTC (rev 8224)
@@ -1,3 +0,0 @@
-Work on this project was started by Steffen Möller but has stalled.
-Feel free to take it over.
-
Added: trunk/packages/ecell/trunk/README.status
===================================================================
--- trunk/packages/ecell/trunk/README.status (rev 0)
+++ trunk/packages/ecell/trunk/README.status 2011-10-19 20:05:29 UTC (rev 8224)
@@ -0,0 +1,6 @@
+---
+Format: 1
+Status: draft
+Comment: >
+ Work on this project was started by Steffen Möller but has stalled.
+ Feel free to take it over.
Modified: trunk/packages/ecell/trunk/debian/changelog
===================================================================
--- trunk/packages/ecell/trunk/debian/changelog 2011-10-19 20:04:55 UTC (rev 8223)
+++ trunk/packages/ecell/trunk/debian/changelog 2011-10-19 20:05:29 UTC (rev 8224)
@@ -1,3 +1,15 @@
+ecell (3.2.2-1) UNRELEASED; urgency=low
+
+ * TODO: check dependencies:
+ - is it correct to replace python2.2-xmlbase by python?
+ - is it correct to replace python2.2-numeric by python-numpy?
+
+ [ Thorsten Alteholz ]
+ * new upstream version
+ * debian/control: dependencies changed
+
+ -- DMPT <debian-med-packaging at lists.alioth.debian.org> Wed, 19 Oct 2011 18:00:00 +0200
+
ecell (3.1.100-2) UNRELEASED; urgency=low
[Charles Plessy]
Modified: trunk/packages/ecell/trunk/debian/control
===================================================================
--- trunk/packages/ecell/trunk/debian/control 2011-10-19 20:04:55 UTC (rev 8223)
+++ trunk/packages/ecell/trunk/debian/control 2011-10-19 20:05:29 UTC (rev 8224)
@@ -2,12 +2,12 @@
Section: science
Priority: optional
Maintainer: Steffen Moeller <moeller at pzr.uni-rostock.de>
-Build-Depends: debhelper (>= 4.0.0), python2.2-numeric, python2.2-xmlbase, python2.2-dev, python2.2-gtk2, python2.2-glade2, g++ (>= 3.3), libgsl0-dev, libboost-python-dev, automake1.8, autoconf, libtool, python2.2-gnome2, expect, doxygen, graphviz, docbook-utils, gs, docbook-to-man
+Build-Depends: debhelper (>= 4.0.0), python-numpy, python-dev, python-gtk2, python-glade2, g++ (>= 3.3), libgsl0-dev, libboost-python-dev, automake, autoconf, libtool, python-gnome2, expect, doxygen, graphviz, docbook-utils, gs, docbook-to-man
Standards-Version: 3.6.0
Package: ecell
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgsl0, libgnome2-0, python2.2-numeric, python2.2-xmlbase, python2.2-glade2
+Depends: ${shlibs:Depends}, ${misc:Depends}, libgsl0, libgnome2-0, python-numpy, python-glade2
Description: Concept and environment for constructing virtual cells on computers
The E-Cell Project is an international research project aiming at
developing necessary theoretical supports, technologies and software
Modified: trunk/packages/ecell/trunk/debian/rules
===================================================================
--- trunk/packages/ecell/trunk/debian/rules 2011-10-19 20:04:55 UTC (rev 8223)
+++ trunk/packages/ecell/trunk/debian/rules 2011-10-19 20:05:29 UTC (rev 8224)
@@ -148,3 +148,8 @@
binary: binary-arch binary-indep
.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --destdir=../tarballs
+
More information about the debian-med-commit
mailing list