File: rules

package info (click to toggle)
ruby-kaminari 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 624 kB
  • sloc: ruby: 2,670; makefile: 11
file content (15 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_RUBY = --gem-install
export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = config
ifeq ($(filter nocheck,$(DEB_BUILD_PROFILES)),)
export GEM2DEB_TEST_RUNNER=--check-dependencies
endif

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

override_dh_auto_test:
ifeq ($(filter nocheck,$(DEB_BUILD_PROFILES)),)
	dh_auto_test
endif