Hi Adam,
changing the install target in debian/rules as follows fix the problem
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
rm -rf $(CURDIR)/debian/tmp/usr/bin/test*
# Fix wrong path to mdump
sed -i -e 's/\/usr\/local\/bin\/mdump/\/usr\/bin\/mdump/'
$(CURDIR)/debian/tmp/usr/bin/xmdump
# Move all files in their corresponding package
dh_install --list-missing --sourcedir=debian/tmp
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]