File: rules

package info (click to toggle)
ruby-standalone 3.0~1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: sh: 98; makefile: 68; ansic: 25; ruby: 6
file content (10 lines) | stat: -rwxr-xr-x 256 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export VENDORINSTALL=yes
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

execute_after_dh_auto_install:
	(printf 'ruby-standalone:Depends='; $(MAKE) --no-print-directory --silent which-ruby) > debian/ruby-standalone.substvars