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 compatability version to use.
15 ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
16 # Add here commands to compile the package.
26 # Add here commands to clean up after the build process.
37 # Add here commands to install the package into debian/tmp.
38 $(MAKE) install prefix=$(CURDIR)/debian/helmpot/usr
41 # Build architecture-independent files here.
42 binary-indep: build install
43 # We have nothing to do by default.
45 # Build architecture-dependent files here.
46 binary-arch: build install
60 dh_installchangelogs ChangeLog
65 # You may want to make some executables suid here.
74 binary: binary-indep binary-arch
75 .PHONY: build clean binary-indep binary-arch binary install