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
Hugo Ishimaru
asdf
Commits
ef2e9cee
Commit
ef2e9cee
authored
22 years ago
by
Kevin Rosenberg
Browse files
Options
Downloads
Patches
Plain Diff
updates to package cclan
parent
62712868
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
+11
-2
11 additions, 2 deletions
debian/changelog
debian/control
+8
-0
8 additions, 0 deletions
debian/control
debian/rules
+10
-4
10 additions, 4 deletions
debian/rules
with
29 additions
and
6 deletions
debian/changelog
+
11
−
2
View file @
ef2e9cee
cl-asdf (0.0+cvs.2002.08.
15-
2) unstable; urgency=low
cl-asdf (0.0+cvs.2002.08.
2
2) unstable; urgency=low
* Expand description in control file.
* Add new binary package: cl-cclan
-- Kevin M. Rosenberg <kmr@debian.org> Thu, 22 Aug 2002 12:43:21 -0600
cl-asdf (0.0+cvs.2002.08.18) unstable; urgency=low
* New upstream version
* Expand description in control file.
* Change version numbering scheme since upstream has native debian
directory
-- Kevin M. Rosenberg <kmr@debian.org> Sat, 17 Aug 2002 14:25:33 -0600
-- Kevin M. Rosenberg <kmr@debian.org> Sat, 17 Aug 2002 14:25:33 -0600
cl-asdf (0.0+cvs.2002.08.15-1) unstable; urgency=low
cl-asdf (0.0+cvs.2002.08.15-1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
8
−
0
View file @
ef2e9cee
...
@@ -17,3 +17,11 @@ Description: Another System Definition Facility
...
@@ -17,3 +17,11 @@ Description: Another System Definition Facility
common-lisp-controller package. Unlike defsystem3 in CLC, asdf is
common-lisp-controller package. Unlike defsystem3 in CLC, asdf is
object-oriented and extensible.
object-oriented and extensible.
Package: cl-cclan
Architecture: all
Depends: ${shlibs:Depends}, cl-asdf, cmucl-normal | lisp-compiler
Recommends: common-lisp-controller
Description: Comprehensive Common Lisp Archive Network
cclan is a tool for creating a repository of Common Lisp packages.
cclan utilizes asdf to automatically create installable packages for various
operating systems.
This diff is collapsed.
Click to expand it.
debian/rules
+
10
−
4
View file @
ef2e9cee
...
@@ -5,9 +5,12 @@
...
@@ -5,9 +5,12 @@
export DH_COMPAT=4
export DH_COMPAT=4
pkg=cl-asdf
pkg=cl-asdf
pkg-cclan=cl-cclan
clc-base=usr/share/common-lisp
clc-base=usr/share/common-lisp
clc-src=$(clc-base)/source
clc-src=$(clc-base)/source
lisp-files=$(clc-src)/asdf
clc-systems=$(clc-base)/systems
asdf-files=$(clc-src)/asdf
cclan-files=$(clc-src)/cclan
doc-dir=usr/share/doc/$(pkg)
doc-dir=usr/share/doc/$(pkg)
configure: configure-stamp
configure: configure-stamp
...
@@ -38,9 +41,12 @@ install: build
...
@@ -38,9 +41,12 @@ install: build
dh_installdirs
dh_installdirs
# Add here commands to install the package into debian/asdf.
# Add here commands to install the package into debian/asdf.
dh_installdirs $(lisp-files) $(doc-dir)
dh_installdirs -p $(pkg) $(asdf-files) $(doc-dir)
dh_install asdf.lisp wild-modules.lisp $(lisp-files)
dh_install -p $(pkg) asdf.lisp wild-modules.lisp $(asdf-files)
dh_install test $(doc-dir)
dh_install -p $(pkg) test $(doc-dir)
dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files)
dh_install -p $(pkg-cclan) cclan.asd $(clc-systems)
dh_install -p $(pkg-cclan) cclan-package.lisp cclan.lisp $(cclan-files)
# Build architecture-independent files here.
# Build architecture-independent files here.
binary-indep: build install
binary-indep: build install
...
...
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