File: rules

package info (click to toggle)
nanoc 4.13.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,576 kB
  • sloc: ruby: 41,538; sh: 31; makefile: 15
file content (22 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

#export GEM2DEB_TEST_RUNNER = --check-dependencies
export DH_RUBY = --gem-install
export TZ = UTC

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

override_dh_installman:
	mkdir man/
	pod2man --center "" --release "" --name NANOC --utf8 debian/nanoc.1.pod man/nanoc.1
	dh_installman

override_dh_gencontrol:
	debian/dh_gencontrol

override_dh_clean:
	dh_clean
	rm -rf man/
	rm -rf .yardoc
	rm -rf coverage