File: rules

package info (click to toggle)
ruby-em-socksify 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 160 kB
  • ctags: 49
  • sloc: ruby: 256; sh: 12; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

# need to start a socks daemon and an HTTP service to run the tests
override_dh_auto_install:
	chmod +x debian/start_webrick_hpsockd_and_auto_install.sh
	debian/start_webrick_hpsockd_and_auto_install.sh