File: changelog

package info (click to toggle)
ocamldsort 0.16.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 288 kB
  • sloc: ml: 343; makefile: 96; sh: 9
file content (231 lines) | stat: -rw-r--r-- 7,206 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
ocamldsort (0.16.0-7) unstable; urgency=medium

  * Team upload
  * Include ocamlvars.mk to prevent FTBFS in dh_dwz
  * Bump debhelper compat level to 13
  * Bump Standards-Version to 4.5.0
  * Add Rules-Requires-Root: no

 -- Stéphane Glondu <glondu@debian.org>  Fri, 14 Aug 2020 11:12:44 +0200

ocamldsort (0.16.0-6) unstable; urgency=medium

  * Update Vcs-* fields to salsa.
  * debian/rules: use the --no-parallel option to dh, instead of setting
    DEB_BUILD_OPTIONS.
  * Standards-Version 4.4.0:
    - debian/copyright: use https in format header.
  * Build-depend on debhelper-compat, remove file debian/compat.
  * Debhelper compatibility level 12 (no change)
  * Add as-installed package test.
  * debian/copyright: fix link to copyright file GPL-2.

 -- Ralf Treinen <treinen@debian.org>  Mon, 22 Jul 2019 18:10:49 -0300

ocamldsort (0.16.0-5) unstable; urgency=medium

  * Team upload
  * Second try: Set DEB_BUILD_OPTIONS=parallel=1 in debian/rules
  * Update Homepage field to set new upstream's location
  * Update watch file

 -- Mehdi Dogguy <mehdi@debian.org>  Sun, 06 Nov 2016 10:07:32 +0100

ocamldsort (0.16.0-4) unstable; urgency=medium

  * Team upload.
  * Disable parallel build [1] to avoid FTBFS (Closes: #841758).
    [1] Parallel build in enabled by default in Debhelper compat
        level 10.

 -- Mehdi Dogguy <mehdi@debian.org>  Sat, 05 Nov 2016 23:33:17 +0100

ocamldsort (0.16.0-3) unstable; urgency=low

  * debian/control: updated homepage
  * Standards-Version 3.9.8 (no change)
  * debhelper compat level 10
  * update Vcs-{Git,Browser}
  * patch manpage: fix a typo in ocamldsort(1)

 -- Ralf Treinen <treinen@debian.org>  Tue, 25 Oct 2016 20:09:26 +0200

ocamldsort (0.16.0-2) unstable; urgency=low

  * upload to unstable

 -- Ralf Treinen <treinen@debian.org>  Thu, 09 May 2013 20:31:44 +0200

ocamldsort (0.16.0-1) experimental; urgency=low

  * New upstream release, now compatible with ocaml 4.0
  * Drop patch ocaml4.0-deps which has been adopted by upstream.

 -- Ralf Treinen <treinen@debian.org>  Wed, 13 Feb 2013 21:32:08 +0100

ocamldsort (0.15.0-3) experimental; urgency=low

  * Patch ocaml4.0-deps: make ocamldsort accept dependencies generated
    by ocaml-4.0's dependency generator (closes: #699495). Thanks to
    Roberto Di Cosmo for the patch.
  * Standards-Version 3.9.4 (no change)

 -- Ralf Treinen <treinen@debian.org>  Fri, 01 Feb 2013 09:39:56 +0100

ocamldsort (0.15.0-2) unstable; urgency=low

  [ Stéphane Glondu ]
  * Switch packaging to git

  [ Ralf Treinen ]
  * added debian/watch
  * debian/rules: added targets build-{arch,indep}
  * Standards-Version 3.9.3:
    - debian/copyright: convert to machine-readable format 1.0
  * use dh-ocaml (closes: #599325):
    - debian/rules: rewrite, using dh and dh-ocaml
    - debian/control: build-dep on dh-ocaml, dependency on {ocaml:Depends}

 -- Ralf Treinen <treinen@debian.org>  Thu, 14 Jun 2012 21:19:48 +0200

ocamldsort (0.15.0-1) unstable; urgency=low

  [ Dimitri Ara ]
  * New upstream release. This release fixes a bug that occured when input
    lines were not terminated by whitespace (closes: #620236)

  [ Stefano Zacchiroli ]
  * fix vcs-svn field to point just above the debian/ dir

  [ Stéphane Glondu ]
  * debian/control: add Homepage field

  [ Ralf Treinen ]
  * Setting maintainer to Debian OCaml Maintainers, with the previous
    maintainers blessing (closes: #519615)
  * Standards-Version 3.9.2 (no change)
  * Source format 3.0 (quilt)
  * Debhelper compat level 8, bump version in build-dependency on debhelper.
    Replace in debian/rules dh_clean -k => dh_prep.
  * Changed section to ocaml.
  * Add dependency on ${misc:Depends}

 -- Ralf Treinen <treinen@debian.org>  Sun, 17 Apr 2011 03:43:16 +0200

ocamldsort (0.14.4-2) unstable; urgency=low

  * Added build-dependency on camlp4 (closes: Bug#441906)

 -- Ralf Treinen <treinen@debian.org>  Wed, 26 Sep 2007 22:02:59 +0200

ocamldsort (0.14.4-1) unstable; urgency=low

  [ Dimitri Ara ]
  * New upstream release
  * Now handles the nostrip build option (closes: #437662)
  * Minor fix in the clean rule of debian/rules

  [ Ralf Treinen ]
  * Add myself as uploader.

 -- Ralf Treinen <treinen@debian.org>  Thu, 30 Aug 2007 21:27:51 +0200

ocamldsort (0.14.3-1.4) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bugfix.
  * Add dependency on the package containing /usr/bin/ocamlrun on
    architectures where ocamldsort is built as bytecode (closes: #409169).

 -- Julien Cristau <jcristau@debian.org>  Thu,  8 Feb 2007 11:07:25 +0100

ocamldsort (0.14.3-1.3) unstable; urgency=low

  * NMU.
  * Rebuild with OCaml 3.09.2.
  * Updated standards version to 3.7.2, no changes needed.

 -- Samuel Mimram <smimram@debian.org>  Thu, 18 May 2006 16:57:02 +0000

ocamldsort (0.14.3-1.2) unstable; urgency=low

  * NMU.
  * Updated to OCaml 3.09.0.
  * Updated standards version to 3.6.2.

 -- Samuel Mimram <smimram@debian.org>  Tue,  3 Jan 2006 21:34:43 +0100

ocamldsort (0.14.3-1.1) unstable; urgency=high

  * NMU for the sake of sarge.
  * Updated build dependency to ocaml-nox-3.08.3, closes: #307708.

 -- Samuel Mimram <smimram@debian.org>  Fri,  6 May 2005 14:28:38 +0200

ocamldsort (0.14.3-1) unstable; urgency=low

  * first line in the package "Description:" fullfills the recommandation of
    the Developers Reference
  * New upstream release

 -- Dimitri Ara <debian@mutu.net>  Sat, 15 Jan 2005 12:42:45 +0100

ocamldsort (0.14.2-1) unstable; urgency=low

  * debian/rules touches configure.in and configure (Closes: #271284)
  * New upstream release

 -- Dimitri Ara <debian@mutu.net>  Tue, 14 Sep 2004 11:13:50 +0200

ocamldsort (0.14.1-3) unstable; urgency=low

  * Build-Depends field updated from ocaml-3.07 to ocaml-nox-3.08 (Closes: #269651)

 -- Dimitri Ara <debian@mutu.net>  Fri,  3 Sep 2004 15:52:57 +0200

ocamldsort (0.14.1-2) unstable; urgency=low

  * Standards-Version field updated to 3.6.1
  * Build-Depends field updated from ocaml-3.06-1 to ocaml-3.07 (Closes: #230528)

 -- Dimitri Ara <debian@mutu.net>  Sat, 31 Jan 2004 18:11:04 +0100

ocamldsort (0.14.1-1) unstable; urgency=low

  * New upstream release
  * Standards-Version field updated to 3.6.0

 -- Dimitri Ara <debian@mutu.net>  Sat, 30 Aug 2003 18:04:54 +0200

ocamldsort (0.14-1) unstable; urgency=low

  * New upstream release (Closes: #204132)
  * Description field updated

 -- Dimitri Ara <debian@mutu.net>  Sat, 16 Aug 2003 01:51:14 +0200

ocamldsort (0.13-1) unstable; urgency=low

  * New upstream release (Closes: #199477)

 -- Dimitri Ara <debian@mutu.net>  Fri, 25 Jul 2003 13:55:14 +0200

ocamldsort (0.12.1-2) unstable; urgency=low

  * ocaml-3.06 builds-depends updated to ocaml-3.06-1 (Closes: #191994)
  * Bumped Standards-Version to 3.5.9.

 -- Dimitri Ara <debian@mutu.net>  Wed,  7 May 2003 22:44:26 +0200

ocamldsort (0.12.1-1) unstable; urgency=low

  * New upstream release
  * Build without the native compiler (Closes: #163527)

 -- Dimitri Ara <debian@mutu.net>  Fri, 11 Oct 2002 23:03:09 +0200

ocamldsort (0.12-1) unstable; urgency=low

  * Initial Release (Closes: #158548)

 -- Dimitri Ara <debian@mutu.net>  Mon, 30 Sep 2002 21:33:11 +0200