X-Git-Url: http://git.kpe.io/?p=rlc.git;a=blobdiff_plain;f=debian%2Frules;h=8fc93c52968811f828f4d82f6df54fde51a32401;hp=f2c737ce84180c536af2a64a97751285f8307349;hb=HEAD;hpb=e6dce5b44ba88b1ba740791f212cbdec77dd1505 diff --git a/debian/rules b/debian/rules index f2c737c..8fc93c5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,79 +1,46 @@ #!/usr/bin/make -f -pkg := rlc -debpkg := cl-rlc - +pkg := rlc +debpkg := cl-rlc clc-source := usr/share/common-lisp/source clc-systems := usr/share/common-lisp/systems -clc-irc := $(clc-source)/$(pkg) - +clc-files := $(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 - - -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-rlc.postinst.* debian/cl-rlc.prerm.* dh_clean install: build dh_testdir dh_testroot - dh_clean -k - # Add here commands to install the package into debian/rlc. - dh_installdirs $(clc-systems) $(clc-irc) $(doc-dir) - dh_install rlc.asd $(shell echo *.lisp) $(clc-irc) - dh_link $(clc-irc)/rlc.asd $(clc-systems)/rlc.asd - -# Build architecture-independent files here. -binary-indep: build install + dh_prep + dh_installdirs + dh_install $(pkg).asd $(clc-files) + dh_install *.lisp $(clc-files) -# Build architecture-dependent files here. -binary-arch: build install +binary-indep: install dh_testdir dh_testroot -# dh_installdebconf dh_installdocs README dh_installexamples -# dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installman -# dh_installinfo -# dh_undocumented - dh_installchangelogs - dh_strip + dh_installchangelogs + dh_lisp dh_compress dh_fixperms -# dh_makeshlibs dh_installdeb -# dh_perl - 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