#!/usr/bin/make -f

export VENDORINSTALL=yes
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

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