#!/usr/bin/make -f

export VENDORINSTALL=yes

%:
	dh $@

override_dh_gencontrol:
	echo ruby:Depends=$(shell ruby -e 'puts RbConfig::CONFIG["ruby_install_name"]') >> debian/ruby-standalone.substvars
	dh_gencontrol
