File: rules

package info (click to toggle)
ruby-standalone 2.3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 76 kB
  • ctags: 28
  • sloc: sh: 86; makefile: 58; ruby: 29; ansic: 16
file content (11 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/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