File: rules

package info (click to toggle)
ctioga2 0.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,528 kB
  • sloc: ruby: 17,592; sh: 720; lisp: 88; makefile: 26
file content (10 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/buildvars.mk

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

override_dh_auto_build:
	dh_auto_build
	cd man; RUBYLIB=$(RUBYLIB):../lib ruby ../bin/ctioga2 --write-man "$(DEB_UPSTREAM_VERSION)" ctioga2.1.template > ctioga2.1