1 |
thuban (1.0rc1-1) unstable; urgency=low |
2 |
|
3 |
* New upstream release |
4 |
* added gdal-support (Closes:#221645) |
5 |
|
6 |
-- Silke Reimer <[email protected]> Wed, 10 Sep 2003 10:19:05 +0200 |
7 |
|
8 |
thuban (0.9.0-1) unstable; urgency=low |
9 |
|
10 |
* New upstream release. |
11 |
* deleted first row in Thuban/UI/[tree|main].py, containing #!-statement |
12 |
since not necessary and leading to warning 'script-not-executable' |
13 |
|
14 |
-- Silke Reimer <[email protected]> Wed, 10 Sep 2003 10:19:05 +0200 |
15 |
|
16 |
thuban (0.8.1-2) unstable; urgency=low |
17 |
|
18 |
* all changes where necessary to be compliant with python 2.3. The last |
19 |
three changes where made to be able to run all unittests successfully. |
20 |
They doesn't effect the funcionality of thuban directly. |
21 |
* debian/rules: |
22 |
Removed hard-coded call to python2.2 since standard python is now |
23 |
python2.3., closes: #205853 |
24 |
* Change in extensions/pyshapelib/dbflib_wrap.c: |
25 |
After changing from python2.2 to python 2.3 PyMapping_Check doesn't work |
26 |
any more. So PySequence_Check has to be used instead |
27 |
* test/support.py: |
28 |
little change in class definition due to change to python2.3 |
29 |
* test/test_save.py: |
30 |
changed call of function say_eventlist. Causes an failure for |
31 |
'if 1:' otherwise |
32 |
* Thuban/Model/table.py: |
33 |
change of storage of dbf-filename, otherwise there is an failure in |
34 |
the unittests. |
35 |
* debian/control: |
36 |
- changed priority to 'extra' since proj has priority 'extra' and |
37 |
according to policy a package MUST NOT depend on packages with lower |
38 |
priority values |
39 |
- added missing dependency on python-xmlbase, closes: #206382 |
40 |
|
41 |
-- Silke Reimer <[email protected]> Wed, 20 Aug 2003 15:03:46 +0200 |
42 |
|
43 |
thuban (0.8.1-1) unstable; urgency=low |
44 |
|
45 |
* Initial Release. |
46 |
* Change in setup.py: Adjusted path to proj4 from /usr/local/ to /usr/ |
47 |
* setup.py: changed dir for Bitmaps since they have to placed in /usr/share |
48 |
* in Thuban/UI/resource.py: changed bitmapdir (the bitmap search path) |
49 |
to /usr/share/thuban/Resources/Bitmaps |
50 |
* in Thuban/Model/resource.py: changed projdir (the location for the default |
51 |
projections) to /usr/share/thuban/Resources/Projections |
52 |
* deleted first row in version.py and Model/range.py, containing #!-statement |
53 |
since not necessary and leading to warning 'script-not-executable' |
54 |
|
55 |
-- Silke Reimer <[email protected]> Mon, 21 Jul 2003 15:16:39 +0200 |
56 |
|