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 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 -- Kevin M. Rosenberg <kmr@debian.org> Sat, 14 Sep 2002 11:59:58 -0600
......
...@@ -23,7 +23,7 @@ set -e ...@@ -23,7 +23,7 @@ set -e
case "$1" in case "$1" in
configure) configure)
/usr/sbin/reregister-common-lisp-implementations echo Pending: /usr/sbin/reregister-common-lisp-implementations
;; ;;
abort-upgrade|abort-remove|abort-deconfigure) abort-upgrade|abort-remove|abort-deconfigure)
;; ;;
......
...@@ -7,8 +7,8 @@ Standards-Version: 3.5.7.0 ...@@ -7,8 +7,8 @@ Standards-Version: 3.5.7.0
Package: cl-asdf Package: cl-asdf
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, cmucl-normal | lisp-compiler Depends: ${shlibs:Depends}
Recommends: common-lisp-controller Recommends: common-lisp-controller, cmucl-normal | lisp-compiler
Description: Another System Definition Facility Description: Another System Definition Facility
asdf provides a "make" type functions for Common Lisp packages. It asdf provides a "make" type functions for Common Lisp packages. It
provides compilation and loading features for complex Lisp systems 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