From: Kevin M. Rosenberg Date: Sat, 19 Apr 2003 16:23:56 +0000 (+0000) Subject: r4543: Auto commit for Debian build X-Git-Tag: debian-1.2.3-2~8 X-Git-Url: http://git.kpe.io/?p=xptest.git;a=commitdiff_plain;h=a3a8776ca127bd6125c47047832bc94dbaa68b26;hp=89863dfb40aefa90466e48922190542a9b0e5563 r4543: Auto commit for Debian build --- diff --git a/debian/rules b/debian/rules index b7a3ec3..f8e96ec 100755 --- a/debian/rules +++ b/debian/rules @@ -40,7 +40,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/xptest. dh_installdirs $(clc-systems) $(clc-xptest) - dh_install debian/xptest.asd xptestsuite.lisp $(clc-xptest) + dh_install xptest.asd xptestsuite.lisp $(clc-xptest) dh_link $(clc-xptest)/xptest.asd $(clc-systems)/xptest.asd # Build architecture-independent files here. diff --git a/xptest.asd b/xptest.asd index 9780188..d4b0699 100644 --- a/xptest.asd +++ b/xptest.asd @@ -5,7 +5,3 @@ (defsystem :xptest :components ((:file "xptestsuite"))) - - - -