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.
25 # --- end custom part for compiling
34 # Add here commands to clean up after the build process.
36 # --- end custom part for cleaning up
46 # Add here commands to install the package
47 # The DESTDIR Has To Be Exactly /usr/src/packages/BUILD/debian/<nameOfPackage>
48 make
install DESTDIR
=/usr
/src
/packages
/BUILD
/debian
/ace
49 # --- end custom part for installing
51 # Build architecture-independent files here.
52 binary-indep
: build
install
53 # We have nothing to do by default.
55 # Build architecture-dependent files here.
56 binary-arch
: build
install
85 binary
: binary-indep binary-arch
86 .PHONY
: build
clean binary-indep binary-arch binary
install