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 cl-asdf (2:2.018-1) unstable; urgency=low
Bugs: Bugs:
* Solved a bug due to ASDF reusing components even when the ASDF definition * Solved a bug due to ASDF reusing components even when the ASDF definition
has changed wildly, leading to bad behavior in incremental compilation has changed wildly, leading to bad behavior in incremental compilation
and sometimes total failure of compilation of a new version. and sometimes total failure of compilation of a new version.
(Thanks to Xach for reporting and RPGoldman for fixing.) (Thanks to Xach for reporting and RPGoldman for fixing.)
* Fix an issue with ASDF doing the wrong thing in case of a clock skew, * 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 * Simplification of the internals of perform-with-restarts and
traverse's do-dep, that should fix some corner cases and make it traverse's do-dep, that should fix some corner cases and make it
easier to extend or further fix. There scarily doesn't remain easier to extend or further fix. There scarily doesn't remain
...@@ -16,7 +16,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low ...@@ -16,7 +16,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low
it is now tested on all supported implementations, not just SBCL. it is now tested on all supported implementations, not just SBCL.
* Improvements to tests and documentation. * Improvements to tests and documentation.
Portability: Portability:
* Many implementation specific improvements for ECL: * Many implementation specific improvements for ECL:
merge with the ECL upstream version, support for the bytecode compiler. 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 * 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 ...@@ -26,7 +26,7 @@ cl-asdf (2:2.018-1) unstable; urgency=low
Also recognize darwin as Unix ECL. Also recognize darwin as Unix ECL.
* Also small improvements for SCL. * Also small improvements for SCL.
Features: Features:
* Bind *default-pathname-defaults* around load-sysdef, * Bind *default-pathname-defaults* around load-sysdef,
to increase chances of successful pathname parsing in defsystem. to increase chances of successful pathname parsing in defsystem.
* Fixed run-shell-command on allegro/unix and clisp, * Fixed run-shell-command on allegro/unix and clisp,
......
...@@ -12,6 +12,9 @@ build-stamp: ...@@ -12,6 +12,9 @@ build-stamp:
make -C doc all make -C doc all
touch build-stamp touch build-stamp
build-arch:
build-indep: build
clean: clean:
dh_testdir dh_testdir
dh_testroot 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