#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/quilt/quilt.make build: build-stamp build-stamp: $(QUILT_STAMPFN) dh build touch $@ clean: unpatch dh $@ # Build architecture-independent files here. binary-indep: build # We have nothing to do here for an architecture-dependent package # Build architecture-dependent files here. binary-arch: build dh $@ binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary