#! /usr/bin/make -f PACKAGE = manpages-es include /usr/share/dpatch/dpatch.make build: patch # Builds the binary package. # empty clean: unpatch # Undoes the effect of `make -f debian/rules build'. dh_testdir dh_clean # If we had templates we would use this: # debconf-updatepo binary-arch: build binary-indep: build # Makes a binary package. dh_testroot dh_testdir dh_installdebconf dh_installdirs $(MAKE) MANDIR=debian/manpages-es/usr/share/man/es install remove_obsolete dh_installchangelogs dh_installdocs README LEEME PROYECTO man-pages-1.55.Announce dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Below here is fairly generic really binary: binary-indep binary-arch .PHONY: binary binary-arch binary-indep clean build patch unpatch