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

updates to package cclan

parent 62712868
No related branches found
No related tags found
No related merge requests found
cl-asdf (0.0+cvs.2002.08.15-2) unstable; urgency=low cl-asdf (0.0+cvs.2002.08.22) 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
......
...@@ -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.
...@@ -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
......
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