File: rules

package info (click to toggle)
ruby-rotp 2.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 340 kB
  • ctags: 79
  • sloc: ruby: 726; makefile: 16
file content (19 lines) | stat: -rwxr-xr-x 424 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_VERBOSE=1

%:
	dh $@ --buildsystem=ruby --with ruby
override_dh_installdocs:
	dh_installdocs
	rm debian/ruby-rotp/usr/share/doc/ruby-rotp/file.README.html
override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md
override_dh_installdocs:
	yardoc -o debian/yardocs
	rm debian/yardocs/file.README.html
	dh_installdocs
override_dh_clean:
	rm -rf debian/yardocs;
	rm -rf .yardoc;
	dh_clean