X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=a7c00e3aaa3e34a37fa3e3448859e535e3039451;hb=d75c5c295f844561ad7c39943de4fe1a053e0e46;hp=d189b289af5404cec68e31fa6da8d2c0520076ff;hpb=964218d5bff2c25270df2c2c8fb9a280d72067f5;p=uffi.git diff --git a/debian/rules b/debian/rules index d189b28..a7c00e3 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,9 +15,10 @@ 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/src +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/uffi +DOCDIR := $(prefix)/usr/share/doc/cl-uffi configure: configure-stamp @@ -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,21 +58,22 @@ 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 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 gzip doc/cl-uffi.ps - $(INSTALL) $(INSTALLDIRFLAGS) doc/uffi.ps.gz $(DOCDIR) - rm doc/cl-uffi.ps.gz + $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.ps.gz $(DOCDIR) + rm -f doc/cl-uffi.ps.gz # 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 @@ -78,8 +81,8 @@ binary-arch: build install dh_testroot # dh_installdebconf dh_installdocs - dh_installexamples - dh_installmenu + dh_installexamples examples/*.cl +# dh_installmenu # dh_installlogrotate # dh_installemacsen # dh_installpam