Newer
Older
# MAde with the aid of dh_make, by Craig Small
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
# Some lines taken from debmake, by Cristoph Lameter.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# Build architecture-dependent files here.
binary-arch: build
# Build architecture-independent files here.
binary-indep: build
#dh_lisp -i
dh_installinfo -i
dh_link --verbose -i
dh_strip -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
.PHONY: build clean binary-indep binary-arch binary