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