File: rules

package info (click to toggle)
ruby-libvirt 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 916 kB
  • ctags: 1,022
  • sloc: ansic: 9,592; ruby: 2,877; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

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

override_dh_auto_install:
	rake -f debian/gemspec.rake gemspec
	dh_auto_install

override_dh_auto_clean:
	$(RM) *.gemspec
	dh_auto_clean