debian/changelog update
[navit-package] / debian / changelog
1 navit (0.2.0~svn2865+dfsg.1-2) UNRELEASED; urgency=low
2
3   * Updated patch libgps-2.90-fix to cope both with libgps18 and libgps19
4   * debian/control: drop the versionned Build-Depends to libgps-dev
5
6  -- Gilles Filippini <pini@debian.org>  Thu, 07 Jan 2010 22:14:47 +0100
7
8 navit (0.2.0~svn2865+dfsg.1-1) unstable; urgency=low
9
10   [ Gilles Filippini ]
11   * New upstream snapshot:
12     + Default GUI switched to gui_internal
13     + gui_internal:
14       - Configurable menus
15       - New "back" command
16       - Select bookmark by name
17       - Keyboard highlighting configurable
18       - Switch to numeric keyboard for house numbers
19       - Improved OSD keyboard
20     + binding/dbus: add GUI bindings
21     + New vehicle type gpsd_dbus
22     + Improved searching
23   * debian/control:
24     + Update Maintainer with my new address @debian.org
25     + Remove DM-Upload-Allowed (no more needed)
26   * Remove patch default_to_gui_internal (no more needed) 
27   * Update patches:
28     + remove-ttf-liberation 
29     + remove-support 
30   * New patches:
31     + mg-unhandled-attr: [MG] workaround unhandled attributes introduced
32       by svn2827 and svn2844.
33     + revert-part-of-svn2859: revert part of svn2859 which leads to a null
34       pointer error.
35
36   [ Bernd Zeimetz ]
37   * Add a patch to support the new libgps (>= 2.90)
38     - Also bump the build-dependency on libgps-dev for that.
39     - Closes: #560253
40
41  -- Gilles Filippini <pini@debian.org>  Fri, 18 Dec 2009 22:48:27 +0100
42
43 navit (0.2.0~svn2755+dfsg.1-1) unstable; urgency=low
44
45   [ Gilles Filippini ]
46   * New upstream snapshot:
47     + Make osm2navit more modular and renamed to maptool
48     + Experimental support for Contraction Hierarchies routing
49     + New map type filter to filter other maps
50     + Map attributes are now setable
51     + New vehicle type: null
52     + Support for automatic day night switching
53     + gui_internal: new tool to show locale configuration
54     + Update python and dbus APIs
55     + navit.xml cleanup
56     + Translations update
57     + Bug fixes
58   * debian/control:
59     + Handle transition from osm2navit to maptool
60   * Rename and update debian/osm2navit.* to debian/maptool.*
61   * Remove patch mg-mmap (applied upstream)
62
63   [ Bernd Zeimetz ]
64   * Remove myself from uploaders. 
65
66  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 16 Nov 2009 16:13:00 +0100
67
68 navit (0.2.0~svn2663+dfsg.1-1) unstable; urgency=low
69
70   * New upstream snapshot:
71     + Vehicle profile switch
72     + Better handling of turn restrictions
73     + Big endian patch
74     + Accented characters on internal keyboard
75     + Updated translations
76     + Bug fixes
77   * Remove new android port from upstream source
78   * Remove new embedded libpng from upstream source
79   * Remove new embedded libespeak from upstream source
80   * Remove patches (applied upstream):
81     + moc_location
82     + endianness 
83   * New patches:
84     + remove-libpng: adapt to embedded libpng removal
85     + remove-espeak: adapt to embedded libespeak removal
86     + remove-support: no more need for a Makefile in navit/support
87     + mg-mmap: fix a significant memory link in mmap handling leading to a
88       segfault
89   * Update patches:
90     + default_to_gui_internal
91     + distclean_graphics_qt_qpainter
92     + remove-ezxml
93     + remove-glib
94     + remove-libmdb.diff
95     + remove-mini-libc
96     + remove-win32
97     + remove-wordexp
98     + remove-zlib
99   * debian/rules:
100     + Closes: 542284:
101       - Drop support for map/poi_geodownload: while this plugin could still be
102         used for MG POI files, there isn't any instruction about how to
103         configure it. BTW it has been reported to be quite slow.
104       - Drop support for binding/python: there isn't any piece of information
105         about the status / usage of this plugin.
106       - Remove unused .la files from plugins.
107   * debian/control:
108     + Standards-Version: bump to 3.8.3 (no change needed)
109     + Build-Depends:
110       - replace deprecated glutg3-dev with freeglut3-dev
111         (Closes: #543699).
112       - drop mdbtools-dev
113       - drop python-dev
114   * debian/README.source:
115     + Acknowledge android port and libpng removals from upstream source
116     + Remove versionning issue since it isn't needed anymore
117     + Remove endianness from TO-DOs 
118
119  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 12 Oct 2009 23:00:14 +0200
120
121 navit (0.1.1.0+dfsg.1-2) unstable; urgency=low
122
123   * debian/control: s/QT/Qt/g (Closes: 534783) 
124   * debian/patches/endianness: improve and test the patch on a Debian
125     sparc box with MG maps
126
127  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 28 Jun 2009 22:08:14 +0200
128
129 navit (0.1.1.0+dfsg.1-1) unstable; urgency=low
130
131   [ Gilles Filippini ]
132   * New upstream release:
133     + Release 0.1.1 = upstream svn2349
134     + Routing optionally asynchronous
135     + Housenumber search
136     + Experimental support for turn restrictions
137     + Experimental support for traffic distortions
138     + Support for map editing
139     + Bug fixes
140   * Remove patches (applied upstream):
141     + gui_internal_no_gtk2
142   * Activate libgarmin support 
143   * debian/copyright:
144     + Add missing copyright statement for files navit/map/garmin/*
145   * New patch:
146     + default_to_gui_internal: configure gui-internal as the default in
147       navit.xml 
148   * debian/README.source: refresh 
149   * Change versionning from 0.1.1.~svn to 0.1.1.0~svn to ease tagging via
150     git-buildpackage 
151   * Add a generated 32x32 xpm icon for Debian menu (Closes: #532374)
152   * debian/control:
153     + Build-Depends on imagemagick to generate the aforementionned xpm icon
154     + Navit target architecture limited to little-endians since mg plugin
155       isn't big-endian compatible yet
156     + Bump Standards-Version to 3.8.2 (no change needed)
157   * debian/navit-data.menu:
158     + Move navit Debian menu into the navit-data package
159     + Quote the icon field
160   * Upload to unstable
161
162   [ Bernd Zeimetz ]
163   * Set DM-Upload-Allowed: yes for Gilles Filippini.
164
165  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 23 Jun 2009 13:30:05 +0200
166
167 navit (0.1.1.~svn2246-1) experimental; urgency=low
168
169   [ Gilles Filippini ]
170   * New upstream snapshot: 
171     + Add horse and pedestrian vehicle profiles
172     + Enhance routing
173     + Remove deprecated graphics: cogl
174     + Fix typo in configure.in (Closes: #521815)
175     + Fix many compilation warnings
176   * debian/rules:
177     + Enable python binding
178     + --enable-avoid-float [armel] (Closes: #521809)
179     + Replace deprecated --disable-gypsy with --disable-vehicle-gypsy
180       (Closes: #521812)
181     + Force using rsvg-convert for svg2png conversions
182     + Remove unneeded ltmain.sh copy statement
183     + Remove no more needed navit/graphics/cogl cleansing
184   * debian/control:
185     + Build-Depends:
186       - python-dev 
187       - remove inkscape | kdebase-runtime | kdelibs4-dev to leave
188         librsvg2-bin only
189   * Refresh patches: mg-alignment, remove-* 
190   * Remove patches (applied upstream):
191     + clean_pngs
192     + mg-alignment
193   * New patches:
194     + endianness: to support big-endian architectures. 
195     + moc_location: force qt4 moc use when qt3 moc is in the way (thanks bzed).
196     + distclean_graphics_qt_qpainter: handle graphics_qt_qpainter.moc removal
197       during distclean.
198     + gui_internal_no_gtk2: remove gtk2 dependency to gui_internal.
199
200   [ Bernd Zeimetz ]
201   * debian/copyright:
202      -Adding missing copyright informations for files in navit/map/shapefile.
203
204  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 03 May 2009 10:30:39 +0200
205
206 navit (0.1.1.~svn2111-1) experimental; urgency=low
207
208   * New upstream snapshot:
209     + Remove deprecated guis: clutter, cegui, directfb.
210     + Remove deprecated graphics: directfb.
211   * Removed patch:
212     + remove-ttf-dejavu (deprecated).
213   * debian/rules: remove deprecated configure flags.
214   * debian/README.source: remove deprecated notes.
215   * debian/control: bumped policy to 3.8.1 (no change needed). 
216
217  -- Gilles Filippini <gilles.filippini@free.fr>  Thu, 12 Mar 2009 23:04:19 +0100
218
219 navit (0.1.1.~svn2086-1) experimental; urgency=low
220
221   * New upstream snapshot.
222   * Refresh patches.
223   * debian/copyright: remove copyrigths about removed files.
224
225  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 08 Mar 2009 22:37:45 +0100
226
227 navit (0.1.1.~svn2077-1) experimental; urgency=low
228
229   [ Gilles Filippini ]
230   * New upstream snapshot, first upload to Debian (Closes: #451561).
231   * debian/control:
232     + Prevent recursive dependency. Plugin packages should recommend navit
233       instead of depend. 
234     + Solved lintian error not-binnmuable-any-depends-any
235   * Removed patch hyphen-used-as-minus-sign (applied upstream)
236   * debian/changelog: targeting experimental
237
238   [ Bernd Zeimetz ]
239   * debian/rules:
240     - Remove .deps and .libs directories in clean target.
241
242  -- Gilles Filippini <gilles.filippini@free.fr>  Wed, 04 Mar 2009 13:33:58 +0100
243
244 navit (0.1.1.~svn2076-3) unstable; urgency=low
245
246   * Renamed graphics plugin packages: graphic -> graphics. 
247
248  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 02 Mar 2009 21:13:18 +0100
249
250 navit (0.1.1.~svn2076-2) unstable; urgency=low
251
252   * Dropped graphic plugins gd and sdl: they are currently broken at run-time. 
253   * One binary package per gui and grphic plugin.
254
255  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 02 Mar 2009 14:30:06 +0100
256
257 navit (0.1.1.~svn2076-1) unstable; urgency=low
258
259   * New upstream snapshot
260   * Reverted mg-alignment patch to the very strict minimum (tested on armel
261     with "echo 4 > proc/cpu/alignment").
262
263  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 01 Mar 2009 23:05:42 +0100
264
265 navit (0.1.1.~svn2067-2) unstable; urgency=low
266
267   * New patch:
268     + mg-alignment: alignement fix for the MG plugin.
269
270  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 24 Feb 2009 00:43:20 +0100
271
272 navit (0.1.1.~svn2067-1) unstable; urgency=low
273
274   * New upstream snapshot
275   * Lintian clean:
276     + debian/watch (new)
277     + debian/patches/*: added a comment header
278     + debian/control:
279       - Build-Depends: debhelper (>= 0.7)
280     + new patch hyphen-used-as-minus-sign to escape minus signs in
281       man/osm2navit.1
282     + debian/navit.docs: removed ChangeLog (not a real one)
283   * debian/README.source: updated
284
285  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 23 Feb 2009 15:12:10 +0100
286
287 navit (0.1.1.~svn2062-2) unstable; urgency=low
288
289   * Removed navit init.d script which issued 'echo 2 > /proc/cpu/alignment'
290     at boot time on ARM processors: the code with broken alignment has to be
291     fixed.
292   * Moved osm2navit to its own binary package.
293   * Reworked debian/ files to let dh do its work when possible.
294
295  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 23 Feb 2009 01:18:27 +0100
296
297 navit (0.1.1.~svn2062-1) unstable; urgency=low
298
299   [ Gilles Filippini ]
300   * Removed from upstream tree (not used):
301     + navit/graphics/win32/*
302     + navit/gui/cegui/datafiles/fonts/*
303     + navit/gui/win32/*
304     + navit/script/*
305     + navit/support/*
306     + navit/tools/*
307   * New patches:
308     + remove-ezxml
309     + remove-zlib
310     + remove-win32
311     + remove-wordexp
312     + remove-ttf-dejavu
313   * debian/copyright:
314     + Acknowledge bzed copyright for 2009
315   * debian/README.source
316     + Updated TO-DO and ISSUES accordingly
317     + Acknowledged navit trac ticket #303
318   * debian/rules:
319     + Backported part of my cdbs debian/rules file
320     + The menu file is handled by debhelper
321     + Fixed debian/rules to prevent ./configure running twice
322
323   [ Bernd Zeimetz ]
324   * New upstream snapshot
325   * removing non-existing files from debian/copyright
326   * Spliting -data package from the single one.
327   * Dropping CDBS in favor of a useful rules file. Switching back to my
328     original rules file, also including some (yet untested) lines to
329     move arch-indep. content into navit-data.
330
331  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 22 Feb 2009 15:34:42 +0100
332
333 navit (0.1.1.~svn2051-4) unstable; urgency=low
334
335   * Removed glib from upstream (not needed).
336   * Removed mini libc from upstream (no copyright statement; not used).
337   * Enabled qt painter support
338   * Enabled libgd support
339   * Enabled postgresql support for osm2navit
340   * debian/README.source:
341     + ezxml license (MIT)
342     + glib removal
343     + mini libc removal
344     + updated TO-DOs
345   * debian/control:
346     + Depends: added libdbus-glib-1-dev, libgd2-xpm-dev, libqt4-dev, libpq-dev
347   * debian/rules:
348     + configure: --enable-graphics-gd --disable-binding-python (broken)
349   * New Patches:
350     + remove-glib
351     + remove-mini-libc
352
353  -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 21 Feb 2009 22:31:33 +0100
354
355 navit (0.1.1.~svn2051-3) unstable; urgency=low
356
357   * Removed navit/fonts from upstream branch since ttf-liberation is in
358     Debian.
359   * debian/control:
360     + Build-Depends:
361       - added cvs, automake, mdbtools-dev, libfreetype6-dev,
362         libfontconfig1-dev, ttf-liberation, libhildon-1-dev
363       - removed libgarmin-dev, libcegui-mk2-dev
364   * debian/README.source:
365     + Updated TO-DOs
366
367  -- Gilles Filippini <gilles.filippini@free.fr>  Fri, 20 Feb 2009 21:26:56 +0100
368
369 navit (0.1.1.~svn2051-2) unstable; urgency=low
370
371   * debian/README.source:
372     + added a section do deal with svn/git handling of the source package.
373     + pasted the quilt README.source to explain how to modify the upstream
374       source code
375     + (required by policy 3.8.0, ยง4.14). 
376
377  -- Gilles Filippini <gilles.filippini@free.fr>  Wed, 18 Feb 2009 21:23:53 +0100
378
379 navit (0.1.1.~svn2051-1) unstable; urgency=low
380
381   * New upstream snapshot.
382
383   * Moved the packaging on alioth and merged there with bzed's package:
384     + debian/copyright: added bzed
385     + debian/control:
386       - Section: moved to misc
387       - Depends:
388         . Removed librsvg2-common (unused)
389         . Moved gpsd to Recommends:
390       - Description:
391         . Merged short description with bzed's
392         . Typo: It's -> Its
393       - Added git related stanzas
394     + debian/rules:
395       - Merged configure flags with bzed's
396       - Removed get-orig-source (not needed anymore)
397       - Updated to run autogen.sh
398     + patches:
399       - Added remove-libmdb.diff from bzed
400       - Removed clean_pngs.autoreconf: not used anymore
401
402  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 17 Feb 2009 23:44:23 +0100
403
404 navit (0.1.1.~svn2032-1) unstable; urgency=low
405
406   * New upstream release.
407
408   * debian/rules:
409     + Switched to CDBS
410   * debian/copyright:
411     + Reworked to conform to revision 437 of CopyrightFormat proposal
412       available at http://wiki.debian.org/Proposals/CopyrightFormat
413   * debian/README.source:
414     + New file to keep track of packaging related issues 
415   * debian/control:
416     + Set myself as the maintainer
417     + Bumped standard version to 3.8.0
418     + Depends:
419       - Added cdbs, quilt, libsdl-image1.2-dev
420       - Replaced kdelibs4-dev with (librsvg2-bin|inkscape|kdebase-runtime|
421         kdelibs4-dev) to provides at least one of the svg to png converter
422         looked for by ./configure.in
423   * debian/changelog:
424     + Temporary change of the versioning scheme since I started erromeously
425       with 0.1.1+svnNNNN instead of 0.1.1~svnNNNN. I've added an extra dot
426       (0.1.1.~svnNNNN) until 0.1.1 is released.
427   * debian/navit.pl: removed since unused
428   * debian/navit.init:
429     + issues 'echo 2 > /proc/cpu/alignment' at boot time
430   * Patches:
431     + clean_pngs: remove generated png files during distclean-local so that
432       the package can afford two builds in a row.
433     + clean_pngs.autoreconf: modified Makefile.in from clean_pngs patch
434
435  -- Gilles Filippini <gilles.filippini@free.fr>  Fri, 13 Feb 2009 01:50:54 +0100
436
437 navit (0.1.1+svn2023-1) unstable; urgency=low
438
439   * New upstream snapshot
440   * debian/control: Depends: added libtool
441   * debian/rules:
442     + copy ltmain.sh from libtool
443     * tweak the targets so that several builds in a row succeed 
444
445  -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 07 Feb 2009 12:07:03 +0100
446
447 navit (0.1.1+svn1966-1) unstable; urgency=low
448
449   * New upstream snapshot 
450   * debian/rules: CFLAGS: removed -g 
451   * debian/control: Depends: added autotools-dev, cvs
452
453  -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 24 Jan 2009 14:51:21 +0100
454
455 navit (0.1.1+svn1873-1) unstable; urgency=low
456
457   * New upstream snapshot 
458   * debian/rules:
459     + Added configure option --enable-svg2png-scaling-flag="8 16 32 48 96" to
460       enable country flag icons.
461   * debian/control:
462     + Build-Depends: kdelibs4-dev to enable country flag SVGs conversion to
463       PNG files. 
464
465  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 30 Dec 2008 00:00:07 +0100
466
467 navit (0.1.1+svn1865-1) unstable; urgency=low
468
469   * New upstream snapshot 
470   * Rearranged source package to match the standard with a orig.tar.gz
471     pristine source tree and a diff.gz debian patch. 
472
473  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 29 Dec 2008 11:12:02 +0100
474
475 navit (0.1.1+svn1863-1) unstable; urgency=low
476
477   * New upstream snapshot 
478   * debian/control:
479     + Depends: librsvg2-common 
480
481  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 28 Dec 2008 21:52:39 +0100
482
483 navit (0.1.0+svn1857-1) unstable; urgency=low
484
485   * New upstream snapshot 
486
487  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 28 Dec 2008 11:42:04 +0100
488
489 navit (0.1.0+svn1843-1) unstable; urgency=low
490
491   * New upstream snapshot
492   * Removed the navit.pl wrapper script which is too specific for openmoko.
493   * debian/control:
494     + removed gdsd version reference to enable fso-gpsd 
495
496  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 23 Dec 2008 00:52:01 +0100
497
498 navit (0.0.4+svn1229-3) unstable; urgency=low
499
500   * fixed a small bug in navit.pl: delete LC_ALL from the environment, instead
501     of only undefining it.
502
503  -- Carsten Wolff <carsten@yet-another-geek.org>  Sat, 25 Oct 2008 21:07:46 +0200
504
505 navit (0.0.4+svn1229-2) unstable; urgency=low
506
507   * Added new startup script. This script will:
508     - check, if gpsd is running and try to start it
509     - if it fails, it will run dpkg-reconfigure gpsd
510     - check, if a navit.xml exists in the user's home
511     - if not, create one and download an osm map, the user selects from a list
512
513  -- Carsten Wolff <carsten@yet-another-geek.org>  Thu,  6 Sep 2008 18:30:23 +0200
514
515 navit (0.0.4+svn1229-1) unstable; urgency=low
516
517   * New upstream snapshot
518
519  -- Carsten Wolff <carsten@yet-another-geek.org>  Thu, 24 Jul 2008 00:25:53 +0200
520
521 navit (0.0.4+svn1205-1) unstable; urgency=low
522
523   * New upstream snapshot
524   * enabled garmin map support
525
526  -- Carsten Wolff <carsten@yet-another-geek.org>  Sat, 12 Jul 2008 17:43:36 +0200
527
528 navit (0.0.4+cvs20080525-2) unstable; urgency=low
529
530   * put a wrapper in place of the navit binary to take care of setting the
531     right environment for navit
532
533  -- Carsten Wolff <carsten@yet-another-geek.org>  Mon, 26 May 2008 19:02:13 +0200
534
535 navit (0.0.4+cvs20080525-1) unstable; urgency=low
536
537   * New cvs version
538
539  -- Carsten Wolff <carsten@yet-another-geek.org>  Mon, 26 May 2008 14:58:50 +0200
540
541 navit (0.0.4+cvs20080419-1) unstable; urgency=low
542
543   * todays CVS version
544   * added some dependencies
545
546  -- Carsten Wolff <carsten@yet-another-geek.org>  Sat, 19 Apr 2008 18:37:24 +0200
547
548 navit (0.0.4+cvs20080418-1) unstable; urgency=low
549
550   * Initial release
551
552  -- Carsten Wolff <carsten@yet-another-geek.org>  Fri, 18 Apr 2008 23:28:24 +0200
553