Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Moringen
asdf
Commits
232c27cd
Commit
232c27cd
authored
22 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
Auto commit for Debian build
parent
4520a1f2
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-1
2 additions, 1 deletion
debian/changelog
debian/cl-asdf.postinst
+1
-1
1 addition, 1 deletion
debian/cl-asdf.postinst
debian/control
+2
-2
2 additions, 2 deletions
debian/control
with
5 additions
and
4 deletions
debian/changelog
+
2
−
1
View file @
232c27cd
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
...
...
This diff is collapsed.
Click to expand it.
debian/cl-asdf.postinst
+
1
−
1
View file @
232c27cd
...
@@ -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
)
;;
;;
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
232c27cd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment