#!/usr/bin/make -f build : make prefix=/usr binary : binary-arch binary-indep binary-arch : build dh_testroot make prefix=debian/videolink/usr install dh_strip dh_shlibdeps @echo "Despite the warnings from dh_shlibdeps, this should complete dependencies:" echo "mozilla:Depends=mozilla-browser (= $$(dpkg-query -W --showformat='$${version}' mozilla-browser))" >> debian/videolink.substvars mkdir -p -m755 debian/videolink/usr/share/doc/videolink cp COPYING debian/videolink/usr/share/doc/videolink/copyright dh_installchangelogs ChangeLog dh_installdocs dh_compress dh_installdeb dh_gencontrol dh_builddeb binary-indep : clean : make clean .PHONY : build binary binary-arch binary-dep clean svn-build