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