X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=042a02a4af9ee817a02c1105f5bd05ad8484bc52;hb=d3d73d3ab232a53d1e625f6f57b712c31d6e0f00;hp=ec0b6f17860cdf7e982f7c9f6299be301b0c93bc;hpb=1758cfb593196dd65c70199aa1ebd90cbd6e7ee5;p=reversi.git diff --git a/debian/rules b/debian/rules index ec0b6f1..042a02a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,68 +1,43 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - -pkg := reversi -debpkg := cl-reversi - +pkg := reversi +debpkg := cl-reversi clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems -clc-reversi := $(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-reversi.postinst.* debian/cl-reversi.prerm.* dh_clean install: build dh_testdir dh_testroot - dh_clean -k - # Add here commands to install the package into debian/reversi. - dh_installdirs $(clc-systems) $(clc-reversi) - dh_install reversi.asd $(shell echo *.lisp) data $(clc-reversi) - dh_link $(clc-reversi)/reversi.asd $(clc-systems)/reversi.asd - -# Build architecture-independent files here. -binary-indep: build install - + dh_prep + dh_installdirs + dh_install $(pkg).asd *.lisp *.dat $(clc-files) -# Build architecture-dependent files here. -binary-arch: 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: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +binary-arch: + +binary: binary-indep + + +.PHONY: build clean binary-indep binary-arch binary install