X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=679610ac4dc2dd75ea5a9ede36e6a1d69ee71f70;hb=0a302f3be266543a3771d2cf03bec725f2acad00;hp=a7d0713697bed5b4223af669e93bf35ed27acddf;hpb=8fd93066af42dcd11b1b7b04808ab3474b727b4a;p=uffi.git diff --git a/debian/rules b/debian/rules index a7d0713..679610a 100755 --- a/debian/rules +++ b/debian/rules @@ -8,17 +8,17 @@ # This is the debhelper compatibility version to use. export DH_COMPAT=3 -pkg := cl-uffi -prefix := debian/$(pkg) +pkg := uffi +debpkg := cl-uffi +prefix := debian/$(debpkg) INSTALL := install INSTALLFLAGS := -g root -o root -m 0644 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 +REPOSITORYDIR := $(prefix)/usr/share/common-lisp/repositories/${pkg} +DOCDIR := $(prefix)/usr/share/doc/${debpkg} configure: configure-stamp @@ -36,7 +36,6 @@ build-stamp: configure-stamp # Add here commands to compile the package. $(MAKE) doc - #/usr/bin/docbook-to-man debian/uffi.sgml > uffi.1 touch build-stamp @@ -58,17 +57,14 @@ install: build dh_installdirs # Add here commands to install the package into debian/uffi. - 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/*.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 - rm -f doc/cl-uffi.ps.gz - gzip doc/cl-uffi.ps - $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.ps.gz $(DOCDIR) - rm -f doc/cl-uffi.ps.gz + cp doc/uffi.pdf doc/cl-uffi.pdf + rm -f doc/cl-uffi.pdf.gz + gzip doc/cl-uffi.pdf + $(INSTALL) $(INSTALLFLAGS) doc/cl-uffi.pdf.gz $(DOCDIR) + rm -f doc/cl-uffi.pdf.gz # Build architecture-independent files here. binary-indep: build install