File: rules

package info (click to toggle)
ruby-rubydns 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 548 kB
  • sloc: ruby: 1,796; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_RUBY = --gem-install
export GEM2DEB_TEST_RUNNER = --check-dependencies

override_dh_auto_build:
	dh_auto_build -O--buildsystem=ruby
	go-md2man -in debian/rubydns-check.1.md -out debian/rubydns-check.1

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