X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=f8e96ec9050328ce81f127748e1f6c892b0bbd28;hb=7f58715215c93f4ab9607eb940d8c0437c892252;hp=0f5ea330328509b4519216e3ea708c897b09344d;hpb=54c48f20605491e59156dac9490d1da04afe2b50;p=xptest.git diff --git a/debian/rules b/debian/rules index 0f5ea33..f8e96ec 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := xptest debpkg := cl-xptest @@ -42,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 package.lisp 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.