Skip to content
Snippets Groups Projects
Commit e9293cde authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Debian adjustments.

parent 0b00822f
No related branches found
No related tags found
No related merge requests found
asdf.lisp 100755 → 100644
File mode changed from 100755 to 100644
cl-asdf (2:2.018-1) unstable; urgency=low
Bugs:
Bugs:
* Solved a bug due to ASDF reusing components even when the ASDF definition
has changed wildly, leading to bad behavior in incremental compilation
and sometimes total failure of compilation of a new version.
(Thanks to Xach for reporting and RPGoldman for fixing.)
has changed wildly, leading to bad behavior in incremental compilation
and sometimes total failure of compilation of a new version.
(Thanks to Xach for reporting and RPGoldman for fixing.)
* Fix an issue with ASDF doing the wrong thing in case of a clock skew,
thanks to Andreas Fuchs.
thanks to Andreas Fuchs.
* Simplification of the internals of perform-with-restarts and
traverse's do-dep, that should fix some corner cases and make it
easier to extend or further fix. There scarily doesn't remain
......@@ -16,7 +16,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low
it is now tested on all supported implementations, not just SBCL.
* Improvements to tests and documentation.
Portability:
Portability:
* Many implementation specific improvements for ECL:
merge with the ECL upstream version, support for the bytecode compiler.
* Because it is required at least on ABCL, made the Unix vs Windows detection
......@@ -26,7 +26,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low
Also recognize darwin as Unix ECL.
* Also small improvements for SCL.
Features:
Features:
* Bind *default-pathname-defaults* around load-sysdef,
to increase chances of successful pathname parsing in defsystem.
* Fixed run-shell-command on allegro/unix and clisp,
......
......@@ -12,6 +12,9 @@ build-stamp:
make -C doc all
touch build-stamp
build-arch:
build-indep: build
clean:
dh_testdir
dh_testroot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment