File: rules

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

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

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

execute_before_dh_auto_configure:
	mkdir ext
	cp -R extconf.rb rbcrack.c ext/

execute_after_dh_auto_clean:
	rm -rf ext

execute_after_dh_clean:
	dh_clean rbcrack.h