2 # Sample debian/rules that uses debhelper.
3 # GNU copyright 1997 to 1999 by Joey Hess.
5 # Uncomment this to turn on verbose mode.
8 # This is the debhelper compatibility version to use.
12 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
22 # Add here commands to compile the package.
24 #docbook-to-man debian/gentoo.sgml > gentoo.1
33 # Add here commands to clean up after the build process.
44 # Add here commands to install the package into debian/curcy.
45 $(MAKE) install DESTDIR=$(CURDIR)/debian/curcy
47 # Build architecture-independent files here.
48 binary-indep: build install
49 # We have nothing to do by default.
51 # Build architecture-dependent files here.
52 binary-arch: build install
81 binary: binary-indep binary-arch
82 .PHONY: build clean binary-indep binary-arch binary install