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