X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Frules;h=cbe925d7587131c8ec8761915930894c60c096fd;hb=397724d3aa43bd6653c0521de5ab2d00c2152006;hp=369df7c2ac11b2bbf1a8ea7f49684c151af4b270;hpb=cc9e4b55e53dfd70e9e035818d476c7564d9ee20;p=grml-policyrcd.git diff --git a/debian/rules b/debian/rules index 369df7c..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,51 +1,3 @@ #!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - - -build: - -clean: - dh_testdir - dh_testroot - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs usr/sbin/ - - install -m 755 grml-policy-rc.d debian/grml-policyrcd/usr/sbin/grml-policy-rc.d - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_installman grml-policy-rc.d.8 - dh_link - dh_strip - 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 +%: + dh $@