2008
clisp (1:2.44.1-4.1) unstable; urgency=low
* Non-maintainer upload.
* Readd s390 support.
* Remove host instructionset definition, regenerate src/configure.
(closes: #488817)
-- Bastian Blank <waldi@debian.org> Sun, 10 Aug 2008 09:28:14 +0000
clisp (1:2.44.1-4) unstable; urgency=low
* debian/control:
- drop s390 support, it seems it really needs ./configure --build.
-- Luca Capello <luca@pca.it> Wed, 23 Jul 2008 19:50:10 +0200
clisp (1:2.44.1-3) unstable; urgency=low
* doc/_clisp.1:
- restore upstream version, modifications to upstream files must
be managed through a Debian-specific patch system.
* doc/faq.xml:
- restore upstream version, modifications to upstream files must
be managed through a Debian-specific patch system.
* debian/clisp-doc.install:
+ correct install path.
* debian/clisp-dev.install:
+ install clisp-link manpage.
* debian/clisp.install:
+ install clisp manpage.
* debian/control:
+ build-depend on quilt to manage patches.
- remove libxt-dev from clisp Build-Depends: and clisp-dev
Depends:, they are not used and generate unnecessary
library inclusions in clisp-dev makevars, thanks to Jörg
Sommer <joerg@alea.gnuu.de> (Closes: #462087).
* debian/dirs:
- remove, useless.
* debian/patches/series: new file.
* debian/patches/01_fix-comment-in-src-ariarm.d.patch:
+ fix FTBFS: backport upstream fix (Closes: #490944).
* debian/patches/02_add-clisp-link-manpage.patch:
+ first version for the clisp-link manpage.
* debian/rules:
+ fix FTBFS: since backporting the upstream support for standard
autoconf options (--build and --host) is too much a pain, add a
`export CC=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)-gcc`,
thanks to Bastian Blank <waldi@debian.org> (Closes: #488817).
+ adapt to quilt.
- remove unwanted upstream doc/ files on 'install' target.
- remove useless dh_installman call from 'binary-indep' target.
-- Luca Capello <luca@pca.it> Mon, 21 Jul 2008 02:14:29 +0200
clisp (1:2.44.1-2) unstable; urgency=low
* debian/control:
+ add libdb-dev to clisp-dev Depends:, thanks to Jörg Sommer
<joerg@alea.gnuu.de> (Closes: #462086).
+ add libffcall1-dev to clisp-dev Depends:, thanks to Jörg Sommer
<joerg@alea.gnuu.de> (Closes: #468090).
* debian/rules:
+ fix FTBFS: allow 'MAKEFLAGS=-jN', thanks to Albin Tonnerre
<albin.tonnerre@gmail.com> for the patch (Closes: #487381).
-- Luca Capello <luca@pca.it> Wed, 09 Jul 2008 17:25:15 +0200
clisp (1:2.44.1-1) unstable; urgency=low
* New bugfix Upstream Version:
+ Add a workaround against a gcc 4.2.x bug [ 1836142 ].
+ Make it work with gcc 4.3 snapshots [ 1836142 ]
fix Debian FTBFS, thank Sebastian Bober <sbober@servercare.de>
for having discovered it (Closes: #474810).
* debian/clisp*.install:
+ replace 2.44 with 2.44.1 to reflect the new upstream version.
* debian/clisp.sh:
+ replace 2.44 with 2.44.1 to reflect the new upstream version.
* debian/control:
+ add myself to Uploaders:.
+ add Vcs-Browser field.
- remove xutils from Build-Depends: and clisp-dev Depends:.
- remove trailing space and line.
* debian/preinst:
+ replace 2.44 with 2.44.1 to reflect the new upstream version.
- remove trailing spaces.
* debian/postrm:
+ replace 2.44 with 2.44.1 to reflect the new upstream version.
- remove trailing spaces.
* debian/rules:
+ replace 2.44 with 2.44.1 to reflect the new upstream version.
- remove suspicious line.
- remove trailing spaces.
- do not try to change permissions for ffcall/configure, since
GNU libffcall is no more included since version 2.44.
- do not try to change permissions for libcharset/configure, since
GNU libffcall is no more included since version 2.43 (its use
has been replaced by gnulib/localcharset)
-- Luca Capello <luca@pca.it> Thu, 19 Jun 2008 20:52:36 +0200
clisp (1:2.44-1) unstable; urgency=low
* New Upstream Version
Major changes:
* CLISP does not come with GNU libffcall anymore.
This is now a separate package and should be installed separately.
* CLOS now issues warnings of type CLOS:CLOS-WARNING.
See <http://clisp.cons.org/impnotes/mop-clisp.html#mop-clisp-warn>
for details.
* Speed up list and sequence functions when :
TEST is EQ, EQL, EQUAL or EQUALP.
* Rename EXT:DELETE-DIR, EXT:MAKE-DIR, and EXT:RENAME-DIR to
EXT:DELETE-DIRECTORY, EXT:MAKE-DIRECTORY, and EXT:RENAME-DIRECTORY,
respectively, for consistency with EXT:PROBE-DIRECTORY,
EXT:DEFAULT-DIRECTORY and CL:PATHNAME-DIRECTORY.
The old names are still available, but deprecated.
* The :VERBOSE argument to SAVEINITMEM defaults to a new user variable
SAVEINITMEM-VERBOSE, intial value T.
See <http://clisp.cons.org/impnotes/image.html> for details.
* Bug fixes:
+ Fix FRESH-LINE at the end of a line containing only TABs. [ 1834193 ]
+ PPRINT-LOGICAL-BLOCK no longer ignores PRINT-PPRINT-DISPATCH-TABLE.
[ 1835520 ]
+ BYTE is now a full-fledged type. [ 1854698 ]
+ Fix linux:dirent definition in the bindings/glibc module. [ 1779490 ]
+ Symbolic links into non-existent directories can now be deleted.
[ 1860489 ]
+ DIRECTORY :FULL on directories now returns the same information as
on files. [ 1860677 ]
+ CLISP no longer hangs at the end of a script coming via a pipe
("clisp < script.lisp" or "cat script | clisp"). [ 1865567 ]
+ When CURRENT-LANGUAGE is incompatible with TERMINAL-ENCODING,
CLISP no longer goes into an infinite recursion trying to print
various help messages. [ 1865636 ]
+ Fix the "Quit" debugger command. [ 1448744 ]
+ Repeated terminating signals kill CLISP instantly with the correct
exit code. [ 1871205 ]
+ Stack inspection is now safer. [ 1506316 ]
+ Errors in the RC-file and init files are now handled properly.
[ 1714737 ]
+ Avoid the growth of the restart set with each image save. [ 1877497 ]
+ Handle foreign functions coming from the old image which cannot be
validated. [ 1407486 ]
+ Fix signal code in bindings/glibc/linux.lisp. [ 1781476 ]
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 18 Feb 2008 06:36:09 +0100
2007
clisp (1:2.43-2) unstable; urgency=low
* now using git * Fixed Vcs-Git entry * Changed to group maintanance * updated standard version no real changes * added watch file
-- Peter Van Eynde <pvaneynd@debian.org> Wed, 19 Dec 2007 11:01:26 +0100
clisp (1:2.43-1) unstable; urgency=low
* New upstream release.
* removed the lisp-* hack, use real version in all scripts
(Closes: #450452)
* Use default gcc again
* Fixed dpkg warnings about "unable to delete old directory `/usr/lib/clisp"
(Closes: #448431)
* Added support for module berkeley-db (Closes: #443804)
-- Peter Van Eynde <pvaneynd@debian.org> Thu, 13 Dec 2007 05:31:23 +0100
clisp (1:2.42-3) unstable; urgency=low
* Forgot to regenerate configure script. 2.42 for real this time!
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 26 Oct 2007 23:41:53 +0200
clisp (1:2.42-2) unstable; urgency=low
* Fix glob expansion * Fix clisp version number.
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 26 Oct 2007 06:11:54 +0200
clisp (1:2.42-1) unstable; urgency=low
* New upstream version. * added hurd-i386 to architectures (Closes: #434719) * Use Vcs-Bzr in control file * clisp now uses /usr/lib/clisp-<version>
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 26 Oct 2007 05:13:42 +0200
clisp (1:2.41-2) unstable; urgency=low
* Fixed XS-Vcs-Bzr item in the control file. * Added hurd-i386 support. (Closes: #409827, #409827)
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 14 Sep 2007 11:16:12 +0200
2006
clisp (1:2.41-1) unstable; urgency=low
* updated XS-Vcs-Svn field
* New upstream release. Mostly bugfixes and:
- New module libsvm interface
- The same internal interface now handles FFI forms DEF-CALL-OUT and
DEF-C-VAR regardless of the presence of the :LIBRARY argument.
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 13 Oct 2006 15:19:48 +0200
clisp (1:2.40-2) unstable; urgency=low
* Included documentation patch from
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=1569234&group_id=1355
* Fix FTBFS on ia64 by not using -O2 when compiling. Stable gcc, isn't it?
* On second thoughts, let us try if doing this also helps sparc and mipsel.
-- Peter Van Eynde <pvaneynd@debian.org> Wed, 4 Oct 2006 18:10:31 +0200
clisp (1:2.40-1) unstable; urgency=low
* New upstream version. * Don't run test anymore as they make the build fail hard. * Fixed clisp manual page
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 2 Oct 2006 14:43:30 +0200
clisp (1:2.39-3) unstable; urgency=medium
* Disable FFI on mipsel, fixes the FTBFS.
* Ignore the results of running the tests because the network
stack is sometimes not correct on the buildd daemons (localhost
does not resolve). We still do run the tests and we will review
the output of the buildd daemons for 'real' problems.
Fixes the FTBFS for amd64, hppa. (Closes: 388752)
* Added XS-X-Vcs-Darcs header
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 25 Sep 2006 07:57:43 +0200
clisp (1:2.39-2) unstable; urgency=low
* Don't use -O0 anymore for ia64, hint from Dr. Werner Fink at suse.de
* Run tests after building the clisp.
* Drop support for sparc. Not having a machine to test sparc problems
on just makes it too difficult to support. I hope not many users will
be impacted. (Closes: #386075)
-- Peter Van Eynde <pvaneynd@debian.org> Wed, 20 Sep 2006 10:41:00 +0200
clisp (1:2.39-1) unstable; urgency=low
* Included patch from Thiemo Seufer to re-enable FFI for mips/mipsel.
Closes: #377722
* New upstream. Highlights of this new version:
- SAVEINITMEM now accepts :SCRIPT argument
- FFI:UINT64 and FFI:SINT64 are now compatible with C's long long type.
- Stack overflow detection and recovery finally work fine on Unix.
- It is now possible to specify the default method-combination of a generic
function,
- Readline completion works with non 1:1 terminal encodings, e.g. UTF-8.
- WITH-KEYBOARD works with a Unix tty even when SLIME hijacks TERMINAL-IO.
- New functions: POSIX:FFS, POSIX:PATHCONF.
- Bug fixes:
+ SOCKET:SOCKET-SERVER :INTERFACE now behaves as documented.
+ EXT:READ-BYTE-NO-HANG and SOCKET:SOCKET-STATUS used to hang on
buffered binary sockets.
+ Allow DESTRUCTURING-BIND (a . b) with circular and dotted lists.
+ ADJUST-ARRAY of zero length adjustable string now works.
+ TIME now reports correct results when the heap grows over 4GB.
+ RAWSOCK functions now handle :START/:END arguments correctly.
+ BDB:DBC-GET now accepts :READ-COMMITTED and :READ-UNCOMMITTED.
+ POSIX:GROUP-INFO and POSIX:USER-INFO now handle errors correctly.
* Use CFLAGS as configure now respects this.
* Fixed clisp.1 manual page, it had '.sp \-1'.
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 28 Jul 2006 06:07:21 +0200
clisp (1:2.38-8) unstable; urgency=low
* Depend on new libsigsegv-dev version
-- Peter Van Eynde <pvaneynd@debian.org> Sun, 2 Jul 2006 23:48:29 +0200
clisp (1:2.38-7) unstable; urgency=low
* Depend on non-broken libsigsegv-dev * use -O0 on ia64
-- Peter Van Eynde <pvaneynd@debian.org> Sun, 2 Jul 2006 00:21:02 +0200
clisp (1:2.38-6) unstable; urgency=low
* Force ia64 to compile with -O0, this seems to fix the crashes
when using gcc-4.1. Closes: #373697
* For the same bug: we now undef unused before including signal.h
because unused is used in the user_fpregs struct on arm.
Should fix FTBFS on arm.
* Make configure and other scripts executable on clean
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 17 Jun 2006 22:02:06 +0200
clisp (1:2.38-5) unstable; urgency=low
* Added support for GNU/kFreeBSD (Closes: #366143) * Updated standard version without real changes.
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 15 May 2006 00:57:39 +0200
clisp (1:2.38-4) unstable; urgency=low
[Peter Van Eynde]
* Redid Depends for clisp, this should
fix the FTBFS probems for mcvs.
(Closes: #346164)
* Use newer libsigsegv
* Try to rebuild for m68k.
* Updated standards version without real changes.
[René van Bevern]
* debian/control: remove dependency on "common-lisp-controller (>=
4.27)", it is added by dh-lisp and should not resoult in a double
dependency
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 2 May 2006 20:00:32 +0200
clisp (1:2.38-3) unstable; urgency=low
* Build with gcc-4.1, should fix:
Closes: #344525, #349229.
* Also support GNU/kFreeBSD. Closes: #342640
* Removed build-essential dependency of clisp-dev and replaced it
with the used packages.
-- Peter Van Eynde <pvaneynd@debian.org> Thu, 13 Apr 2006 16:23:56 +0200
clisp (1:2.38-2) unstable; urgency=low
* Integrated ubuntu patches from Stefan Potyra <sistpoty@ubuntu.com>: + Adding a small patch to debian/rules to substitue the dependency on gcc-3.3 on these architectures for clisp-dev (with a variable in debian/control). + Add -falign-functions=4 to CFLAGS to fix FTBFS on AMD64. See: https://launchpad.net/products/clisp/+bug/6511 + Change Predepends of xlibs to libx11-6 libxext6 libxpm4 * rebuild with updated libsigsegv.
-- Peter Van Eynde <pvaneynd@debian.org> Wed, 15 Mar 2006 17:53:13 +0100
clisp (1:2.38-1) unstable; urgency=low
* New upstream.
* Maybe amd64 will work with gcc-3.3?
Is a working debian host to test this on
not nice? Sigh. We will see if it fails
again. Seeing the logs would help.
Thanks to Ubuntu to actually have the
buildd logs available.
* As it is impossible to have a dependency on gcc-3.3
only for some architectures, have _all_ of them
depend on gcc-3.3, but add build-essential
for all other architectures.
* Fixed Build-dep on libreadline-dev (Closes: #351339)
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 4 Feb 2006 12:54:43 +0100
clisp (1:2.36-4) unstable; urgency=low
* fix for:
'ERROR: Package builds clisp-doc_2.36-3_all.deb
when binary-indep target is not called.
This is a bug in the packaging'
* use v9 sparc as cpu, as the assembler requires this.
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 20 Jan 2006 09:43:33 +0100
clisp (1:2.36-3) unstable; urgency=low
* expanded xlibs-dev build-depends (Closes: #346649) * Added ia64 to FFI-less architectures (Closes: #346217)
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 17 Jan 2006 14:22:55 +0100
2005
clisp (1:2.36-2) unstable; urgency=low
* Add build-depends on xutils,libxt-dev (Closes: #342552) * added kfreebsd-i386 to the architecture list (Closes: #342640) * disable FFI on ia64 because it doesn't build correctly
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 9 Dec 2005 16:42:20 +0100
clisp (1:2.36-1) unstable; urgency=low
* New upstream version.
* Improved errorchecking during installation,
made removal more failsave.
Closes: #340274
* Improved error propagation during installation,
should signal all errors to clc now. Should fix
these strange problems we've been seeing.
Closes: #340274, #340646
* Try gcc on sparc, could Closes: #341850
* Could not get it to work on m68k. Upstream
also does not test anymore on this architecture, so
for all pratical purposes the port is dead.
Patches welcome.
Closes: #162019, #62116, #64853
* Improved package descriptions.
-- Peter Van Eynde <pvaneynd@debian.org> Thu, 8 Dec 2005 08:16:40 +0100
clisp (1:2.35-9) unstable; urgency=low
* fixed dependency on common-lisp-controller. Forgot to add
${misc:Depends} to the control file!
Closes: #340250
* Removed Conflict between clisp and clisp-dev, clisp-doc as to avoid
sbcl-like build problems.
* Added suggest for slime.
-- Peter Van Eynde <pvaneynd@debian.org> Thu, 24 Nov 2005 07:21:17 +0100
clisp (1:2.35-8) unstable; urgency=low
* Corrected the conflicts of the sub-packages.
* Removed unrequired patches from the sources
* Simplified creation of mem files: now the
original file is always left in place, and
a new file with clc in created on install.
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 5 Nov 2005 23:38:58 +0100
clisp (1:2.35-7) unstable; urgency=low
* So with gcc-4 on sparc we got the pretty impressive:
;; Loading file defs1.lisp ...
*** - quotient GGGGGGGG0GGGGGGGG0GGGGGGGG0GGGGGGGG\
0GGGGGGGG0GGGGGGGG0GGGGGGGG / GGGGGGGG\
is not an integer
Now on m68k we get the even more impressive:
cat '/build/buildd/clisp-2.35/src/intparam.c' >> tmp.c
gcc -D SAFETY=3 -D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE \
-D NO_SINGLEMAP -D NO_TRIVIALMAP tmp.c -o intparam
tmp.c: In function 'main5':
tmp.c:422: internal compiler error: in instantiate_virtual_regs_lossage,
at function.c:1442
So we're going to use gcc-3.3 for both architectures and hope
that upstream or the gcc maintainers get this one right.
Change: also use gcc-3.3 for m68k.
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 29 Oct 2005 16:55:28 +0200
clisp (1:2.35-6) unstable; urgency=low
* On sarge on sparc at least clisp does compile with gcc-3.3
so we force to use 3.3 on sparc. Should Closes: #321177
* Use ${Source-Version} to force packages to upgrade together.
* clisp now suggests clisp-dev, but we should still provide a better
description of what clisp-dev exactly does and why one would need to
install it. Never mind writing a man page for clisp-link.
Closes: #329919
-- Peter Van Eynde <pvaneynd@debian.org> Sat, 29 Oct 2005 08:37:28 +0200
clisp (1:2.35-5) unstable; urgency=low
* Removed patching of source, I prefer to use darcs
* Safer compilation settings for the more exotic architectures.
They seem to work in interactive testing, let us see on
the buildd's.
-- Peter Van Eynde <pvaneynd@debian.org> Tue, 25 Oct 2005 15:09:49 +0200
clisp (1:2.35-4) unstable; urgency=low
* configure gets rerun gratuitiously (Closes: #334234) * Added build-depends on a new version of dh-lisp, to avoid FTBS. * Again use gcc 4.0 on all platforms. Hint of Thiemo Seufer
-- Peter Van Eynde <pvaneynd@debian.org> Fri, 21 Oct 2005 23:40:24 +0200
clisp (1:2.35-3) unstable; urgency=low
* Updated FSF address * New maintainer. (Closes: #330076: RFA: clisp -- GNU CLISP, a Common Lisp implementation - Debian Bug report logs) * Added dependency for quilt
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 17 Oct 2005 23:00:37 +0200
clisp (1:2.35-2) unstable; urgency=low
* Fix FTBFS caused by charset encoding of fasl version code.
-- Will Newton <will@debian.org> Tue, 13 Sep 2005 19:58:33 +0100
clisp (1:2.35-1) unstable; urgency=low
* New upstream version. * Update description. * Add support for providing the fasl version, thanks to Rene van Bevern.
-- Peter Van Eynde <pvaneynd@debian.org> Mon, 10 Oct 2005 10:00:02 +0200
clisp (1:2.34-5) unstable; urgency=low
* More build fixes for CLX.
-- Will Newton <will@debian.org> Thu, 11 Aug 2005 21:58:31 +0100
clisp (1:2.34-4) unstable; urgency=low
* Patch from upstream CVS to fix MIT CLX build. * Fix previous mips fix.
-- Will Newton <will@debian.org> Wed, 10 Aug 2005 20:55:35 +0100
clisp (1:2.34-3) unstable; urgency=low
* Further build fixes for arm and mips.
-- Will Newton <will@debian.org> Tue, 9 Aug 2005 20:22:38 +0100
clisp (1:2.34-2) unstable; urgency=low
* Fix clisp-dev readline depends. * Add build-dep on xutils. (Closes: #321045) * Fixes for build on mips, mipsel and arm.
-- Will Newton <will@debian.org> Mon, 8 Aug 2005 19:46:27 +0100
clisp (1:2.34-1) unstable; urgency=low
* New upstream version. (Closes: #163875, #319974) - Now includes MOP support. - Better ANSI CL compliance. * Bump standards version to 3.6.2. * Use quilt for patch management. * Try gcc 4.0 on all platforms.
-- Will Newton <will@debian.org> Sat, 2 Jul 2005 15:18:20 +0100
clisp (1:2.33.2-10) unstable; urgency=low
* Build dep on gcc 2.95 on mipsel.
-- Will Newton <will@debian.org> Wed, 23 Feb 2005 00:00:19 +0000
clisp (1:2.33.2-9) unstable; urgency=low
* Actually enable FFI on mipsel.
-- Will Newton <will@debian.org> Sun, 20 Feb 2005 15:19:15 +0000
clisp (1:2.33.2-8) unstable; urgency=low
* Acknowledge NMU (Closes: #283171). Thanks Frank! * Add patches from Thiemo Seufer to get FFI working on mips/mipsel. * Fix URLs in READMEs (Closes: #296000). * Build Depend on libreadline5-dev.
-- Will Newton <will@debian.org> Sun, 20 Feb 2005 13:40:24 +0000
clisp (1:2.33.2-7.1) unstable; urgency=high
* NMU
* Disable FFI on mipsel again, just doesn't seem to work
(Closes: #283171)
-- Frank Lichtenheld <djpig@debian.org> Sat, 5 Feb 2005 15:25:35 +0100
2004
clisp (1:2.33.2-7) unstable; urgency=low
* Fix build so aclocal is not called unnecessarily (Closes: #272670).
-- Will Newton <will@debian.org> Wed, 22 Sep 2004 23:29:07 +0100
clisp (1:2.33.2-6) unstable; urgency=low
* Further mipsel fixing, try and get it right this time. * Make clisp-dev depend on gcc-2.95 on mips/mipsel (Closes: #272550). - Thanks to Robin Verduijn.
-- Will Newton <will@debian.org> Mon, 20 Sep 2004 22:18:31 +0100
clisp (1:2.33.2-5) unstable; urgency=low
* Add support for FFI on mipsel.
-- Will Newton <will@debian.org> Fri, 17 Sep 2004 19:59:02 +0100
clisp (1:2.33.2-4) unstable; urgency=low
* Fix FFI for mips (Closes: #200400). - Thanks to Thiemo Seufer.
-- Will Newton <will@debian.org> Wed, 15 Sep 2004 21:25:19 +0100
clisp (1:2.33.2-3) unstable; urgency=low
* Fix FFI for ia64 (Closes: #200245, #269556).
-- Will Newton <will@debian.org> Mon, 6 Sep 2004 23:34:53 +0100
clisp (1:2.33.2-2) unstable; urgency=low
* Add common-lisp-controller v4 support (Closes: #263009). - Thanks to Kevin M. Rosenberg.
-- Will Newton <will@debian.org> Sat, 14 Aug 2004 17:05:07 +0100
clisp (1:2.33.2-1) unstable; urgency=low
* New upstream version. * Fix build on alpha (Closes: #253679).
-- Will Newton <will@debian.org> Wed, 9 Jun 2004 20:15:44 +0100
clisp (1:2.33.1-1) unstable; urgency=low
* New upstream version. * Split out clisp-dev package (Closes: #249914).
-- Will Newton <will@debian.org> Sun, 23 May 2004 12:16:25 +0100
clisp (1:2.33-2) unstable; urgency=medium
* Build fixes for alpha, arm and hppa. * Updated description.
-- Will Newton <will@debian.org> Wed, 24 Mar 2004 19:25:50 +0000
clisp (1:2.33-1) unstable; urgency=low
* New upstream release. * Fixes build on 64bit userland. (Closes: #221242)
-- Will Newton <will@debian.org> Tue, 23 Mar 2004 14:02:36 +0000
clisp (1:2.32.94-1) unstable; urgency=low
* Pre-release of 2.33. * Merging of many patches upstream.
-- Will Newton <will@debian.org> Mon, 15 Mar 2004 17:38:36 +0000
clisp (1:2.32-7) unstable; urgency=low
* Further purging of preprocessor pasting to appease gcc. * Workaround gcc bug with asm constraints on m68k. * Declare Pre-Depends (ick) on xlibs. (Closes: #228629)
-- Will Newton <will@debian.org> Thu, 19 Feb 2004 20:32:10 +0000
clisp (1:2.32-6) unstable; urgency=low
* Remove Suggests: xlibs, shlibdeps does the right thing.
* Fix libsigsegv usage on arm.
* Set LD_LIBRARY_PATH so we can find X libs in postinst.
(Closes: #228629)
* Do not unconditionally purgew all of /usr/lib/clisp.
(Closes: #230177)
-- Will Newton <will@debian.org> Thu, 29 Jan 2004 18:04:08 +0000
clisp (1:2.32-5) unstable; urgency=low
* Add Suggests: gdb and a note in README.Debian mentioning that
using the disassemble function requires gdb installed.
* Shuffle declaration in lispbibl.d to fix arm build.
* Disable FFI on ia64 to fix FTBFS. (Closes: #224462)
* Add a missing typecode guard to fix build on 64bit arches.
-- Will Newton <will@debian.org> Mon, 19 Jan 2004 20:44:17 +0000
clisp (1:2.32-4) unstable; urgency=low
* OK, I give in. Try disabling typecodes on all arches.
-- Will Newton <will@debian.org> Thu, 15 Jan 2004 00:39:24 +0000
clisp (1:2.32-3) unstable; urgency=low
* Fix for typecodes build (ia64, alpha).
-- Will Newton <will@debian.org> Mon, 5 Jan 2004 21:57:11 +0000
clisp (1:2.32-2) unstable; urgency=low
* Reintroduce mips build fix.
-- Will Newton <will@debian.org> Sat, 3 Jan 2004 13:44:49 +0000
clisp (1:2.32-1) unstable; urgency=low
* New upstream version. * new-clx module supports X authentication (Closes: #166094) * clisp.h no longer includes non-existant files (Closes: #216971) * Symlink clisp-link into /usr/bin (Closes: #175974) * Current cl-asdf seems to work fine (Closes: #197029)
-- Will Newton <will@debian.org> Thu, 1 Jan 2004 22:30:57 +0000
2003
clisp (1:2.31-4) unstable; urgency=low
* Removed Build-Conflicts. * Build depend on new version of libsigsegv-dev. * Add Conflicts on old versions of clisp-doc. (Closes: #211873) * Rebuild against new libc6 and libsigsegv. - Should fix hppa build (Closes: #199025)
-- Will Newton <will@debian.org> Mon, 22 Sep 2003 09:23:29 +0100
clisp (1:2.31-3) unstable; urgency=low
* Fix build without dynamic ffi. * Add Build-Conflicts on broken libc6-dev. * Add fix for ppc build.
-- Will Newton <will@debian.org> Mon, 8 Sep 2003 13:19:31 +0100
clisp (1:2.31-2) unstable; urgency=low
* Really don't build ffcall on unsupported arches. * Add mips to list of unsupported arches.
-- Will Newton <will@debian.org> Fri, 5 Sep 2003 09:54:53 +0100
clisp (1:2.31-1) unstable; urgency=low
* New upstream version. * Bumped DH_COMPAT to 4. * Bumped standards version to 3.6.1. * Cleaned up build process.
-- Will Newton <will@debian.org> Thu, 4 Sep 2003 18:14:02 +0100
clisp (1:2.30-9) unstable; urgency=low
* Fix build on arm. * Disable global register variables on all architectures.
-- Will Newton <will@debian.org> Fri, 6 Jun 2003 09:52:05 +0100
clisp (1:2.30-8) unstable; urgency=low
* Fix build with gcc-3.3 (Closes: #196246)
-- Will Newton <will@debian.org> Thu, 5 Jun 2003 19:35:16 +0100
clisp (1:2.30-7) unstable; urgency=low
* Acknowledge NMU (Closes: #174272,#173728,#162186) * Work around gcc bug with global register variables. (Closes: #183796, #184632) * Updated Standards-Version.
-- Will Newton <will@debian.org> Mon, 12 May 2003 18:52:05 +0100
clisp (1:2.30-6.1) unstable; urgency=low
* NMU with permission * Remove obsolete install-defsystem & remove-defsystem options in clisp.sh * Add preinst and postrm files to remove .mem and .run files. Closes:#174272,#173728,#162186. * Exclude lispinit.mem from md5sums since this file is modified after the Common Lisp Controller installation.
-- Kevin M. Rosenberg <kmr@debian.org> Tue, 4 Mar 2003 10:32:15 -0700
2002
clisp (1:2.30-6) unstable; urgency=low
* Added common-lisp-controller fixes from Kevin M. Rosenberg. * Closes: #165722, #170651 * Use new-clx module on capable architectures, mit-clx on others. * Build-Depend xlibs-dev, Suggest xlibs
-- Will Newton <will@debian.org> Tue, 10 Dec 2002 22:01:24 +0000
clisp (1:2.30-5) unstable; urgency=low
* More alpha fixes.
-- Will Newton <will@debian.org> Tue, 24 Sep 2002 00:06:58 +0100
clisp (1:2.30-4) unstable; urgency=low
* Alpha build fix.
* Close bugs from previous changelog entries
- Closes: #123035, #126913, #118818, #123076, #149131
- Closes: #46059, #108901, #130077
* Disable FFI on mipsel.
* Try and fix m68k.
-- Will Newton <will@debian.org> Mon, 23 Sep 2002 16:56:41 +0100
clisp (1:2.30-3) unstable; urgency=low
* Fix ARM build. * common-lisp-controller support. (Closes: Bug#108884) - Thanks to Kevin M. Rosenberg <kmr@debian.org> * Fix bashisms in c-l-c code. * First upload as a DD!
-- Will Newton <will@debian.org> Sun, 22 Sep 2002 21:08:40 +0100
clisp (1:2.30-2) unstable; urgency=low
* Add readline build depends. * Better fix for hppa crash. * Uploaded sponsored by "Matthew Danish <mdanish@andrew.cmu.edu>"
-- Will Newton <will@debian.org> Fri, 20 Sep 2002 03:16:01 +0100
clisp (1:2.30-1) unstable; urgency=low
* New upstream version
- Use system versions of libiconv, gettext and readline.
- Split off libsigsegv.
- Use UCS-4 characters internally.
- Russian translation.
* Disable dynamic FFI on ARM
* Disable register allocation on sparc. (Closes: Bug#46059, Bug#108901)
* Disable dynamic FFI on hppa, fix arihppa.d.
* Should finally build on hppa.
-- Will Newton <will@debian.org> Wed, 18 Sep 2002 01:33:41 +0100
clisp (1:2.29-2) unstable; urgency=low
* Add regexp module support.
-- Will Newton <will@debian.org> Sun, 11 Aug 2002 22:06:51 +0100
clisp (1:2.29-1) unstable; urgency=low
* New upstream release.
-- Will Newton <will@debian.org> Wed, 31 Jul 2002 01:48:37 +0100
clisp (1:2.28-2) unstable; urgency=low
* Export syscalls (Closes: Bug#123076) * Support CLX (Closes: Bug#118818) * Fixed in last upload (Closes: Bug#149131, Bug#123035, Bug#126913) * Acknowledge NMU (Closes: Bug#130077) * Add glibc bindings. * Yet more hppa fixes. * First attempt at mipsel support.
-- Will Newton <will@debian.org> Sat, 13 Jul 2002 14:57:06 +0100
clisp (1:2.28-1) unstable; urgency=low
* Final set of hppa fixes. * Release into the wild.
-- Will Newton <will@debian.org> Fri, 14 Jun 2002 15:22:41 +0100
clisp (1:2.28-0.6) unstable; urgency=low
* Hopefully fix mips build. * More hppa fixes.
-- Will Newton <will@debian.org> Thu, 21 Mar 2002 15:57:10 +0000
clisp (1:2.28-0.5) unstable; urgency=low
* Hopefully fix ARM build.
-- Will Newton <will@debian.org> Thu, 21 Mar 2002 13:32:07 +0000
clisp (1:2.28-0.4) unstable; urgency=low
* Hopefully fix sparc build.
-- Will Newton <will@debian.org> Thu, 21 Mar 2002 03:15:22 +0000
clisp (1:2.28-0.3) unstable; urgency=low
* Update config.{sub,guess}.
* Fix alpha build.
-- Will Newton <will@misconception.org.uk> Wed, 20 Mar 2002 18:32:52 +0000
clisp (1:2.28-0.2) unstable; urgency=low
* New maintainer. * Really fix hppa build.
-- Will Newton <will@misconception.org.uk> Mon, 18 Mar 2002 18:12:20 +0000
clisp (1:2.28-0.1) unstable; urgency=low
* New upstream release. (closes: Bug#134565) * Build with -fPIC on hppa. (closes: Bug#123035, Bug#126913)
-- Will Newton <will@misconception.org.uk> Mon, 18 Mar 2002 18:12:07 +0000
clisp (1:2.27-0.5) unstable; urgency=low
* Non-maintainer upload. * bison, gettext build-deps added.
-- Francesco P. Lovergine <frankie@debian.org> Tue, 5 Feb 2002 16:38:18 +0100
clisp (1:2.27-0.4) unstable; urgency=low
* Non-maintainer upload.
* Now build on alpha.
(closes: #111285)
* groff build-dep added.
* lintian clean.
-- Francesco P. Lovergine <frankie@debian.org> Wed, 30 Jan 2002 17:32:03 +0100
clisp (1:2.27-0.3) unstable; urgency=low
* Non-maintainer upload
* global register assignment in src/lispbibl.d disabled for s390,
doesn't work on s390 probably due to a compiler bug.
* s390 ffcall patches applied. (Closes: #130077)
-- Gerhard Tonn <gt@debian.org> Mon, 21 Jan 2002 07:46:15 +0100
clisp (1:2.27-0.2) unstable; urgency=low
* Maintainer set to QA.
* clisp has serious portability issues that I cannot resolve, and upstream
appears to have gone dormant again (6 months since last release).
-- Matt Zimmerman <mdz@debian.org> Tue, 15 Jan 2002 17:46:15 -0500
2001
clisp (1:2.27-0.1) unstable; urgency=low
* Non-maintainer upload
* Previous NMU was becoming hack upon hack upon hack, so I gave up and
started over. Last maintainer upload was over 1 year ago.
* New upstream version (Closes: #96599)
- Already includes the suggested patch for ARM (Closes: #87395)
* Repackaged from scratch
- Doesn't try to remove files outside the build tree (Closes: #74610)
- Compresses documentation, and separates into clisp-doc
(Closes: #96602)
- COPYRIGHT folded into copyright (Closes: #96600)
- Build dependencies are included (Closes: #70353)
- /usr/lib/clisp/{base,full} are in fact exactly alike. Replace
the contents of base with symlinks (Closes: #69992)
- Remove duplicate copies of man pages (Closes: #65609)
* Use latest config.{guess,sub} (2.27 already handles them correctly)
(Closes: #104879)
-- Matt Zimmerman <mdz@debian.org> Sat, 11 Aug 2001 20:23:05 -0400
clisp (2000-03-06-2.1) unstable; urgency=low
* Non-maintainer upload
* Update config.{guess,sub} (Closes: #104879)
* Fix */autoconf/aclocal.m4's CL_CANONICAL_HOST macro
to work with GNU system types where the 'os' portion takes
the form 'kernel-system'
* debian/rules: Remove config.cache files from source, and other
miscellaneous clean fixes
* debian/rules: Make /usr/lib/clisp/base a symlink to full
(Closes: #69992)
* Apply patch from Peter Naulls <peter@erble.freeserve.co.uk> to hopefully
fix compilation on ARM. (Closes: #87395)
* Don't try to remove files in /usr/share in debian/rules
(Closes: #74610)
* Compress documentation, and don't install impnotes.html twice
(Closes: #96602)
* Verified that /usr/share/doc/clisp/copyright is present; COPYRIGHT
is the original file from the upstream sources (Closes: #96600)
* Verified that build dependencies are present and sane (Closes: #70353)
* Removed over 300k of SETI@Home data files added by diff.gz. This, and
the improved clean target result in a much more manageable diff.gz.
* This package needs source code reorganization. There are a lot of
files duplicated within the package, and copied from other packages.
* There is a far newer upstream version (2.27, 2001/07/16) which
probably fixes many problems.
-- Matt Zimmerman <mdz@debian.org> Sat, 11 Aug 2001 19:26:19 -0400
2000
clisp (2000-03-06-2) unstable; urgency=low
* fixed problem with package creating user name appearing in clisp
binary. (closes: #62923).
-- Kevin Dalley <kevind@rahul.net> Fri, 12 May 2000 01:46:29 -0700
clisp (2000-03-06-1) unstable; urgency=low
* new upstream release.
-- Kevin Dalley <kevind@rahul.net> Sat, 18 Mar 2000 12:05:46 -0800
clisp (1999-07-22-4) frozen unstable; urgency=low
* correct ownership of files. All files should be owned by root, rather
than by user who packages clisp (closes: #516687).
-- Kevin Dalley <kevind@rahul.net> Sun, 16 Jan 2000 14:56:59 -0800
1999
clisp (1999-07-22-3) unstable; urgency=low
* corrected installation of clisp (closes: #48607).
-- Kevin Dalley <kevind@rahul.net> Thu, 28 Oct 1999 17:41:41 -0700
clisp (1999-07-22-2) unstable; urgency=low
* corrected links from /usr/doc to /usr/share/doc
-- Kevin Dalley <kevind@rahul.net> Wed, 27 Oct 1999 15:14:01 -0700
clisp (1999-07-22-1) unstable; urgency=low
* new release of clisp (closes: #46043) (probably closes: #46059, requires sparc compilation to check)
-- Kevin Dalley <kevind@rahul.net> Wed, 27 Oct 1999 11:20:37 -0700
clisp (1999-01-08-2) unstable; urgency=low
* additional patch for m68k (closes: #36525)
-- Kevin Dalley <kevind@rahul.net> Tue, 27 Apr 1999 01:19:43 -0700
clisp (1999-01-08-1) unstable; urgency=low
* Changed bytecode format. All .fas files generated by previous CLISP
versions are invalid and must be recompiled.
* installed {bytecode,impnotes}.html in clisp/doc/html (closes bug #33038).
* recompiled for glibc2.1 (closes: #35653)
* added fixed m68k syntax (probably closes: #28975)
-- Kevin Dalley <kevind@rahul.net> Wed, 7 Apr 1999 00:06:02 -0700
clisp (1998-09-09-2) unstable; urgency=low
* fixed location where lisp.run is expected to be. (closes bug #31591)
-- Kevin Dalley <kevind@rahul.net> Thu, 7 Jan 1999 21:44:53 -0800
1998
clisp (1998-09-09-1) unstable; urgency=low
* first release of 1998-09-09 (believed to fix bugs #20844 and #23328) * COPYRIGHT file removed (fixes bug #21952)
-- Kevin Dalley <kevind@rahul.net> Sun, 27 Dec 1998 04:11:35 -0800
clisp (1997-12-06-1) unstable; urgency=low
* new version of clisp
-- Kevin Dalley <kevind@rahul.net> Sun, 22 Feb 1998 19:31:55 -0800
1997
clisp (1997-09-25-1) unstable; urgency=low
* first release of clisp.
-- Kevin Dalley <kevind@rahul.net> Thu, 22 May 1997 23:51:34 -0700