X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=c6900c925873d3b38672db61f30eacdc86a0e1b8;hb=97c5cecac59c1f3bf3a7bce8d8ed607f126a34c0;hp=104b04f525c32e59b652502644f050e0addacbab;hpb=d33fc1dd480aefb9cc05b5108575286316a905b6;p=uffi.git diff --git a/debian/rules b/debian/rules index 104b04f..c6900c9 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +# export DH_VERBOSE=1 # This is the debhelper compatibility version to use. export DH_COMPAT=3 @@ -17,7 +17,6 @@ INSTALLDIRFLAGS := -d -g root -o root -m 0755 SOURCEDIR := $(prefix)/usr/share/common-lisp/source REPOSITORYDIR := $(prefix)/usr/share/common-lisp/repositories/uffi -SYSDIR := $(prefix)/usr/share/common-lisp/systems DOCDIR := $(prefix)/usr/share/doc/cl-uffi @@ -58,10 +57,7 @@ install: build dh_installdirs # Add here commands to install the package into debian/uffi. - $(INSTALL) $(INSTALLDIRFLAGS) $(REPOSITORYDIR) $(REPOSITORYDIR)/mcl $(SYSDIR) $(DOCDIR) $(DOCDIR)/html $(SOURCEDIR) - $(INSTALL) $(INSTALLFLAGS) uffi.system.debian $(SYSDIR) - mv $(SYSDIR)/uffi.system.debian $(SYSDIR)/uffi.system - $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl) $(REPOSITORYDIR) + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(REPOSITORYDIR) $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html cp doc/uffi.ps doc/cl-uffi.ps