X-Git-Url: http://git.kpe.io/?p=md5.git;a=blobdiff_plain;f=debian%2Frules;h=72f0c710168dbe98c5870a19d5611178e6059403;hp=43f58c73af8cd06e034ff5b45cd1b8b3aece691d;hb=bf6c1a784dd589b5697efdedd7766bd9b83747a6;hpb=ddcb0c1f761bb43941c4005c4bf2d8db8667bdf2 diff --git a/debian/rules b/debian/rules index 43f58c7..72f0c71 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := md5 debpkg := cl-md5 @@ -42,7 +40,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/md5. dh_installdirs $(clc-systems) $(clc-md5) - dh_install debian/md5.asd $(shell echo *.lisp) $(clc-md5) + dh_install md5.asd $(shell echo *.lisp) $(clc-md5) dh_link $(clc-md5)/md5.asd $(clc-systems)/md5.asd # Build architecture-independent files here.