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