File: changelog

package info (click to toggle)
meta-ocaml 4.08.1.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 28 kB
  • sloc: makefile: 2
file content (247 lines) | stat: -rw-r--r-- 8,466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
meta-ocaml (4.08.1.2) unstable; urgency=medium

  * ocaml-libs: switch dependency liblablgtk2-ocaml-dev to
    liblablgtk3-ocaml-dev since the former is deprecated
  * ocaml-core: switch recommends tuareg-mode to elpa-tuareg since the
    former is now a transitional package to the latter
  * ocaml-core: add suggestion menhir

 -- Ralf Treinen <treinen@debian.org>  Wed, 15 Apr 2020 11:10:42 +0200

meta-ocaml (4.08.1.1) unstable; urgency=medium

  * New release with version number in sync with the latest ocaml
    (Closes: #950356)
  * Remove obsolete packages from dependencies, notably: camlp4, otags,
    cameleon, cmigrep
  * Add ocaml-dune to ocaml-core
  * Remove Remi from Uploaders (Closes: #798917)
  * Add myself to Uploaders
  * Point Vcs-* to a new salsa-hosted git repository
  * Switch source format to 3.0 (native)
  * Switch debian/copyright to machine-readable format
  * Bump debhelper compat level to 12
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <glondu@debian.org>  Sat, 01 Feb 2020 09:46:12 +0100

meta-ocaml (3.12.0.1) unstable; urgency=low

  * fix vcs-svn field to point just above the debian/ dir
  * major overhaul of Depends/Recommends/Suggests relationships, "toning down"
    dependencies so that installation of ocaml-core is more flexible to
    changes (Closes: #500959)
  * debian/control
    - bump Standards-Version to 3.9.2 (no changes)
    - bump debhelper deps and compatibilitiy to 8
    - add missing ${misc:Depends}
  * debian/rules: convert to minimal dh style
  * remove myself from Uploaders

 -- Stefano Zacchiroli <zack@debian.org>  Sat, 08 Oct 2011 17:31:51 +0200

meta-ocaml (3.10.0.1) unstable; urgency=low

  [Julien Cristau]
  * Remove inactive people from the Uploaders field.

  [Ralf Treinen]
  * Added dependency on cmigrep and ocamlmakefile
  * Minor modification to long description (closes: #416872)

  [Stefano Zacchiroli]
  * bump debhelper dep and compatibility level to 5
  * debian/control
    - remove dep on netclient (now shipped by ocamlnet)
    - remove dep on ocamldbi (not very user/active)
    - add dep on camlp4 and camlp4-extra (now shipped separately)

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 18 Sep 2007 12:23:10 +0200

meta-ocaml (3.09.2.0) unstable; urgency=low

  * new release with version number in sync with the latest ocaml
  * debian/control
    - bumped standards version to 3.7.2 (no changes needed)
    - set debhelper as a Build-Depends instead of a Build-Depends-Indep
      (as required by policy)
    - better caseness in descriptions
  * debian/copyright
    - updated FSF address
    - new URL where to found the source code of this meta package

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 16 Jun 2006 10:11:18 +0200

meta-ocaml (3.08.0.2) unstable; urgency=low

  * debian/control
    - added otags to ocaml-core deps

 -- Stefano Zacchiroli <zack@debian.org>  Thu,  5 Aug 2004 14:20:20 +0200

meta-ocaml (3.08.0.1) unstable; urgency=medium

  * debian/control
    - bumped standards version to 3.6.1.1
    - removed lablgtk from ocaml-libs deps
      (which still contains lablgtk2)
    - removed libnums-ocaml-dev from ocaml-libs deps
      (no longer needed since ocaml 3.08)
    - added ocamldbi to ocaml-libs deps

 -- Stefano Zacchiroli <zack@debian.org>  Thu,  5 Aug 2004 12:52:49 +0200

meta-ocaml (3.07.4) unstable; urgency=low

  * debian/control
    - ocaml-core: replaced dependency on fort with dependency on
      libounit-ocaml-dev since the latter is definitely in a better
      shape as a regression testing framework

 -- Stefano Zacchiroli <zack@debian.org>  Sat,  5 Jun 2004 12:41:24 +0200

meta-ocaml (3.07.3) unstable; urgency=low

  * debian/control
    - removed dependency on cryptokit from ocaml-libs (crytpokit is not
      really a fundamantal library and a package on which it depends is
      actually heavily bugged)

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 12 Apr 2004 13:39:56 +0200

meta-ocaml (3.07.2) unstable; urgency=low

  * debian/control
    - s/ocaml-native-compilers/ocaml-best-compilers/

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 23 Mar 2004 16:12:55 +0100

meta-ocaml (3.07.1) unstable; urgency=low

  * debian/control
    - completely rewritten dependencies, now we start to have a lot of
      ocaml libraries and it's time to keep only most important
      libraries as dependencies of these metapackages
    - bumped Standards-Version to 3.6.1.0
    - rewritten Description fields
    - set Maintainer to debian ocaml maintainers
    - set Uploaders to the usual 5 d-o-m DDs + John Goerzon our latest
      fellow d-o-m DD
  * debian/compat
    - use this file instead of DH_COMPAT
  * debian/*README.Debian
    - removed useless README.Debian files

 -- Stefano Zacchiroli <zack@debian.org>  Mon, 15 Mar 2004 21:14:42 +0100

meta-ocaml (3.06.3.1) unstable; urgency=high

  * Removed ocamltk from ocaml-libs since ocaml no more provides it, and
    no other package in the archive knows about it anyway.
  * NMU upload since this need to happen quickly, it is blocking
    ocaml 3.06-21 and we need to make place for the 3.07 packages.

 -- Sven Luther <luther@debian.org>  Sun, 28 Sep 2003 13:45:41 +0200

meta-ocaml (3.06.3) unstable; urgency=low

  * Removed dep on zoggy from ocaml-code (shipped actually by cameleon)

 -- Stefano Zacchiroli <zack@debian.org>  Thu,  6 Mar 2003 10:01:29 +0100

meta-ocaml (3.06.2) unstable; urgency=low

  * Removed deps on camlp4{,-doc}
  * Removed deps on ocaml-native-compilers which aren't available on
    bytecode only archs
  * Added dep on libsdl-ocaml-dev to ocaml-libs

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 17 Oct 2002 13:48:19 +0200

meta-ocaml (3.06.1) unstable; urgency=low

  * Removed netstring from ocaml-libs
  * Added libpgsql-ocaml-dev to ocaml-libs
  * Switched to debhelper 4

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 27 Aug 2002 11:43:46 +0200

meta-ocaml (3.04.10) unstable; urgency=low

  * Removed deps on mlminidom (they will probably be removed ASAP from the
    debian archive) from ocaml-libs
  * Added deps on libgdome2-xslt-ocaml, libpcre-ocaml,
    libocamlnet-ocaml to ocaml-libs
  * Removed deps on libnetstring-ocaml that have been superseded
    by libocamlnet-ocaml from ocaml-libs
  * Added dep on ocaml-native-compilers to ocaml-core

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 10 May 2002 00:00:40 +0200

meta-ocaml (3.04.9) unstable; urgency=low

  * Removed dep on libgdome2-xslt-ocaml because probably that packge
    wont be part of woody.

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 12 Apr 2002 16:22:43 +0200

meta-ocaml (3.04.8) unstable; urgency=low

  * Changed deps acoording to name changes of libxslt-ocaml package.

 -- Stefano Zacchiroli <zack@debian.org>  Fri, 12 Apr 2002 15:41:53 +0200

meta-ocaml (3.04.7) unstable; urgency=low

  * Added deps for mlglade (ocaml-core) and libxslt-ocaml (ocaml-libs).

 -- Stefano Zacchiroli <zack@debian.org>  Sun,  7 Apr 2002 01:39:55 +0200

meta-ocaml (3.04.6) unstable; urgency=low

  * Moved all the "-doc" packages in Suggests:.
  * Added deps for "fort" in ocaml-core and "libgdome2" in ocaml-libs.

 -- Stefano Zacchiroli <zack@debian.org>  Fri,  5 Apr 2002 17:08:35 +0200

meta-ocaml (3.04.5) unstable; urgency=low

  * Moved ocaml-doc from Depends: to Suggests: because ocaml-doc
    is now in non-free

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Feb 2002 17:29:48 +0100

meta-ocaml (3.04.4) unstable; urgency=low

  * Removed ocaml-book-fr from dependencies because it's non-free
  * Moved tuareg-mode from Depends: to Suggests:

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Feb 2002 11:53:16 +0100

meta-ocaml (3.04.2) unstable; urgency=low

  * Renamed dependencies due to renaming of many ocaml packages.
  * Added dependencies to ocaml-libs: camlimages, configwin,
    zoggy, mlgtk

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 26 Feb 2002 10:59:54 +0100

meta-ocaml (3.04.1) unstable; urgency=low

  * Fixed spelling problems on descriptions
    (closes: Bug#125198, closes: Bug#125199)

 -- Stefano Zacchiroli <zack@debian.org>  Tue, 18 Dec 2001 13:16:21 +0100

meta-ocaml (3.04) unstable; urgency=low

  * Changed architecture from "any" to "all".

 -- Stefano Zacchiroli <zack@debian.org>  Sat, 15 Dec 2001 09:18:47 +0100

meta-ocaml (3.00) unstable; urgency=low

  * Initial Release.

 -- Stefano Zacchiroli <zack@debian.org>  Thu, 22 Nov 2001 14:21:27 +0100