File: rules

package info (click to toggle)
ruby-thinking-sphinx 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,624 kB
  • sloc: ruby: 14,199; sh: 57; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DH_RUBY_IGNORE_TESTS=all
export GEM2DEB_TEST_RUNNER = --check-dependencies

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

override_dh_install:
	# Do not install scripts in bin/, they conflict with files from other packages,
	# and they are for testing only purpose, used by upstream CI system.
	rm -rf debian/ruby-thinking-sphinx/usr/bin
	dh_install