thuban (1.0rc1-1) unstable; urgency=low * New upstream release * added gdal-support (Closes:#221645) * New upstream versions solves also partly Bug#220295, i.e. listing also shapefiles with *.SHP in open dialog. -- Silke Reimer Wed, 10 Sep 2003 10:19:05 +0200 thuban (0.9.0-1) unstable; urgency=low * New upstream release. * deleted first row in Thuban/UI/[tree|main].py, containing #!-statement since not necessary and leading to warning 'script-not-executable' -- Silke Reimer Wed, 10 Sep 2003 10:19:05 +0200 thuban (0.8.1-2) unstable; urgency=low * all changes where necessary to be compliant with python 2.3. The last three changes where made to be able to run all unittests successfully. They doesn't effect the funcionality of thuban directly. * debian/rules: Removed hard-coded call to python2.2 since standard python is now python2.3., closes: #205853 * Change in extensions/pyshapelib/dbflib_wrap.c: After changing from python2.2 to python 2.3 PyMapping_Check doesn't work any more. So PySequence_Check has to be used instead * test/support.py: little change in class definition due to change to python2.3 * test/test_save.py: changed call of function say_eventlist. Causes an failure for 'if 1:' otherwise * Thuban/Model/table.py: change of storage of dbf-filename, otherwise there is an failure in the unittests. * debian/control: - changed priority to 'extra' since proj has priority 'extra' and according to policy a package MUST NOT depend on packages with lower priority values - added missing dependency on python-xmlbase, closes: #206382 -- Silke Reimer Wed, 20 Aug 2003 15:03:46 +0200 thuban (0.8.1-1) unstable; urgency=low * Initial Release. * Change in setup.py: Adjusted path to proj4 from /usr/local/ to /usr/ * setup.py: changed dir for Bitmaps since they have to placed in /usr/share * in Thuban/UI/resource.py: changed bitmapdir (the bitmap search path) to /usr/share/thuban/Resources/Bitmaps * in Thuban/Model/resource.py: changed projdir (the location for the default projections) to /usr/share/thuban/Resources/Projections * deleted first row in version.py and Model/range.py, containing #!-statement since not necessary and leading to warning 'script-not-executable' -- Silke Reimer Mon, 21 Jul 2003 15:16:39 +0200