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