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

Auto commit for Debian build

parent 2494afe3
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,5 @@ ...@@ -4,6 +4,5 @@
(defsystem cclan (defsystem cclan
:version "0.0" :version "0.0"
#+common-lisp-controller :pathname #+common-lisp-controller "cl-library:cclan;"
:components ((:file "cclan-package") :components ((:file "cclan-package")
(:file "cclan" :depends-on ("cclan-package")))) (:file "cclan" :depends-on ("cclan-package"))))
cl-asdf (1.44-2) unstable; urgency=low
* Make cclan.asd a symlink, remove :pathname keyword
-- Kevin M. Rosenberg <kmr@debian.org> Wed, 18 Sep 2002 00:19:26 -0600
cl-asdf (1.44-1) unstable; urgency=low cl-asdf (1.44-1) unstable; urgency=low
* New upstream version * New upstream version
......
...@@ -45,8 +45,8 @@ install: build ...@@ -45,8 +45,8 @@ install: build
dh_install -p $(pkg) asdf.lisp wild-modules.lisp $(asdf-files) dh_install -p $(pkg) asdf.lisp wild-modules.lisp $(asdf-files)
dh_install -p $(pkg) test $(doc-dir) dh_install -p $(pkg) test $(doc-dir)
dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files) 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.asd $(cclan-files)
dh_install -p $(pkg-cclan) cclan-package.lisp cclan.lisp $(cclan-files) dh_link -p $(pkg-cclan) $(cclan-files)/cclan.asd $(clc-systems)/cclan.asd
# 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