X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/026a384f68227a00b2d33ca196d7c498ba643d4a..05fd0aa117566503026dbedfe4d9b0485da2d5ed:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index cdb6991..435f6e2 100755 --- a/debian/rules +++ b/debian/rules @@ -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)