X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=12db2bf3248826b473c7e13761b056249702ebfa;hb=d1645e7ff25ecb1125eb7b0a0768afffc57621a9;hp=cae2214590a3832f091fa3ab8cff0afe0e5df60c;hpb=3c963bdf7389ec0d00b893fb7b7757ab884f3222;p=umlisp-orf.git diff --git a/debian/rules b/debian/rules index cae2214..12db2bf 100755 --- a/debian/rules +++ b/debian/rules @@ -1,68 +1,43 @@ #!/usr/bin/make -f -pkg := umlisp-orf -debpkg := cl-umlisp-orf - +pkg := umlisp-orf +debpkg := cl-umlisp-orf clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems -clc-umlisp-orf := $(clc-source)/$(pkg) - -doc-dir := usr/share/doc/$(debpkg) - - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp +clc-files := $(clc-source)/$(pkg) -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - # Add here commands to compile the package. - touch build-stamp +build: clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp - # Add here commands to clean up after the build process. - rm -f debian/cl-umlisp-orf.postinst.* debian/cl-umlisp-orf.prerm.* dh_clean install: build dh_testdir dh_testroot - dh_clean -k - # Add here commands to install the package into debian/umlisp-orf. - dh_installdirs $(clc-systems) $(clc-umlisp-orf) $(doc-dir) - dh_install umlisp-orf.asd $(shell echo *.lisp) $(clc-umlisp-orf) - #dh_install $(shell echo *.html) $(doc-dir) - dh_link $(clc-umlisp-orf)/umlisp-orf.asd $(clc-systems)/umlisp-orf.asd + dh_prep + dh_installdirs + dh_install $(pkg).asd $(clc-files) -# Build architecture-independent files here. -binary-indep: build install +binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs - dh_strip + dh_lisp dh_compress dh_fixperms dh_installdeb - dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb +binary-arch: -# Build architecture-dependent files here. -binary-arch: build install +binary: binary-indep -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install