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