X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=df1aad3d5f8b7a56a49cec89773f2d699b01a97a;hb=5f2046a893b6ccc3574508f49c90c96ee77cfa4d;hp=0fc5ec7098dfa2d822e638adea86eb471d7a0a1e;hpb=43a09c901590a99761fe6a416c7144063e2b75f4;p=uffi.git diff --git a/debian/rules b/debian/rules index 0fc5ec7..df1aad3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,28 +1,16 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 - -# This is the debhelper compatibility version to use. export DH_COMPAT=4 pkg := uffi debpkg := cl-uffi -INSTALL := install -INSTALLFLAGS := -g root -o root -m 0644 - -UPSTREAM_VER := $(shell sed -n -e "s/${debpkg} (\(.*\)-[0-9.]).*/\1/p" < debian/changelog |head -1) -pkg-ver := $(debpkg)-$(UPSTREAM_VER) clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems -clc-uffi := $(clc-source)/$(pkg)-$(UPSTREAM_VER) +clc-uffi := $(clc-source)/$(pkg) -doc-dir := usr/share/doc/${debpkg} -lispfiles := $(clc-uffi) +doc-dir := usr/share/doc/$(debpkg) configure: configure-stamp @@ -58,11 +46,12 @@ install: build dh_testroot dh_clean -k dh_installdirs --all $(clc-systems) $(clc-source) - dh_installdirs -p $(debpkg) $(doc-dir) $(lispfiles)/mcl + dh_installdirs -p $(debpkg) $(doc-dir) $(clc-uffi)/mcl # Add here commands to install the package into debian/uffi. - dh_install "src/*.cl" "*.system" $(lispfiles) - dh_install "src/mcl/*.cl" $(lispfiles)/mcl + dh_install "uffi.system" $(clc-systems) + dh_install "uffi/*.cl" $(clc-uffi) + dh_install "uffi/mcl/*.cl" $(clc-uffi)/mcl rm -rf doc/html (cd doc; tar xzf html.tar.gz; cd ..) @@ -97,7 +86,6 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_link -p $(debpkg) $(clc-uffi) $(clc-source)/$(pkg) # dh_makeshlibs dh_installdeb # dh_perl