X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/ca33b0b4d7f66a7d55166d633d5889bcb7a907a5..05fd0aa117566503026dbedfe4d9b0485da2d5ed:/debian/rules 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)