File: rules

package info (click to toggle)
rake 13.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 912 kB
  • sloc: ruby: 9,641; ansic: 19; sh: 19; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DH_RUBY = --gem-install

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

override_dh_clean:
	$(RM) test/data/dryrun/temp_main
	$(RM) test/data/dryrun/temp_two
	$(RM) -r test/data/file_creation_task/build/
	$(RM) -r test/data/file_creation_task/src/
	dh_clean

override_dh_installchangelogs:
	dh_installchangelogs History.rdoc