* changes need for jessie, migration to libxerces version 3
* web links in frontend changed: berlios does not exist anymore
This commit is contained in:
parent
2c22841697
commit
87a85d23d7
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,4 +1,5 @@
|
|||||||
python-damaris (0.15-0) experimental; urgency=low
|
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.
|
* [r760] src/data/DaFFT.py[DEL]: Removed deprecated DaFFT module.
|
||||||
This module is replaced by DamarisFFT,
|
This module is replaced by DamarisFFT,
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -2,7 +2,7 @@ Source: python-damaris
|
|||||||
Section: science
|
Section: science
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Achim Gaedke <Achim.Gaedke@physik.tu-darmstadt.de>
|
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
|
Standards-Version: 3.7.3
|
||||||
XS-Python-Version: current
|
XS-Python-Version: current
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ Package: python-damaris
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
XB-Python-Version: ${python:Versions}
|
XB-Python-Version: ${python:Versions}
|
||||||
Provides: ${python:Provides}, damaris-frontend
|
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
|
Recommends: damaris-backends, python-numpy-ext
|
||||||
Suggests: python-doc, python-tables-doc, python-numpy-doc
|
Suggests: python-doc, python-tables-doc, python-numpy-doc
|
||||||
Description: python frontend for DAMARIS project
|
Description: python frontend for DAMARIS project
|
||||||
|
@ -843,12 +843,12 @@ class DamarisGUI:
|
|||||||
|
|
||||||
self.doc_urls = {
|
self.doc_urls = {
|
||||||
"Python DAMARIS": None,
|
"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 ]),
|
"Python": "http://www.python.org/doc/%d.%d/" % (sys.version_info[ :2 ]),
|
||||||
"numpy/scipy": "http://docs.scipy.org/",
|
"numpy/scipy": "http://docs.scipy.org/",
|
||||||
"pytables": "http://www.pytables.org/docs/manual/",
|
"pytables": "http://www.pytables.org/docs/manual/",
|
||||||
"DAMARIS backends": None,
|
"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 ]) ):
|
if os.path.isdir( "/usr/share/doc/python%d.%d-doc/html" % (sys.version_info[ :2 ]) ):
|
||||||
|
Loading…
Reference in New Issue
Block a user