File: rules

package info (click to toggle)
ruby-rmagick 2.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,400 kB
  • ctags: 2,291
  • sloc: ansic: 17,146; ruby: 13,758; sh: 28; makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

override_dh_auto_clean:
	DH_RUBY_GEMSPEC=/dev/null dh_auto_clean

override_dh_install-indep:
	dh_install
	find debian/*/usr/share/doc/ruby-rmagick-doc/ \
		-name .cvsignore -delete
	find debian/*/usr/share/doc/ruby-rmagick-doc/ \
		-type f -executable -exec \
		chmod -x '{}' ';'