Debian Lenny deb-package obspy.neries

Hi all,

I just noticed that there was a problem with the debian package for
obspy.neries. It most likely was not working because the 'python-suds'
package (being a dependency) relies on a more recent version of
'python-support' than is available in the official lenny repository.
This package has to be updated via the lenny backports repository.

Long story short:
For Debian Lenny add the following line to /etc/apt/sources.list:

deb http://backports.debian.org/debian-backports lenny-backports main

Then do (as root!):

aptitude update
aptitude install python-support -t lenny-backports
aptitude install python-obspy

This should fix the installation of obspy.neries.

best,
Tobias