File: changelog

package info (click to toggle)
thuban 1.2.2-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,176 kB
  • ctags: 6,236
  • sloc: python: 30,410; ansic: 6,181; xml: 4,234; cpp: 1,595; makefile: 143
file content (299 lines) | stat: -rw-r--r-- 10,692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
thuban (1.2.2-11) unstable; urgency=medium

  * Enable bindnow hardening buildflags.
  * Bump Standards-Version 3.9.8, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Thu, 05 May 2016 16:59:32 +0200

thuban (1.2.2-10) unstable; urgency=medium

  * Update Vcs-Git URL to use HTTPS.
  * Add patch for 'occurred' typo.
  * Bump Standards-Version to 3.9.7, no changes.

 -- Bas Couwenberg <sebastic@debian.org>  Wed, 02 Mar 2016 21:23:35 +0100

thuban (1.2.2-9) unstable; urgency=medium

  * Fix typo in long description.
    (closes: #803538)

 -- Bas Couwenberg <sebastic@debian.org>  Sat, 31 Oct 2015 09:55:10 +0100

thuban (1.2.2-8) unstable; urgency=medium

  * Update Vcs-Browser URL to use HTTPS.
  * Use multi-line uscan options in watch file.
  * Update copyright file, drop .0 from GPL license shortnames.
  * Rebuild for gdal transition.

 -- Bas Couwenberg <sebastic@debian.org>  Tue, 25 Aug 2015 18:56:32 +0200

thuban (1.2.2-7) unstable; urgency=medium

  * Set the date embedded in man pages to the changelog date for
    reproducible builds. (closes: #788722)
  * Update my email to @debian.org address.
  * Update Vcs-Browser URL to use cgit instead of gitweb.
  * Bump Standards-Version to 3.9.6, no changes.
  * Add gbp.conf to use pristine-tar by default.

 -- Bas Couwenberg <sebastic@debian.org>  Sun, 14 Jun 2015 16:32:38 +0200

thuban (1.2.2-6) unstable; urgency=medium

  * Apply patch by Olly Betts to use wxWidgets 3.0 -
    drop wxpython.patch, add wxpython3.0.patch.
    (closes: #757299)
  * Drop lintian override for debian-watch-may-check-gpg-signature,
    shouldn't override pedantic tags.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Tue, 19 Aug 2014 23:58:54 +0200

thuban (1.2.2-5) unstable; urgency=low

  * Bump Standards-Version to 3.9.5, no changes required.
  * Add Breaks/Replaces for thuban-doc.
    (closes: #734905)
  * Add lintian override for debian-watch-may-check-gpg-signature,
    upstream doesn't provide signatures for verification.

 -- Bas Couwenberg <sebastic@xs4all.nl>  Sat, 11 Jan 2014 02:06:14 +0100

thuban (1.2.2-4) unstable; urgency=low

  [ Bas Couwenberg ]
  * Add myself to Uploaders.
  * Bump dephelper compatibility to 9.
  * Use canonical URLs for Vcs-* fields.
  * Refresh patch and add headers for:
    - locale.patch
    - setup.patch
    - bitmappath.patch
    - wxpython.patch
    - gdal.patch
  * Improve short description to not start with article.
  * Use minimal dh rules with python2.
  * Move documentation into its own thuban-doc package.
  * List missing files after install.
  * Update watch file, handle common mistakes.
  * Update python build dependencies: remove python-support, replace python-dev
    with python-all-dev (>= 2.6.6-3~).
  * Update files to install for thuban package.
  * Update copyright file using copyright-format 1.0.
  * Build depend on python-psycopg2 instead of its virtual package.
  * Bump Standards-Version to 3.9.4, changes: minimal dh rules, Vcs-* fields,
    copyright.
  * Convert thuban man page to Docbook XML.
  * Add man page for create_epsg.
  * Change priority to optional.


  [ Francesco Paolo Lovergine ]
  * Moved to libgdal-dev b-d.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 12 Dec 2013 11:45:39 +0100

thuban (1.2.2-3) unstable; urgency=low

  * Rebuilding with current wxpython level.
    (closes: #647147)
  * Moved repository to git.
  * Changed Vcs-* fields in debian/control.
  * Moved to source format 3.0, with quilt.
  * Policy bumped to 3.9.2.
  * Debhelper bumped to 8.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 03 Nov 2011 16:55:09 +0100

thuban (1.2.2-2) unstable; urgency=low

  * Removed python-xmlbase build-dep and dep, because available in python >= 2.4
  * Policy updated to 3.8.4 (no changes).
  * Added ${misc:Depends} dependency to thuban pkg. 
  * Removed Apps prefix in debian/doc-base.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 04 Feb 2010 16:00:51 +0100

thuban (1.2.2-1) unstable; urgency=low

  * New upstream release.
  * Added Vcs-* fields to debian/control.
  * Now policy bumped to 3.8.3.
  * Missing dh_prep call added.
  * First upload to unstable to obsolete the old release. 

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 21 Oct 2009 12:04:54 +0200

thuban (1.2.1+svn2877-1) experimental; urgency=low

  * New upstream SVN snapshot.
  * Moved to wxwidget 2.8 instead of the obsolete 2.6 
  * Updated patchset.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 26 May 2009 22:38:16 +0200

thuban (1.2.1-1) unstable; urgency=low

  [ Paul Wise ]

  * Switch to the new Homepage field

  [ Francesco Paolo Lovergine ]

  * New upstream release. Still better using wxwidget 2.6.
    (closes: #352844)
  * Policy bumped to 3.8.1.
  * Removed Silke among Uploaders.
    (closes: #519385)
  * Changed build-dep: proj -> libproj-dev
  * Fixed watch file.
  * Added wxpython patch to select explicitly 2.6 version at run-time.
  * Added gdal patch to use osgeo namespace for gdal/ogr. Still one
    warning is issued anyway at run-time.
  * Added recommended: python-mapscript for mapserver extension.
  * Debhelper level set to 7.
  * Revised against python policy: now supports only private modules
    for the default python version at build-time.
    (closes: #520573) 
  * Removed create_espg script in /usr/bin.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 31 Mar 2009 10:58:23 +0200

thuban (1.2.0-2) unstable; urgency=low

  [ Francesco Paolo Lovergine ]
  * Added build-dep from docbook-xml.
    (closes: #422471)

  [ Paul Wise ]
  * Move menu item to Applications/Science/Geoscience (menu transition)

 -- Paul Wise <pabs@debian.org>  Wed, 11 Jul 2007 10:19:35 +1000

thuban (1.2.0-1) unstable; urgency=low

  * New upstream release.
  * Patchset updated.
  * Policy bumped to 3.7.2 (no changes).
  * Updated for current Python Policy by using python-support.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Sat,  7 Apr 2007 21:03:28 +0200

thuban (1.1.0-1) experimental; urgency=low

  * New upstream release
    - Drop gdalwarp.cpp patch, no longer applies
    - Drop de.po patch, no longer useful
  * Build with and use wxWidgets 2.6, which supports GTK 2
  * SWIG hack to be removed when wxWidgets includes wxPython.h (#326440)
  * Move bitmappath.patch into a dpatch (wasn't being applied)
  * Actually install the manual page
  * Use debian/compat instead of DH_COMPAT
  * Remove nostrip checking, dh_strip does that
  * Actually pass CFLAGS to setup.py
  * Always use -Wall -g in CFLAGS
  * Check for noopt and use -O0, otherwise use -O2
  * Remove extraneous whitespace and comments in debian/rules
  * Revamp debian/copyright information, inc. FSF address update
  * Install create_epsg.py into the package
  * Build and install the English and German manuals
  * Ship the NEWS file, don't ship an extra copy of the dtd
  * Some minor debian/ cleanups

 -- Paul Wise <pabs3@bonedaddy.net>  Mon, 27 Mar 2006 15:41:11 +0800

thuban (1.0.1-1) unstable; urgency=high

  [ Francesco Paolo Lovergine ]

  * New upstream release.
    (closes: #288077, #307758, #313843)
  * Changed upstream to DebianGis Team. Silke and me added as uploaders.
  * Urgency due to brokeness of the package in sid.
  * Added home page URL to long description.
  * Changed build-dep to reflect current ones in sid:
  	libgdal1-1.3.1-dev
        python-wxgtk2.4
        wx2.4-headers
    (closes: #334219)
  * Added gdal-bin dependency
    (closes: #328239)
  * Moved to dpatch support and removed basic cdbs patchsys.
    (The rules file used dh_rules directly, anyway)
    Imported the two previuos patches.
  * Added gdalwarp.cpp.dpatch patch (still to be merged upstream)
    (closes: #298403)
  * Patched po/de.po with de.po.dpatch.
    (closes: #313843)
  * dh_installmanpages is obsolete -> dh_installman
  * Removing build-time .mo files during clean

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed,  1 Feb 2006 20:02:40 +0100

thuban (1.0.0-1) unstable; urgency=low

  * New upstream release (Closes:#234975)
  * added build-dep from cbds for patching thuban
  * added multilanguage support

 -- Silke Reimer <silke@intevation.net>  Wed, 28 Jan 2004 12:47:34 +0100

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 <silke@intevation.net>  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 <silke@intevation.net>  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 <silke@intevation.net>  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 <silke@intevation.net>  Mon, 21 Jul 2003 15:16:39 +0200