2 # Made with the aid of dh_make, by Craig Small
3 # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
4 # Some lines taken from debmake, by Cristoph Lameter.
6 # Uncomment this to turn on verbose mode.
14 # Add here commands to compile the package.
22 rm -f build-stamp install-stamp
24 # Add here commands to clean up after the build process.
29 install: install-stamp
30 install-stamp: build-stamp
36 # Add here commands to install the package into debian/tmp.
37 $(MAKE) install DESTDIR=`pwd`/debian/tmp
38 install -d `pwd`/debian/tmp/usr/share/doc/abcde/examples
39 install -m 644 examples/* `pwd`/debian/tmp/usr/share/doc/abcde/examples
43 # Build architecture-independent files here.
44 binary-indep: build install
45 # We have nothing to do by default.
47 # Build architecture-dependent files here.
48 binary-arch: build install
69 @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
71 binary: binary-indep binary-arch
72 .PHONY: build clean binary-indep binary-arch binary