X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/026a384f68227a00b2d33ca196d7c498ba643d4a..0a7de6ab881bf103f7b60f274529dc593046b454:/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 @@ -41,6 +41,12 @@ override_dh_installdocs: 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. %:; dh $@ $(DH_OPTIONS)