~ubuntu-branches/ubuntu/trusty/ruby-setup/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Fourmond, Gunnar Wolf, Lucas Nussbaum, Vincent Fourmond
  • Date: 2011-05-30 14:15:58 UTC
  • Revision ID: james.westby@ubuntu.com-20110530141558-zmmimj107rgrr9qg
Tags: 3.4.1-5
[ Gunnar Wolf ]
* Changed section to Ruby as per ftp-masters' request
* Added myself as an uploader

[ Lucas Nussbaum ]
* Removing Lucas from uploaders.

[ Vincent Fourmond ]
* Rename package as ruby-setup
* Use source format 3.0 (quilt)
  - drop dependency on dpacth 
  - convert old patches
* Use gem2deb for building
* Provide a libsetup-ruby1.8 transition package
* Conforms to standards 3.9.2, and to the newer ruby policy

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 $@ --with ruby
 
16
 
 
17
override_dh_auto_build:
 
18
override_dh_auto_install:
 
19
override_dh_auto_clean:
 
 
b'\\ No newline at end of file'