File: rules

package info (click to toggle)
ruby-cri 2.15.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 348 kB
  • sloc: ruby: 2,777; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download | duplicates (4)
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

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md

override_dh_installdocs:
	yard --markup markdown --readme README.adoc --files NEWS.md,LICENSE --output-dir doc/yardoc
	dh_installdocs

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