From 87a85d23d7e4c0ca4262ebdda7ade9dd947b8548 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Wed, 4 Feb 2015 09:11:24 +0000 Subject: [PATCH] * changes need for jessie, migration to libxerces version 3 * web links in frontend changed: berlios does not exist anymore --- debian/changelog | 1 + debian/control | 4 ++-- src/gui/DamarisGUI.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index da21c73..19e59f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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, diff --git a/debian/control b/debian/control index 8f0b722..c63b95b 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-damaris Section: science Priority: optional Maintainer: Achim Gaedke -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 diff --git a/src/gui/DamarisGUI.py b/src/gui/DamarisGUI.py index e810a47..086755e 100644 --- a/src/gui/DamarisGUI.py +++ b/src/gui/DamarisGUI.py @@ -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 ]) ):