X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=1dee9fbaf3bcb47c67fd009ef6df895ede8c9dd9;hb=e964aded44e186a93e1a3d963ffc447efe6368e4;hp=c954bf39928c7839a899b0064193815616495409;hpb=c8c006fab664f91589e0aa6ae26f9b1c52fc37c1;p=hyperobject.git diff --git a/debian/rules b/debian/rules index c954bf3..1dee9fb 100755 --- a/debian/rules +++ b/debian/rules @@ -42,7 +42,7 @@ install: build dh_clean -k # Add here commands to install the package into debian/hyperobject. dh_installdirs $(clc-systems) $(clc-hyperobject) $(doc-dir) - dh_install hyperobject.asd hyperobject.lisp hyperobject-no-mop.lisp $(clc-hyperobject) + dh_install hyperobject.asd package.lisp hyperobject.lisp hyperobject-no-mop.lisp $(clc-hyperobject) dh_link $(clc-hyperobject)/hyperobject.asd $(clc-systems)/hyperobject.asd # Build architecture-independent files here. @@ -51,7 +51,7 @@ binary-indep: build install dh_testroot -i # dh_installdebconf dh_installdocs -i - dh_installexamples -i example.lisp no-mop-example.lisp + dh_installexamples -i $(wilcard example*.lisp) # dh_installmenu # dh_installlogrotate # dh_installemacsen