#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: # trigger a rebuild of the man page touch $(CURDIR) cdlabelgen.pod dh_auto_build # # copy over the black & white version of the debian logo # cp -p $(CURDIR)/debian/debian-bw.eps $(CURDIR)/debian/cdlabelgen/usr/share/cdlabelgen/ override_dh_auto_install: install -d -m 0755 $(CURDIR)/debian/cdlabelgen/usr/share/man/man1 $(MAKE) install BASE_DIR=$(CURDIR)/debian/cdlabelgen/usr # copy over the black & white version of the debian logo cp -p $(CURDIR)/debian/debian-bw.eps $(CURDIR)/debian/cdlabelgen/usr/share/cdlabelgen/