File: rules

package info (click to toggle)
ruby-rubymail 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 740 kB
  • sloc: ruby: 5,314; makefile: 14
file content (22 lines) | stat: -rwxr-xr-x 467 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

override_dh_auto_build:
	dh_auto_build
	rake rdoc

override_dh_auto_clean:
	$(RM) -r html/
	dh_auto_clean

override_dh_auto_install:
	dh_auto_install -O--buildsystem=ruby
	# Remove script files from ruby-rubymail-doc
	-rm -rf $(CURDIR)/debian/ruby-rubymail-doc/usr/lib

override_dh_installchangelogs:
	dh_installchangelogs -O--buildsystem=ruby ChangeLog