#!/usr/bin/make -f # -*- makefile -*- # $HeadURL$ $LastChangedRevision$ #export DH_VERBOSE=1 PACKAGE=pin SHELL=/bin/bash #ADETEST_FLAGS=-vk get-orig-source: uscan --noconf --force-download --rename --repack --download-current-version --destdir=. %: dh $@ override_dh_auto_install: mkdir -p $(CURDIR)/debian/$(PACKAGE)/usr/bin cp bin/pin $(CURDIR)/debian/$(PACKAGE)/usr/bin chmod 755 $(CURDIR)/debian/$(PACKAGE)/usr/bin/pin @# missing directories @# example config files we use @# example config files we used and don't want as examples @# dh will take care of installing ChangeLog as changelog.gz rm -f $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/pin/ChangeLog rm -f $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/pin/COPYING