X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=1450c4c2a68ef4d83170648a44912b88f0d4f912;hb=54edf8613ae3a134d0cbd6962d3c39d847470a26;hp=679610ac4dc2dd75ea5a9ede36e6a1d69ee71f70;hpb=c097466625a9d08045acb491c9560abde50766e2;p=uffi.git diff --git a/debian/rules b/debian/rules index 679610a..1450c4c 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ # export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 pkg := uffi debpkg := cl-uffi @@ -16,8 +16,7 @@ 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/${pkg} +SOURCEDIR := $(prefix)/usr/share/common-lisp/source/${pkg} DOCDIR := $(prefix)/usr/share/doc/${debpkg} @@ -35,7 +34,8 @@ build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) doc + # Make doc isn't necessary because the docs are in the upstream version + # $(MAKE) doc touch build-stamp @@ -57,8 +57,8 @@ install: build dh_installdirs # Add here commands to install the package into debian/uffi. - $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(REPOSITORYDIR) - $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(REPOSITORYDIR)/mcl + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/*.cl *.system) $(SOURCEDIR) + $(INSTALL) $(INSTALLFLAGS) $(shell echo src/mcl/*.cl) $(SOURCEDIR)/mcl $(INSTALL) $(INSTALLFLAGS) doc/html/* $(DOCDIR)/html cp doc/uffi.pdf doc/cl-uffi.pdf rm -f doc/cl-uffi.pdf.gz @@ -96,7 +96,7 @@ binary-arch: build install # dh_makeshlibs dh_installdeb # dh_perl -# dh_shlibdeps + dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb