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/dpatch/dpatch.make
16 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
22 configure: configure-stamp
29 build-stamp: configure-stamp
38 rm -f build-stamp configure-stamp
45 $(MAKE) install PREFIX=debian/iodine/usr
48 # Build architecture-independent files here.
49 binary-indep: build install
50 # We have nothing to do by default.
52 # Build architecture-dependent files here.
53 binary-arch: build install
56 dh_installchangelogs CHANGELOG
67 dh_installinit --name=iodined
71 dh_link usr/share/man/man8/iodine.8 usr/share/man/man8/iodined.8
83 binary: binary-indep binary-arch
84 .PHONY: build clean binary-indep binary-arch binary install configure