File: rules

package info (click to toggle)
ruby-rbtree 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 2,672; ruby: 912; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install

%:
	dh $@ --buildsystem=ruby --with ruby

execute_before_dh_auto_install:
	mkdir ext
	cp *.c *.h extconf.rb ext/

execute_before_dh_clean:
	rm -rf ext
	dh_clean