X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=00d477f8020ec12d6a09ad549853d295bc40dd7a;hb=e4eaba5eab623b020ff3ee4b5dce2bc99b203d60;hp=c6900c925873d3b38672db61f30eacdc86a0e1b8;hpb=97c5cecac59c1f3bf3a7bce8d8ed607f126a34c0;p=uffi.git diff --git a/debian/rules b/debian/rules index c6900c9..00d477f 100755 --- a/debian/rules +++ b/debian/rules @@ -8,16 +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 -DOCDIR := $(prefix)/usr/share/doc/cl-uffi +REPOSITORYDIR := $(prefix)/usr/share/common-lisp/repositories/${pkg} +DOCDIR := $(prefix)/usr/share/doc/${debpkg} configure: configure-stamp @@ -35,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