File: rules

package info (click to toggle)
ruby-rubocop-rspec 1.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 816 kB
  • sloc: ruby: 8,415; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export GEM2DEB_TEST_RUNNER = --check-dependencies

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

override_dh_link:
	dh_link
	cd ./debian/ruby-rubocop-rspec/usr/lib/ruby/vendor_ruby && \
		patch -p2 < $(CURDIR)/debian/patches/02-modify-rubocop-rspec-homedir.patch