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