Skip to content
Snippets Groups Projects
Commit 232c27cd authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

Auto commit for Debian build

parent 4520a1f2
No related branches found
No related tags found
No related merge requests found
cl-asdf (1.42-1) unstable; urgency=low
* Add 'reregister-common-lisp-implementations' call to cl-asdf.postinst
* Remove Depends on lisp-compiler for cl-asdf (fixes problem with
circular dependencies)
-- Kevin M. Rosenberg <kmr@debian.org> Sat, 14 Sep 2002 11:59:58 -0600
......
......@@ -23,7 +23,7 @@ set -e
case "$1" in
configure)
/usr/sbin/reregister-common-lisp-implementations
echo Pending: /usr/sbin/reregister-common-lisp-implementations
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
......
......@@ -7,8 +7,8 @@ Standards-Version: 3.5.7.0
Package: cl-asdf
Architecture: all
Depends: ${shlibs:Depends}, cmucl-normal | lisp-compiler
Recommends: common-lisp-controller
Depends: ${shlibs:Depends}
Recommends: common-lisp-controller, cmucl-normal | lisp-compiler
Description: Another System Definition Facility
asdf provides a "make" type functions for Common Lisp packages. It
provides compilation and loading features for complex Lisp systems
......
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