X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=80d3568c28391674ac39cb20b84189b850b12669;hb=9d3930d7b2bacd5327ce55ad9fb0ce1392fe746b;hp=1dee9fbaf3bcb47c67fd009ef6df895ede8c9dd9;hpb=18558405db4d6d5ca2a47aac32fb13958430b189;p=hyperobject.git diff --git a/debian/rules b/debian/rules index 1dee9fb..80d3568 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 package.lisp hyperobject.lisp hyperobject-no-mop.lisp $(clc-hyperobject) + dh_install hyperobject.asd $(wildcard *.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 $(wilcard example*.lisp) + dh_installexamples -i $(wilcard examples/example*.lisp) # dh_installmenu # dh_installlogrotate # dh_installemacsen