X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=debian%2Frules;h=7c3fc59febffc45f4f6d4247a7131e6bbe7a5b8e;hp=54ac3fe3f812bdd64907959cd37c27a44bb9f7c3;hb=1c7439fde01d7015b0fdd4c549ffc51db2cf823b;hpb=64455dcb0317949fd476297aec2c1cf7cd046fe3 diff --git a/debian/rules b/debian/rules index 54ac3fe..7c3fc59 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - -pkg := base64 +pkg := cl-base64 debpkg := cl-base64 @@ -40,10 +38,10 @@ install: build dh_testdir dh_testroot dh_clean -k - # Add here commands to install the package into debian/base64. + # Add here commands to install the package into debian/cl-base64. dh_installdirs $(clc-systems) $(clc-base64) - dh_install base64.asd $(shell echo *.lisp) $(clc-base64) - dh_link $(clc-base64)/base64.asd $(clc-systems)/base64.asd + dh_install *.asd $(shell echo *.lisp) $(clc-base64) + dh_link $(clc-base64)/cl-base64.asd $(clc-systems)/cl-base64.asd # Build architecture-independent files here. binary-indep: build install