X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/026a384f68227a00b2d33ca196d7c498ba643d4a..5dba54ab01bce6ca8a6f1fd64b46cd304501b596:/debian/rules diff --git a/debian/rules b/debian/rules index cdb6991..3e75989 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export LC_ALL = C.UTF-8 cgiexecdir = /usr/lib/cgi-bin httpdir = /var/www -browser = x-www-browser +browser = sensible-browser override_dh_auto_configure: [ -f configure ] || ./autogen.sh @@ -40,6 +40,12 @@ override_dh_installdocs: dh_installdocs $(addprefix -p, $(DOCLINK_PKGS)) --link-doc=disorder dh_installdocs $(addprefix -N, $(DOCLINK_PKGS)) +###-------------------------------------------------------------------------- +### Set up the proper dependencies for `disorder-gstreamer'. + +override_dh_gencontrol: + dh_gencontrol -- -Tdebian/build/debian/substvars.auto + ###-------------------------------------------------------------------------- ### And just let Debhelper do the rest of the work.