#!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: $(MAKE) -f Makefile.linux /usr/bin/docbook-to-man debian/noshell.sgml > noshell.1 /usr/bin/docbook-to-man debian/runas.sgml > runas.8 override_dh_clean: dh_clean -$(MAKE) -f Makefile.linux clean -rm -f runas.8 noshell.1