X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=debian%2Frules;h=cd3c062c54267d33402fc8559f012a4d9e0859d7;hp=ff70afd77f0316fe468af1553a9af51fe3e27506;hb=c24cac1849f737699ac3342d24982b9a16c854d9;hpb=330464a18996a269dadfcbd0c73cad5eb90f3776 diff --git a/debian/rules b/debian/rules index ff70afd..cd3c062 100755 --- a/debian/rules +++ b/debian/rules @@ -10,17 +10,6 @@ binary-arch : build make DESTDIR=debian/videolink prefix=/usr install dh_strip dh_shlibdeps - # VideoLink relies on some un-frozen APIs which may break - # between releases and even with backported security patches. - # The libxul packages have sonames and a shlibs file so we - # should get correct dependencies automatically, but this is - # not the case for mozilla-browser. - if dpkg-query -W libxul-dev >&/dev/null; then \ - echo "mozilla:Depends=" >> debian/videolink.substvars ; \ - else \ - MOZ_VERSION=$$(dpkg-query -W --showformat='$${version}' mozilla-browser | sed 's/+b[0-9]*$$//') \ - && echo "mozilla:Depends=mozilla-browser (>= $$MOZ_VERSION), mozilla-browser (<< $${MOZ_VERSION}+b99)" >> debian/videolink.substvars ; \ - fi mkdir -p -m755 debian/videolink/usr/share/doc/videolink install -m644 debian/copyright debian/videolink/usr/share/doc/videolink/copyright mv debian/videolink/usr/share/doc/videolink/ChangeLog.gz \