Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
232c27cd
Commit
232c27cd
authored
Sep 15, 2002
by
Kevin Rosenberg
Browse files
Auto commit for Debian build
parent
4520a1f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
232c27cd
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
...
...
debian/cl-asdf.postinst
View file @
232c27cd
...
...
@@ -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
)
;;
...
...
debian/control
View file @
232c27cd
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment