X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=b18a9a31639645ab53a7cf540d456073eb2cc0ca;hb=4b8bff9ce93df43b120c5cf4d1476d3a435f99d3;hp=28061687abfe0c0b9824d15dd730a27b33d6d8f1;hpb=ab30f1996d97f10d243b7075021840c37ae8238a;p=videolink.git diff --git a/debian/rules b/debian/rules index 2806168..b18a9a3 100755 --- a/debian/rules +++ b/debian/rules @@ -7,13 +7,13 @@ binary : binary-arch binary-indep binary-arch : build dh_testroot - make prefix=debian/webdvd/usr install + 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/webdvd.substvars - mkdir -p -m755 debian/webdvd/usr/share/doc/webdvd - cp COPYING debian/webdvd/usr/share/doc/webdvd/copyright + 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 dh_installdocs dh_compress