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