I build new repositories based on the ubuntu release.
The old ones are no more valid : change to new ones as soon as possible if you want to have new versions of zyGrib
You should get a message inviting you to update your sources.list; it is possible that it break the package, just uninstall it, modify your sources.list with the new repository and reinstall zyGrib...NOUVEAU - NEW
Repositories with name of ubuntu releaseHardy - 8.04 LTS (qt 4.4) till end of support 2011.04 (may work for 8.10)
Karmic - 9.10 (qt4.5) till end of support 2011.04 (should work for 9.04)
Lucid - 10.04 LTS (qt4.6) till end of support 2013.04 (if I do not abandon before

)
Code:
deb http://doc.hausser.ch/debpackages ubuntu-dha [version]
replace [version] by
hardy or
karmic or
lucidGPG key * Avec - With sudo:
Code:
wget http://doc.hausser.ch/debpackages/dha-debpackages.key -O - | sudo apt-key add -
* Sans - Without sudo:
Code:
su root
wget http://doc.hausser.ch/debpackages/dha-debpackages.key -O - | apt-key add -
(last update : 22/04/2010 - 23:50)