File: rules

package info (click to toggle)
vagrant 1.9.1%2Bdfsg-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,584 kB
  • sloc: ruby: 58,554; sh: 245; makefile: 6; lisp: 1
file content (10 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DH_RUBY_IGNORE_TESTS = require-rubygems
export DH_RUBY = --gem-install
export DH_RUBY_GEM_INSTALL_WHITELIST_APPEND = version.txt
export DH_RUBY_GEM_INSTALL_BLACKLIST_APPEND = contrib/* scripts/*

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