Commit 2bc1f175 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

*** empty log message ***

parent 569d2163
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
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

  * Update README
+1 −0
Original line number Diff line number Diff line
4
4
+1 −4
Original line number Diff line number Diff line
#!/usr/bin/make -f
# GNU copyright 1997 to 1999 by Joey Hess.

# This is the dbhelper compatibility version to use.
export DH_COMPAT=4

pkg=cl-asdf
pkg-cclan=cl-cclan
clc-base=usr/share/common-lisp
@@ -42,7 +39,7 @@ install: build

	# Add here commands to install the package into debian/asdf.
	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
	dh_install -p $(pkg) test/* $(doc-dir)/examples
	dh_installdirs -p $(pkg-cclan) $(clc-systems) $(cclan-files)