File: changelog

package info (click to toggle)
ecl 15.3.7%2Bdfsg1-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 26,120 kB
  • ctags: 15,208
  • sloc: ansic: 162,450; lisp: 99,044; sh: 16,743; asm: 15,203; makefile: 2,503; exp: 187
file content (378 lines) | stat: -rw-r--r-- 11,706 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
ecl (15.3.7+dfsg1-2+deb9u1) stretch; urgency=medium

  * Team upload.
  * Add dependency on libffi-dev for ecl (Closes: #873091).

 -- Sébastien Villemot <sebastien@debian.org>  Thu, 14 Sep 2017 14:33:03 +0200

ecl (15.3.7+dfsg1-2) unstable; urgency=medium

  * Add bignums-dont-collect-gmp-internal-memory.patch. (Closes: #777473)
  * Add myself to Uploaders.
  * Bump Standards-Version to 3.9.8.
  * Update debian/watch.

 -- Tobias Hansen <thansen@debian.org>  Mon, 10 Oct 2016 17:34:53 +0100

ecl (15.3.7+dfsg1-1) unstable; urgency=medium

  * New upstream release (Closes: #714244)
    * Upstream now defaults to unicode builds therefore (Closes: #719177)
    * swank seems to work without additional modifications (Closes: #769309)
    * drop arm cas patch (included upstream)
    * asdf:make-build now shipped by upstream buildsystem (Closes: #576234)
  * drop ecl-doc -- should be reintroduced from the separate ecl-doc source
  * Add dependency on libatomic-ops-dev (Closes: #696033)
  * Move to dh 7


 -- Christoph Egger <christoph@debian.org>  Sun, 03 May 2015 15:01:10 +0200

ecl (13.5.1+dfsg2-4.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Do not let the postrm script delete files on upgrade. (Closes: #613484)
    If you end up without /usr/bin/ecl after upgrading to this version,
    reinstall the package.

 -- Tobias Hansen <thansen@debian.org>  Sat, 13 Sep 2014 10:21:27 +0200

ecl (13.5.1+dfsg2-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop unnecessary build dep on automake1.9. (Closes: #724364)

 -- Eric Dorland <eric@debian.org>  Fri, 14 Mar 2014 23:16:45 -0400

ecl (13.5.1+dfsg2-4) unstable; urgency=medium

  * Update config.* during build (Closes: #727368)
  * Activate CAS emulation for armel

 -- Christoph Egger <christoph@debian.org>  Sat, 28 Dec 2013 17:44:38 +0100

ecl (13.5.1+dfsg2-2) unstable; urgency=medium

  * Upload to unstable

 -- Christoph Egger <christoph@debian.org>  Fri, 27 Dec 2013 15:44:12 +0100

ecl (13.5.1+dfsg2-1) unstable; urgency=medium

  * Remove libffi from tarball forcing the build system to use system
    libffi. This should fix the armel build

 -- Christoph Egger <christoph@debian.org>  Mon, 23 Dec 2013 21:16:30 +0100

ecl (13.5.1+dfsg1-1) unstable; urgency=medium

  * Remove embedded libraries from source tarbal
     Closes: #708868

 -- Christoph Egger <christoph@debian.org>  Mon, 23 Dec 2013 14:32:07 +0100

ecl (13.5.1-1) experimental; urgency=low

  * New upstream release

 -- Christoph Egger <christoph@debian.org>  Sun, 07 Jul 2013 11:24:52 +0200

ecl (12.12.1-2) experimental; urgency=low

  * Disable gengc which conflicts with threading. Should fix some of the
    build failures we're seeing

 -- Christoph Egger <christoph@debian.org>  Fri, 14 Dec 2012 14:35:47 -0800

ecl (12.12.1-1) experimental; urgency=low

  * New upstream releasse

 -- Christoph Egger <christoph@debian.org>  Fri, 07 Dec 2012 15:19:14 -0800

ecl (12.2.1-1) experimental; urgency=low

  * New upstream release
  * Import patch to build on the hurd (Closes: #648993)

 -- Christoph Egger <christoph@debian.org>  Sat, 14 Apr 2012 13:13:12 +0200

ecl (11.1.1-4) unstable; urgency=low

  * disable gengc on ia64 again

 -- Christoph Egger <christoph@debian.org>  Fri, 11 Mar 2011 20:01:14 +0100

ecl (11.1.1-3) unstable; urgency=low

  * build against libgmp-dev instead of libgmp3-dev

 -- Christoph Egger <christoph@debian.org>  Fri, 11 Mar 2011 18:34:26 +0100

ecl (11.1.1-2) unstable; urgency=low

  * New upstream.
  * Move to use quilt
  * Removed Luca from uploaders
  * Updated Standards-Version no real changes
  * Use system boehm libgc again
  * Fixed format of NEWS file
  * We forgot to remove the postrm, causing /usr/bin/ecl to get 
    deleted on upgrades. Fixed this. 

 -- Peter Van Eynde <pvaneynd@debian.org>  Tue, 08 Mar 2011 08:08:56 +0100

ecl (11.1.1-1) experimental; urgency=low

  [ Luca Capello ]
  * debian/control:
    + remove myself from Uploaders:.

  [ Christoph Egger ]
  * New upstream release
  * build against system libatomic-ops
  * Temporarily disable doc build (fails)
  * Remove dh-lisp / clc -- it's expected to disappear

 -- Christoph Egger <christoph@debian.org>  Fri, 04 Mar 2011 00:04:30 +0100

ecl (10.3.1-3) experimental; urgency=low

  * Version for experimental
    * Build against system libgc again (Closes: #554081)

 -- Christoph Egger <christoph@debian.org>  Sun, 18 Jul 2010 12:46:53 +0200

ecl (10.3.1-2) unstable; urgency=low

  * Add a build-depends for install-info (Closes: #574701)

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 31 Mar 2010 09:14:46 +0200

ecl (10.3.1-1) unstable; urgency=low

  * New upstream.
  * Force INSTALL_INFO to ginstall. (Closes: #562433, 573659) 

 -- Peter Van Eynde <pvaneynd@debian.org>  Tue, 16 Mar 2010 21:50:19 +0100

ecl (9.12.3-1) unstable; urgency=low

  * New upstream.
  * Changed copyright link to LGPL-2
  * fix spelling typo in src/clx/image.lisp
  * fix spelling typo in contrib/sockets/sockets.lisp
  * fix spelling typo in src/clos/streams.lsp

 -- Peter Van Eynde <pvaneynd@debian.org>  Thu, 31 Dec 2009 09:56:10 +0100

ecl (9.10.2-1) unstable; urgency=low

  * New upstream release. 
  * use buildin boehm gc for now

 -- Peter Van Eynde <pvaneynd@debian.org>  Mon, 12 Oct 2009 11:47:27 +0100

ecl (9.8.4-2) unstable; urgency=low

  * I should not have changed to lisp section
  * Force the configure script to use ginstall-info, (Closes: #545625)

 -- Peter Van Eynde <pvaneynd@debian.org>  Thu, 24 Sep 2009 11:10:07 +0200

ecl (9.8.4-1) unstable; urgency=low

  * New upstream with major changes.
  * enable threading again
  * Changed to the lisp Section
  * Updated Standards-Version no real changes
  * Added linitian override for the clc directory
  * Added debian/README.building file

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 02 Sep 2009 09:10:09 +0100

ecl (9.6.1-1) unstable; urgency=low

  * New upstream release. 
  * Fixed watch file
  * fixed clean to remove src/gc/configure.in file

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 17 Jun 2009 22:42:16 +0200

ecl (9.4.1-1) unstable; urgency=low

  * New upstream with major changes.
  * now using debhelper version 7
  * updated standard version without any real changes
  * use dh_prep instead of dh_clean -k
  * use redirected sf.net url for watch file
  * added ${misc:Depends} for ecl-doc
  * remove redundant Section field for binary package
  * remove empty usr/lib/ecl/h directory
  * fixed gnu typo in control file
  * fixed watch file to see new version numbering scheme

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 29 Apr 2009 05:58:47 +0200

ecl (0.9j-20080306-5) unstable; urgency=low

  * debian/control:
    + Build-Depends: on chrpath to remove unnecessary rpath headers
      from binaries in /usr/lib/ecl/, thanks to Bill Allombert
      <bill.allombert@math.u-bordeaux1.fr> (Closes: #495756).
    + Depends: on gcc, it's required at installation and everytime
      you want to produce a loadable object file.

  * debian/rules:
    + add chrpath call to 'install' target.

 -- Luca Capello <luca@pca.it>  Tue, 09 Sep 2008 21:54:43 +0200

ecl (0.9j-20080306-4) unstable; urgency=low

  * debian/control:
    + build-depend on quilt to manage patches.

  * debian/patches/series: new file.
  * debian/patches/01_src-configure-add-missing-test.patch:
    + add missing `test' invocation in x86_64 check for dynamic FFI.

  * debian/rules:
    + adapt to quilt.

 -- Luca Capello <luca@pca.it>  Mon, 07 Jul 2008 18:49:53 +0200

ecl (0.9j-20080306-3) unstable; urgency=low

  * debian/rules:
    + fix FTBFS: move ls call from binary-arch to binary-indep,
      thanks to Bastian Blank <waldi@debian.org> (Closes: #488811).

 -- Luca Capello <luca@pca.it>  Mon, 07 Jul 2008 00:18:07 +0200

ecl (0.9j-20080306-2) unstable; urgency=low

  * debian/control:
    + add myself to Uploaders:.
    + add Vcs-Browser field.
    + remove trailing spaces from the long Description:.
    + conflict with common-lisp-controller << 6.15 because of #477169.
    + correct Info/HTML capitalizations in ecl-doc long Description:.
    - remove xutils from Build-Depends:.
    - remove traling empty lines.

  * debian/ecl-doc.doc-base:
    + new section 'Programming' (thanks to lintian).

  * debian/rules:
    + fix FTBFS: instead of simply reverting swap of binary-indep
      and binary-arch targets, create the arch-dependent "ecl"
      package in binary-arch and the arch-independent "ecl-doc" in
      binary-indep, thanks to Sebastian Bober <sbober@servercare.de>
      for the patch (Closes: #471223).
    + remove trailing spaces.
    + correct lintian warning debian-rules-ignores-make-clean-error.

 -- Luca Capello <luca@pca.it>  Sun, 15 Jun 2008 19:30:07 +0200

ecl (0.9j-20080306-1) unstable; urgency=low

  * New upstream version.
  * updated standard version no real changes
  * added Homepage
  * Use default gcc (Closes: #463291)
  * Changed to group maintanance
  * Corrected Vcs-Git control field
  * swap binary-indep and binary-arch round

 -- Peter Van Eynde <pvaneynd@debian.org>  Fri, 07 Mar 2008 22:13:58 +0100

ecl (0.9i-20070908-1) unstable; urgency=low

  * added Svc line to control file
  * New upstream.

 -- Peter Van Eynde <pvaneynd@debian.org>  Thu, 27 Sep 2007 06:08:29 +0200

ecl (0.9i-20070324-2) unstable; urgency=low

  * Upload to unstable. 

 -- Peter Van Eynde <pvaneynd@debian.org>  Mon, 09 Apr 2007 11:51:51 +0200

ecl (0.9i-20070324-1) experimental; urgency=low

  * New upstream version, adds support for Hurd.
    (Closes: #410374, #410368, #410367)

 -- Peter Van Eynde <pvaneynd@debian.org>  Tue, 27 Mar 2007 09:35:49 +0200

ecl (0.9i-20070214-1) experimental; urgency=low

  * new upstream, added GC_total_bytes fix.
  * updated standard version, no real changes
  * Fix for the strange FTBFS when unpacked in a path with a space 
    (Closes: #410009)

 -- Peter Van Eynde <pvaneynd@debian.org>  Tue, 27 Feb 2007 11:59:49 +0100

ecl (0.9i-2) unstable; urgency=low

  * added GNU/kFreeBSD support (Closes: #377042)
  * Use system boehm gc.

 -- Peter Van Eynde <pvaneynd@debian.org>  Mon, 24 Jul 2006 19:35:12 +0200

ecl (0.9i-1) unstable; urgency=low

  * New upstream release.

 -- Peter Van Eynde <pvaneynd@debian.org>  Sun,  2 Jul 2006 00:20:00 +0200

ecl (0.9h-20060617-1) unstable; urgency=low

  * New upstream version
  * Updated standards version without real changes. 

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 21 Jun 2006 09:21:21 +0200

ecl (0.9h-20060510-1) unstable; urgency=low

  * New upstream release.
  * Did some rpath magic. Should:
    (Closes: #367415)
  * Updated doc-base file to include Index
  * Added removal of ecl and .o files  on upgrade

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 17 May 2006 02:46:26 +0200

ecl (0.9h-20060322-1) unstable; urgency=low

  * New upstream
  * Added build libraries and tools also for
    main package, as it needs gcc and libraries to
    build a new pacakge. (Closes: #360572)
  * Build with gcc-4.1  (Closes: #362088)

 -- Peter Van Eynde <pvaneynd@debian.org>  Thu, 13 Apr 2006 09:16:16 +0200

ecl (0.9h-20060216-2) unstable; urgency=low

  [René van Bevern]
  * debian/control:
    + Build-Depends: add dh-lisp 0.6
    + Depends: remove common-lisp-controller (>= 5.11), it is
      automatically added
    + Provides: remove ${ecl:fasl-version} as it is defined nowhere
  
  [Peter Van Eynde]
  * Expanded copyright file to properly differentate files.

 -- Peter Van Eynde <pvaneynd@debian.org>  Sun, 26 Mar 2006 22:49:02 +0200

ecl (0.9h-20060216-1) unstable; urgency=low

  * Initial release. (Closes: #261350)

 -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 11 Jan 2006 15:13:59 +0100