X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Frules;h=1bcda621c2f677f4c97cf2ec93bbd25f0f37f1b3;hb=refs%2Ftags%2Fv1.0.15;hp=9a244ed6f006d4dccae78906f3fc20a5c58dc2fd;hpb=5db70caccaeace444f36fae1cbe4ad4b6860df5c;p=reversi.git diff --git a/debian/rules b/debian/rules index 9a244ed..1bcda62 100755 --- a/debian/rules +++ b/debian/rules @@ -1,72 +1,48 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - -pkg := reversi -debpkg := cl-reversi -debpkg-bin := cl-reversi-clim - +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) +clc-files := $(clc-source)/$(pkg) -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp +build: build-indep build-arch +build-indep: -build: build-stamp +build-arch: -build-stamp: configure-stamp - dh_testdir - # Add here commands to compile the package. - touch build-stamp 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 -p $(debpkg) $(clc-systems) $(clc-reversi) - dh_install -p $(debpkg) reversi.asd $(shell echo *.lisp *.dat) $(clc-reversi) - dh_link -p $(debpkg) $(clc-reversi)/reversi.asd $(clc-systems)/reversi.asd - dh_installdirs -p $(debpkg-clim) usr/bin - dh_install -p $(debpkg-clim) debian/cl-reversi usr/bin + dh_prep + dh_installdirs + dh_install $(pkg).asd *.lisp *.dat $(clc-files) -# Build architecture-independent files here. -binary-indep: build install - - -# Build architecture-dependent files here. -binary-arch: build install +binary-indep: install dh_testdir dh_testroot dh_installdocs dh_installchangelogs - dh_installman debian/cl-reversi.1 - 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