]> matita.cs.unibo.it Git - helm.git/blob - helm/DEVEL/lablgtkmathview/debian/changelog
bumped changelog line to match upload date
[helm.git] / helm / DEVEL / lablgtkmathview / debian / changelog
1 lablgtkmathview (0.6.4-1) unstable; urgency=low
2
3   * new upstream release
4     - bindings for gtkmathview 0.6.4
5
6  -- Stefano Zacchiroli <zack@debian.org>  Wed, 10 Nov 2004 14:20:10 +0100
7
8 lablgtkmathview (0.6.3-2) unstable; urgency=medium
9
10   * debian/control
11     - depend on ocaml-base-nox-3.08 instead of ocaml-base-3.08 since
12       this package doesn't directly need ocaml X libraries
13
14  -- Stefano Zacchiroli <zack@debian.org>  Tue, 24 Aug 2004 12:23:18 +0200
15
16 lablgtkmathview (0.6.3-1) unstable; urgency=low
17
18   * new upstream release
19     - bindings for gtkmathview 0.6.3
20   * rebuilt with ocaml 3.08
21   * debian/control
22     - bumped ocaml deps to 3.08
23     - bumped lablgtk deps to >= 2.4.0
24     - bumped gdome deps to >= 0.2.1-3 (1st version rebuilt with 3.08)
25     - bumped gtkmathview deps to >= 0.6.3 (needed by this binding)
26     - bumped stadards version to 3.6.1.1
27
28  -- Stefano Zacchiroli <zack@debian.org>  Thu, 29 Jul 2004 11:51:56 +0200
29
30 lablgtkmathview (0.5.1-4) unstable; urgency=low
31
32   * ported to latest lablgtk2 (2.2.0+20040113) cvs snapshot
33   * debian/control
34     - changed build-dep accordingly
35
36  -- Stefano Zacchiroli <zack@debian.org>  Fri, 23 Jan 2004 13:44:11 +0100
37
38 lablgtkmathview (0.5.1-3) unstable; urgency=low
39
40   * debian/control
41     - removed some dependencies that should be inherited from
42       libgtkmathview-dev (bugfix for newer libt1-dev)
43     - bumped standards version to 3.6.1.0
44
45  -- Stefano Zacchiroli <zack@debian.org>  Thu, 22 Jan 2004 12:54:47 +0100
46
47 lablgtkmathview (0.5.1-2) unstable; urgency=low
48
49   * Rebuilt with lablgtk2 2.2.0
50   * debian/control
51     - bumped ocaml-findlib dependencies to 0.8-5
52
53  -- Stefano Zacchiroli <zack@debian.org>  Mon, 13 Oct 2003 09:18:48 +0200
54
55 lablgtkmathview (0.5.1-1) unstable; urgency=low
56
57   * New upstream release (transition to gtk2)
58
59  -- Stefano Zacchiroli <zack@debian.org>  Fri, 10 Oct 2003 10:10:10 +0200
60
61 lablgtkmathview (0.4.3-4) unstable; urgency=low
62
63   * Rebuild with ocaml 3.07
64   * debian/autodebian.make and debian/*.in
65     An experiment!
66     Mainly I've added an indirection which permits to fill some autoconf
67     variable in debian/* files. In this way the ocaml version is
68     discovered automagically and doesn't need to be manually changed
69     each time a new ocaml version is released. Actually the only two
70     supported variables are @OCAML_STDLIB_DIR@ (actually expands to
71     "usr/lib/ocaml/3.07" via ocamlc -where) and @OCAML_STUBLIBS_DIR@
72     (actually expands to "usr/lib/ocaml/3.07/stublibs")
73
74  -- Stefano Zacchiroli <zack@debian.org>  Wed,  1 Oct 2003 22:48:51 +0200
75
76 lablgtkmathview (0.4.3-3) unstable; urgency=low
77
78   * rebuilt against gmetadom 0.1.10-3
79   * debian/control
80     - strictly depends on gmetadom >= 0.1.10-3 (older version are buggy
81       on mips)
82
83  -- Stefano Zacchiroli <zack@debian.org>  Sat, 12 Jul 2003 14:14:31 +0200
84
85 lablgtkmathview (0.4.3-2) unstable; urgency=low
86
87   * upstream changes
88     - fixed Makefile.in that still looked for gtkmathview-config
89     - selection flickering got rid of (by means of freeze/thaw)
90     - structural selection is no longer activated just before
91       semantic selection for single_selection_math_view
92   * debian/control
93     - bumped gmetadom dependencies to >= 0.1.10-2 (to ensure that .pc
94       file is available)
95
96  -- Stefano Zacchiroli <zack@debian.org>  Tue,  1 Jul 2003 11:25:48 +0200
97
98 lablgtkmathview (0.4.3-1) unstable; urgency=low
99
100   * Rebuild against gtkmathview 0.4.3
101   * debian/control
102     - bumped standards version to 3.5.10
103     - bumped dependencies on gtkmathview to 0.4.3
104     - bumped dependencies on gmetadom to 0.1.9
105     - added ${misc:Depends}
106     - changed section of -dev package to "libdevel"
107     - better short description
108     - added built-dep to pkg-config
109   * debian/rules
110     - removed DH_COMPAT in favour of debian/compat
111     - comsetic changes
112     - removed useless binary-indep target
113     - removed dh_movefiles in favour of dh_install
114
115  -- Stefano Zacchiroli <zack@debian.org>  Thu, 19 Jun 2003 14:52:54 +0200
116
117 lablgtkmathview (0.4.1-1) unstable; urgency=low
118
119   * Bugfix in some OCaml value allocations
120   * Binding for gtkmathview 0.4.1
121   * Bumped dependencies to gtkmathview 0.4.1
122   * Dropped << dependencies for ocaml libraries
123   * Bumped gmetadom dependencies to >= 0.1.6
124   * Bumped gdome2 dependencies to >= 0.7.4
125
126  -- Stefano Zacchiroli <zack@debian.org>  Tue, 11 Mar 2003 21:18:29 +0100
127
128 lablgtkmathview (0.3.99-2) unstable; urgency=low
129
130   * Bugfix: added dep on t1lib-dev from liblablgtkmathview-ocaml-dev
131   * Bugfix: added dep on libgtkmathview-dev (>= 0.4.0) from
132     liblablgtkmathview-ocaml-dev
133
134  -- Stefano Zacchiroli <zack@debian.org>  Sat, 25 Jan 2003 10:24:53 +0100
135
136 lablgtkmathview (0.3.99-1) unstable; urgency=low
137
138   * Binding to gtkmathview 0.4.0 (pre-release)
139   * Added module GMathViewAux which contains backward compatible
140     "single_selection_math_view" class
141   * Reverted to >=/<< dependencies for ocaml libraries
142   * Bumped dependencies on gmetadom to 0.1.5
143   * Bumped dependencies on gtkmathview to 0.4.0
144   * Added missing dependencies from liblablgtkmathview-ocaml-dev to
145     libgdome2-ocaml-dev
146   * Versioned dependencies on liblablgtk-ocaml-dev
147
148  -- Stefano Zacchiroli <zack@debian.org>  Wed, 22 Jan 2003 14:23:30 +0100
149
150 lablgtkmathview (0.3.1-1) unstable; urgency=low
151
152   * Binding to gtkmathview 0.3.1
153   * debian/control
154     - bumped Standards Version to 3.5.8
155     - deps and build deps to ocaml{,-base}-3.06-1
156   * Moved lib stuff to /usr/lib/ocaml/3.06
157
158  -- Stefano Zacchiroli <zack@debian.org>  Tue,  7 Jan 2003 12:57:47 +0100
159
160 lablgtkmathview (0.3.0-10) unstable; urgency=low
161
162   * Added dep on liblablgtk-ocaml{,-dev} respectively in
163     liblablgtkmathview-ocaml{,-dev}
164
165  -- Stefano Zacchiroli <zack@debian.org>  Tue, 17 Sep 2002 11:58:14 +0200
166
167 lablgtkmathview (0.3.0-9) unstable; urgency=low
168
169   * Removed useless dh_ocamlld invocation
170   * Fixed native code compilation shared object path (now looks for .so
171     in /usr/lib/ocaml/stublibs instead of
172     /usr/lib/ocaml/lablgtkmathview)
173
174  -- Stefano Zacchiroli <zack@debian.org>  Thu, 29 Aug 2002 15:02:21 +0200
175
176 lablgtkmathview (0.3.0-8) unstable; urgency=low
177
178   * Switched to debhelper 4
179   * Added build dep on findlib (>= 0.7.1)
180   * Rebuilt against ocaml 3.06 (Closes: Bug#158256, Bug#158266)
181   * Changed deps and build-deps to ocaml-3.06 and ocaml-base-3.06 as
182     mandated by the new ocaml packaging policy
183   * Removed mention of lablgtkmathview from debian/control
184   * Added dep on ocaml-findlib
185   * Moved shared objects to /usr/lib/ocaml/stublibs
186
187  -- Stefano Zacchiroli <zack@debian.org>  Sun,  7 Jul 2002 13:50:52 +0200
188
189 lablgtkmathview (0.3.0-7) unstable; urgency=low
190
191   * Added -fPIC when compiling some .o in order to build on HPPA
192     (Closes: #142462)
193
194  -- Stefano Zacchiroli <zack@debian.org>  Fri, 12 Apr 2002 14:31:47 +0200
195
196 lablgtkmathview (0.3.0-6) unstable; urgency=low
197
198   * Added Build-Depends on t1lib-dev (Closes: Bug#140835).
199
200  -- Stefano Zacchiroli <zack@debian.org>  Tue,  2 Apr 2002 10:11:25 +0200
201
202 lablgtkmathview (0.3.0-5) unstable; urgency=low
203
204   * Added Build-Depends on libgdome2-cpp-smart-dev (Closes: Bug#140720).
205
206  -- Stefano Zacchiroli <zack@debian.org>  Mon,  1 Apr 2002 09:00:03 +0200
207
208 lablgtkmathview (0.3.0-4) unstable; urgency=low
209
210   * Added some .mli and .ml files that document the library interface.
211   * Added Depends: on libgdome2-ocaml, we haven't yet estabilished how to
212     interact with shlibs system for ocaml shared library that are installed in
213     /usr/lib/ocaml
214
215  -- Stefano Zacchiroli <zack@debian.org>  Mon,  1 Apr 2002 00:17:41 +0200
216
217 lablgtkmathview (0.3.0-3) unstable; urgency=low
218
219   * Rebuilt against gmetadom 0.3.0-4 and gtkmathview 0.3.0-2.
220
221  -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Mar 2002 19:17:56 +0100
222
223 lablgtkmathview (0.3.0-2) unstable; urgency=low
224
225   * Added build dep on libgdome2-dev
226   * Removed CVS stuff from source tarball
227
228  -- Stefano Zacchiroli <zack@debian.org>  Fri, 15 Mar 2002 13:23:53 +0100
229
230 lablgtkmathview (0.3.0-1) unstable; urgency=low
231
232   * New upstream release
233   * Renamed resulting package to liblablgtkmathview-ocaml-dev
234   * Changed build-depends to adhere to the new ocaml packages naming schema
235     (e.g. lablgtk -> liblablgtk-ocaml-dev) (Closes: Bug#138116)
236   * Split away shared library in liblablgtkmathview-ocaml package
237
238  -- Stefano Zacchiroli <zack@debian.org>  Wed, 13 Mar 2002 18:53:50 +0100
239
240 lablgtkmathview (0.2.8-1) unstable; urgency=low
241
242   * New upstream release
243   * Built with ocaml 3.04 and lablgtk 1.2.3
244   * Removed useless build depends
245
246  -- Stefano Zacchiroli <zack@debian.org>  Mon, 25 Feb 2002 18:18:25 +0100
247
248 lablgtkmathview (0.2.4-4) unstable; urgency=low
249
250   * Rebuilt with libgtkmathview 0.2.7
251
252  -- Stefano Zacchiroli <zack@debian.org>  Tue,  4 Sep 2001 22:16:35 +0200
253
254 lablgtkmathview (0.2.4-3) unstable; urgency=low
255
256   *  Rebuilt with ocaml 3.02 and lablgtk 1.2.1
257
258  -- Stefano Zacchiroli <zack@debian.org>  Tue, 21 Aug 2001 15:20:05 +0200
259
260 lablgtkmathview (0.2.4-2) unstable; urgency=low
261
262   * Added build-dep on libxml2-dev (closes: Bug#102715).
263
264  -- Stefano Zacchiroli <zack@debian.org>  Fri, 29 Jun 2001 12:39:57 +0200
265
266 lablgtkmathview (0.2.4-1) unstable; urgency=low
267
268   * Initial Release (closes: Bug#93105).
269
270  -- Stefano Zacchiroli <zack@debian.org>  Wed,  4 Apr 2001 23:27:07 +0200
271
272 Local variables:
273 mode: debian-changelog
274 End: