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