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