File: rules

package info (click to toggle)
unicorn 6.1.0%2Bgit.20250131.1370f52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,044 kB
  • sloc: ruby: 7,424; perl: 1,157; sh: 828; ansic: 414; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

override_dh_installinit:
	dh_installinit  --no-start

execute_after_dh_auto_build:
	ruby GIT-VERSION-GEN
	cd ext/unicorn_http && ragel unicorn_http.rl -C -G2 -o unicorn_http.c