~ubuntu-branches/ubuntu/saucy/ruby-validatable/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2012-05-19 17:34:34 UTC
  • Revision ID: package-import@ubuntu.com-20120519173434-e26mt7c4merswbbk
Tags: 1.6.7-7
* Transition to new Ruby policy
  + renaming source and binary packages
  + using gem2deb packaging tool
* Add myself to Uploaders:
* Bump Standards-Version: to 3.9.3 (no particular changes needed)
* Convert copyright file to DEP-5
* Deactivate tests (needs ruby-expectations, unpackaged)
* Override lintian warning about duplicate descriptions of transitional
  packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
#export DH_VERBOSE=1
 
3
#
 
4
# Uncomment to ignore all test failures (but the tests will run anyway)
 
5
#export DH_RUBY_IGNORE_TESTS=all
 
6
#
 
7
# Uncomment to ignore some test failures (but the tests will run anyway).
 
8
# Valid values:
 
9
#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
 
10
#
 
11
# If you need to specify the .gemspec (eg there is more than one)
 
12
#export DH_RUBY_GEMSPEC=gem.gemspec
 
13
 
 
14
%:
 
15
        dh $@ --buildsystem=ruby --with ruby