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

*** empty log message ***

parent 569d2163
No related branches found
No related tags found
No related merge requests found
cl-asdf (1.75) unstable; urgency=low
* New upstream
* Use compat rather than DH_COMPAT
-- Kevin M. Rosenberg <kmr@debian.org> Thu, 5 Jun 2003 00:15:11 -0600
cl-asdf (1.73b) unstable; urgency=low cl-asdf (1.73b) unstable; urgency=low
* Update README * Update README
......
4 4
4
#!/usr/bin/make -f #!/usr/bin/make -f
# GNU copyright 1997 to 1999 by Joey Hess. # GNU copyright 1997 to 1999 by Joey Hess.
# This is the dbhelper compatibility version to use.
export DH_COMPAT=4
pkg=cl-asdf pkg=cl-asdf
pkg-cclan=cl-cclan pkg-cclan=cl-cclan
clc-base=usr/share/common-lisp clc-base=usr/share/common-lisp
...@@ -42,7 +39,7 @@ install: build ...@@ -42,7 +39,7 @@ install: build
# Add here commands to install the package into debian/asdf. # Add here commands to install the package into debian/asdf.
dh_installdirs -p $(pkg) $(asdf-files) $(doc-dir)/examples dh_installdirs -p $(pkg) $(asdf-files) $(doc-dir)/examples
dh_install -p $(pkg) asdf.lisp wild-modules.lisp $(asdf-files) dh_install -p $(pkg) asdf.lisp wild-modules.lisp asdf-install.lisp $(asdf-files)
chmod +x test/run-tests.sh chmod +x test/run-tests.sh
dh_install -p $(pkg) test/* $(doc-dir)/examples dh_install -p $(pkg) test/* $(doc-dir)/examples
dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files) dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files)
......
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