File: rules

package info (click to toggle)
ruby-simple-oauth 0.3.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: ruby: 451; makefile: 4
file content (11 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
#export DH_VERBOSE=1
#
# Ignore all tests because these required network connection.
export DH_RUBY_IGNORE_TESTS=all
#
# If you need to specify the .gemspec (eg there is more than one)
export DH_RUBY_GEMSPEC=simple_oauth.gemspec

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