3 # Sample debian/rules that uses debhelper.
4 # This file was originally written by Joey Hess and Craig Small.
5 # As a special exception, when this file is copied by dh-make into a
6 # dh-make output file, you may use that output file without restriction.
7 # This special exception was added by Craig Small in version 0.37 of dh-make.
9 # Uncomment this to turn on verbose mode.
12 include /usr/share/quilt/quilt.make
16 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
23 build-stamp: $(QUILT_STAMPFN)
31 rm -f build-stamp build-stamp install-stamp
32 [ ! -f Makefile ] || $(MAKE) clean
35 install: install-stamp
36 install-stamp: build-stamp
40 dh_install cpulimit usr/bin
43 # Build architecture-independent files here.
44 binary-indep: build install
45 # We have nothing to do.
47 # Build architecture-dependent files here.
48 binary-arch: build install
53 dh_installman debian/cpulimit.1
63 binary: binary-indep binary-arch
64 .PHONY: build clean binary-indep binary-arch binary install