debian/changelog update.
[navit-package] / debian / changelog
1 navit (0.1.1.~svn2175-1) UNRELEASED; urgency=low
2
3   * New upstream snapshot: 
4     + Remove deprecated graphics: cogl.
5   * debian/rules:
6     + Enable python binding
7     + --enable-avoid-float [armel] (Closes: #521809)
8     + Replace deprecated --disable-gypsy with --disable-vehicle-gypsy
9       (Closes: #521812)
10   * debian/control:
11     + Build-Depends: python-dev 
12   * Refresh patches: mg-alignment, remove-* 
13   * Remove patch: clean_pngs (applied upstream)
14   * New patches:
15     + endianness: to support big-endian architectures. 
16     + moc_location: force qt4 moc use when qt3 moc is in the way (thanks bzed).
17     + distclean_graphics_qt_qpainter: handle graphics_qt_qpainter.moc removal
18       during distclean.
19
20  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 30 Mar 2009 17:49:18 +0200
21
22 navit (0.1.1.~svn2111-1) experimental; urgency=low
23
24   * New upstream snapshot:
25     + Remove deprecated guis: clutter, cegui, directfb.
26     + Remove deprecated graphics: directfb.
27   * Removed patch:
28     + remove-ttf-dejavu (deprecated).
29   * debian/rules: remove deprecated configure flags.
30   * debian/README.source: remove deprecated notes.
31   * debian/control: bumped policy to 3.8.1 (no change needed). 
32
33  -- Gilles Filippini <gilles.filippini@free.fr>  Thu, 12 Mar 2009 23:04:19 +0100
34
35 navit (0.1.1.~svn2086-1) experimental; urgency=low
36
37   * New upstream snapshot.
38   * Refresh patches.
39   * debian/copyright: remove copyrigths about removed files.
40
41  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 08 Mar 2009 22:37:45 +0100
42
43 navit (0.1.1.~svn2077-1) experimental; urgency=low
44
45   [ Gilles Filippini ]
46   * New upstream snapshot, first upload to Debian (Closes: #451561).
47   * debian/control:
48     + Prevent recursive dependency. Plugin packages should recommend navit
49       instead of depend. 
50     + Solved lintian error not-binnmuable-any-depends-any
51   * Removed patch hyphen-used-as-minus-sign (applied upstream)
52   * debian/changelog: targeting experimental
53
54   [ Bernd Zeimetz ]
55   * debian/rules:
56     - Remove .deps and .libs directories in clean target.
57
58  -- Gilles Filippini <gilles.filippini@free.fr>  Wed, 04 Mar 2009 13:33:58 +0100
59
60 navit (0.1.1.~svn2076-3) unstable; urgency=low
61
62   * Renamed graphics plugin packages: graphic -> graphics. 
63
64  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 02 Mar 2009 21:13:18 +0100
65
66 navit (0.1.1.~svn2076-2) unstable; urgency=low
67
68   * Dropped graphic plugins gd and sdl: they are currently broken at run-time. 
69   * One binary package per gui and grphic plugin.
70
71  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 02 Mar 2009 14:30:06 +0100
72
73 navit (0.1.1.~svn2076-1) unstable; urgency=low
74
75   * New upstream snapshot
76   * Reverted mg-alignment patch to the very strict minimum (tested on armel
77     with "echo 4 > proc/cpu/alignment").
78
79  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 01 Mar 2009 23:05:42 +0100
80
81 navit (0.1.1.~svn2067-2) unstable; urgency=low
82
83   * New patch:
84     + mg-alignment: alignement fix for the MG plugin.
85
86  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 24 Feb 2009 00:43:20 +0100
87
88 navit (0.1.1.~svn2067-1) unstable; urgency=low
89
90   * New upstream snapshot
91   * Lintian clean:
92     + debian/watch (new)
93     + debian/patches/*: added a comment header
94     + debian/control:
95       - Build-Depends: debhelper (>= 0.7)
96     + new patch hyphen-used-as-minus-sign to escape minus signs in
97       man/osm2navit.1
98     + debian/navit.docs: removed ChangeLog (not a real one)
99   * debian/README.source: updated
100
101  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 23 Feb 2009 15:12:10 +0100
102
103 navit (0.1.1.~svn2062-2) unstable; urgency=low
104
105   * Removed navit init.d script which issued 'echo 2 > /proc/cpu/alignment'
106     at boot time on ARM processors: the code with broken alignment has to be
107     fixed.
108   * Moved osm2navit to its own binary package.
109   * Reworked debian/ files to let dh do its work when possible.
110
111  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 23 Feb 2009 01:18:27 +0100
112
113 navit (0.1.1.~svn2062-1) unstable; urgency=low
114
115   [ Gilles Filippini ]
116   * Removed from upstream tree (not used):
117     + navit/graphics/win32/*
118     + navit/gui/cegui/datafiles/fonts/*
119     + navit/gui/win32/*
120     + navit/script/*
121     + navit/support/*
122     + navit/tools/*
123   * New patches:
124     + remove-ezxml
125     + remove-zlib
126     + remove-win32
127     + remove-wordexp
128     + remove-ttf-dejavu
129   * debian/copyright:
130     + Acknowledge bzed copyright for 2009
131   * debian/README.source
132     + Updated TO-DO and ISSUES accordingly
133     + Acknowledged navit trac ticket #303
134   * debian/rules:
135     + Backported part of my cdbs debian/rules file
136     + The menu file is handled by debhelper
137     + Fixed debian/rules to prevent ./configure running twice
138
139   [ Bernd Zeimetz ]
140   * New upstream snapshot
141   * removing non-existing files from debian/copyright
142   * Spliting -data package from the single one.
143   * Dropping CDBS in favor of a useful rules file. Switching back to my
144     original rules file, also including some (yet untested) lines to
145     move arch-indep. content into navit-data.
146
147  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 22 Feb 2009 15:34:42 +0100
148
149 navit (0.1.1.~svn2051-4) unstable; urgency=low
150
151   * Removed glib from upstream (not needed).
152   * Removed mini libc from upstream (no copyright statement; not used).
153   * Enabled qt painter support
154   * Enabled libgd support
155   * Enabled postgresql support for osm2navit
156   * debian/README.source:
157     + ezxml license (MIT)
158     + glib removal
159     + mini libc removal
160     + updated TO-DOs
161   * debian/control:
162     + Depends: added libdbus-glib-1-dev, libgd2-xpm-dev, libqt4-dev, libpq-dev
163   * debian/rules:
164     + configure: --enable-graphics-gd --disable-binding-python (broken)
165   * New Patches:
166     + remove-glib
167     + remove-mini-libc
168
169  -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 21 Feb 2009 22:31:33 +0100
170
171 navit (0.1.1.~svn2051-3) unstable; urgency=low
172
173   * Removed navit/fonts from upstream branch since ttf-liberation is in
174     Debian.
175   * debian/control:
176     + Build-Depends:
177       - added cvs, automake, mdbtools-dev, libfreetype6-dev,
178         libfontconfig1-dev, ttf-liberation, libhildon-1-dev
179       - removed libgarmin-dev, libcegui-mk2-dev
180   * debian/README.source:
181     + Updated TO-DOs
182
183  -- Gilles Filippini <gilles.filippini@free.fr>  Fri, 20 Feb 2009 21:26:56 +0100
184
185 navit (0.1.1.~svn2051-2) unstable; urgency=low
186
187   * debian/README.source:
188     + added a section do deal with svn/git handling of the source package.
189     + pasted the quilt README.source to explain how to modify the upstream
190       source code
191     + (required by policy 3.8.0, ยง4.14). 
192
193  -- Gilles Filippini <gilles.filippini@free.fr>  Wed, 18 Feb 2009 21:23:53 +0100
194
195 navit (0.1.1.~svn2051-1) unstable; urgency=low
196
197   * New upstream snapshot.
198
199   * Moved the packaging on alioth and merged there with bzed's package:
200     + debian/copyright: added bzed
201     + debian/control:
202       - Section: moved to misc
203       - Depends:
204         . Removed librsvg2-common (unused)
205         . Moved gpsd to Recommends:
206       - Description:
207         . Merged short description with bzed's
208         . Typo: It's -> Its
209       - Added git related stanzas
210     + debian/rules:
211       - Merged configure flags with bzed's
212       - Removed get-orig-source (not needed anymore)
213       - Updated to run autogen.sh
214     + patches:
215       - Added remove-libmdb.diff from bzed
216       - Removed clean_pngs.autoreconf: not used anymore
217
218  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 17 Feb 2009 23:44:23 +0100
219
220 navit (0.1.1.~svn2032-1) unstable; urgency=low
221
222   * New upstream release.
223
224   * debian/rules:
225     + Switched to CDBS
226   * debian/copyright:
227     + Reworked to conform to revision 437 of CopyrightFormat proposal
228       available at http://wiki.debian.org/Proposals/CopyrightFormat
229   * debian/README.source:
230     + New file to keep track of packaging related issues 
231   * debian/control:
232     + Set myself as the maintainer
233     + Bumped standard version to 3.8.0
234     + Depends:
235       - Added cdbs, quilt, libsdl-image1.2-dev
236       - Replaced kdelibs4-dev with (librsvg2-bin|inkscape|kdebase-runtime|
237         kdelibs4-dev) to provides at least one of the svg to png converter
238         looked for by ./configure.in
239   * debian/changelog:
240     + Temporary change of the versioning scheme since I started erromeously
241       with 0.1.1+svnNNNN instead of 0.1.1~svnNNNN. I've added an extra dot
242       (0.1.1.~svnNNNN) until 0.1.1 is released.
243   * debian/navit.pl: removed since unused
244   * debian/navit.init:
245     + issues 'echo 2 > /proc/cpu/alignment' at boot time
246   * Patches:
247     + clean_pngs: remove generated png files during distclean-local so that
248       the package can afford two builds in a row.
249     + clean_pngs.autoreconf: modified Makefile.in from clean_pngs patch
250
251  -- Gilles Filippini <gilles.filippini@free.fr>  Fri, 13 Feb 2009 01:50:54 +0100
252
253 navit (0.1.1+svn2023-1) unstable; urgency=low
254
255   * New upstream snapshot
256   * debian/control: Depends: added libtool
257   * debian/rules:
258     + copy ltmain.sh from libtool
259     * tweak the targets so that several builds in a row succeed 
260
261  -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 07 Feb 2009 12:07:03 +0100
262
263 navit (0.1.1+svn1966-1) unstable; urgency=low
264
265   * New upstream snapshot 
266   * debian/rules: CFLAGS: removed -g 
267   * debian/control: Depends: added autotools-dev, cvs
268
269  -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 24 Jan 2009 14:51:21 +0100
270
271 navit (0.1.1+svn1873-1) unstable; urgency=low
272
273   * New upstream snapshot 
274   * debian/rules:
275     + Added configure option --enable-svg2png-scaling-flag="8 16 32 48 96" to
276       enable country flag icons.
277   * debian/control:
278     + Build-Depends: kdelibs4-dev to enable country flag SVGs conversion to
279       PNG files. 
280
281  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 30 Dec 2008 00:00:07 +0100
282
283 navit (0.1.1+svn1865-1) unstable; urgency=low
284
285   * New upstream snapshot 
286   * Rearranged source package to match the standard with a orig.tar.gz
287     pristine source tree and a diff.gz debian patch. 
288
289  -- Gilles Filippini <gilles.filippini@free.fr>  Mon, 29 Dec 2008 11:12:02 +0100
290
291 navit (0.1.1+svn1863-1) unstable; urgency=low
292
293   * New upstream snapshot 
294   * debian/control:
295     + Depends: librsvg2-common 
296
297  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 28 Dec 2008 21:52:39 +0100
298
299 navit (0.1.0+svn1857-1) unstable; urgency=low
300
301   * New upstream snapshot 
302
303  -- Gilles Filippini <gilles.filippini@free.fr>  Sun, 28 Dec 2008 11:42:04 +0100
304
305 navit (0.1.0+svn1843-1) unstable; urgency=low
306
307   * New upstream snapshot
308   * Removed the navit.pl wrapper script which is too specific for openmoko.
309   * debian/control:
310     + removed gdsd version reference to enable fso-gpsd 
311
312  -- Gilles Filippini <gilles.filippini@free.fr>  Tue, 23 Dec 2008 00:52:01 +0100
313
314 navit (0.0.4+svn1229-3) unstable; urgency=low
315
316   * fixed a small bug in navit.pl: delete LC_ALL from the environment, instead
317     of only undefining it.
318
319  -- Carsten Wolff <carsten@yet-another-geek.org>  Sat, 25 Oct 2008 21:07:46 +0200
320
321 navit (0.0.4+svn1229-2) unstable; urgency=low
322
323   * Added new startup script. This script will:
324     - check, if gpsd is running and try to start it
325     - if it fails, it will run dpkg-reconfigure gpsd
326     - check, if a navit.xml exists in the user's home
327     - if not, create one and download an osm map, the user selects from a list
328
329  -- Carsten Wolff <carsten@yet-another-geek.org>  Thu,  6 Sep 2008 18:30:23 +0200
330
331 navit (0.0.4+svn1229-1) unstable; urgency=low
332
333   * New upstream snapshot
334
335  -- Carsten Wolff <carsten@yet-another-geek.org>  Thu, 24 Jul 2008 00:25:53 +0200
336
337 navit (0.0.4+svn1205-1) unstable; urgency=low
338
339   * New upstream snapshot
340   * enabled garmin map support
341
342  -- Carsten Wolff <carsten@yet-another-geek.org>  Sat, 12 Jul 2008 17:43:36 +0200
343
344 navit (0.0.4+cvs20080525-2) unstable; urgency=low
345
346   * put a wrapper in place of the navit binary to take care of setting the
347     right environment for navit
348
349  -- Carsten Wolff <carsten@yet-another-geek.org>  Mon, 26 May 2008 19:02:13 +0200
350
351 navit (0.0.4+cvs20080525-1) unstable; urgency=low
352
353   * New cvs version
354
355  -- Carsten Wolff <carsten@yet-another-geek.org>  Mon, 26 May 2008 14:58:50 +0200
356
357 navit (0.0.4+cvs20080419-1) unstable; urgency=low
358
359   * todays CVS version
360   * added some dependencies
361
362  -- Carsten Wolff <carsten@yet-another-geek.org>  Sat, 19 Apr 2008 18:37:24 +0200
363
364 navit (0.0.4+cvs20080418-1) unstable; urgency=low
365
366   * Initial release
367
368  -- Carsten Wolff <carsten@yet-another-geek.org>  Fri, 18 Apr 2008 23:28:24 +0200
369