2 # Sample debian/rules that uses debhelper.
3 # GNU copyright 1997 to 1999 by Joey Hess.
5 # Uncomment this to turn on verbose mode.
9 #ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
19 # Add here commands to compile the package.
21 #docbook-to-man debian/gentoo.sgml > gentoo.1
30 # Add here commands to clean up after the build process.
41 # Add here commands to install the package into debian/curcy.
42 #$(MAKE) install DESTDIR=$(CURDIR)/debian/curcy
44 # Build architecture-independent files here.
45 binary-indep: build install
50 dh_installdocs copyright
75 # We have nothing to do by default.
77 # Build architecture-dependent files here.
78 binary-arch: build install
79 binary: binary-indep binary-arch
80 .PHONY: build clean binary-indep binary-arch binary install