File: rules

package info (click to toggle)
rerun 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 412 kB
  • sloc: ruby: 1,360; sh: 22; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download | duplicates (3)
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

override_dh_auto_build: rerun.1
	dh_auto_build

rerun.1: debian/rerun.adoc
	asciidoctor --backend manpage --out-file $@ $<

override_dh_auto_clean:
	$(RM) rerun.1
	dh_auto_clean