File: rules

package info (click to toggle)
ruby-rotp 6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: ruby: 960; javascript: 325; 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