2 # Sample debian/rules that uses debhelper.
3 # GNU copyright 1997 to 1999 by Joey Hess.
5 # Uncomment this to turn on verbose mode.
12 # Add here commands to compile the package.
14 #docbook-to-man debian/gentoo.sgml > gentoo.1
23 # Add here commands to clean up after the build process.
34 # Build architecture-independent files here.
35 binary-indep: build install
40 dh_installdocs copyright
65 # We have nothing to do by default.
67 # Build architecture-dependent files here.
68 binary-arch: build install
69 binary: binary-indep binary-arch
70 .PHONY: build clean binary-indep binary-arch binary install