* changes need for jessie, migration to libxerces version 3

* web links in frontend changed: berlios does not exist anymore
This commit is contained in:
Markus Rosenstihl 2015-02-04 09:11:24 +00:00
parent 2c22841697
commit 87a85d23d7
3 changed files with 5 additions and 4 deletions

1
debian/changelog vendored
View File

@ -1,4 +1,5 @@
python-damaris (0.15-0) experimental; urgency=low
* [r762] added proper homepage and documentation links
* [r760] src/data/DaFFT.py[DEL]: Removed deprecated DaFFT module.
This module is replaced by DamarisFFT,

4
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: python-damaris
Section: science
Priority: optional
Maintainer: Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>
Build-Depends: debhelper, python-dev, python-central, dpkg-dev
Build-Depends: debhelper, python-dev, python-central|dh-python, dpkg-dev
Standards-Version: 3.7.3
XS-Python-Version: current
@ -10,7 +10,7 @@ Package: python-damaris
Architecture: all
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}, damaris-frontend
Depends: ${python:Depends}, python-numpy (>=1.0), python-scipy, python-gtk2 (>=2.8.0), python-glade2, python-matplotlib (>=0.90), python-tables (>=1.3.2), lzop
Depends: ${python:Depends}, python-numpy (>=1.0), python-scipy, python-gtk2 (>=2.8.0), python-glade2, python-matplotlib (>=0.90), python-tables (>=1.3.2), lzop, python-xdg
Recommends: damaris-backends, python-numpy-ext
Suggests: python-doc, python-tables-doc, python-numpy-doc
Description: python frontend for DAMARIS project

View File

@ -843,12 +843,12 @@ class DamarisGUI:
self.doc_urls = {
"Python DAMARIS": None,
"DAMARIS Homepage": "http://damaris.berlios.de/",
"DAMARIS Homepage": "http://element.fkp.physik.tu-darmstadt.de/damaris_cms",
"Python": "http://www.python.org/doc/%d.%d/" % (sys.version_info[ :2 ]),
"numpy/scipy": "http://docs.scipy.org/",
"pytables": "http://www.pytables.org/docs/manual/",
"DAMARIS backends": None,
"DAMARIS Repository": "http://svn.berlios.de/viewvc/damaris"
"DAMARIS Repository": "https://element.fkp.physik.tu-darmstadt.de/damaris_trac/browser/damaris"
}
if os.path.isdir( "/usr/share/doc/python%d.%d-doc/html" % (sys.version_info[ :2 ]) ):