X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=a7d0713697bed5b4223af669e93bf35ed27acddf;hb=8fd93066af42dcd11b1b7b04808ab3474b727b4a;hp=8a02b4198880b4b3fd9ac94d5b4f682d0b5a1922;hpb=db608a0a0e7225d95912bb17e30475c5f032a217;p=uffi.git diff --git a/debian/rules b/debian/rules index 8a02b41..a7d0713 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 @@ -15,7 +15,8 @@ INSTALL := install INSTALLFLAGS := -g root -o root -m 0644 INSTALLDIRFLAGS := -d -g root -o root -m 0755 -SOURCESDEST := $(prefix)/usr/share/common-lisp/repositories/uffi +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 @@ -46,6 +47,7 @@ clean: # Add here commands to clean up after the build process. -$(MAKE) clean + rm -f debian/cl-uffi.postinst.* debian/cl-uffi.prerm.* dh_clean @@ -56,11 +58,11 @@ install: build dh_installdirs # Add here commands to install the package into debian/uffi. - $(INSTALL) $(INSTALLDIRFLAGS) $(SOURCESDEST) $(SOURCESDEST)/mcl $(SYSDIR) $(DOCDIR) $(DOCDIR)/html - $(INSTALL) $(INSTALLFLAGS) uffi.system.debian $(SYSDIR) - mv $(SYSDIR)/uffi.system.debian $(SYSDIR)/uffi.system - $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl) $(SOURCESDEST) - $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(SOURCESDEST)/mcl + cp $(SYSDIR)/uffi.system.debian $(SYSDIR)/uffi.system + chmod 0644 $(SYSDIR)/uffi.system + chown root.root $(SYSDIR)/uffi.system + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl) $(REPOSITORYDIR) + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html cp doc/uffi.ps doc/cl-uffi.ps rm -f doc/cl-uffi.ps.gz @@ -70,7 +72,8 @@ install: build # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. + + # Build architecture-dependent files here. binary-arch: build install