~ubuntu-branches/ubuntu/trusty/ruby-xmlparser/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-06-16 21:57:51 UTC
  • Revision ID: james.westby@ubuntu.com-20110616215751-b4ymizpvexd6qfm7
Tags: 0.7.2-1
Switch to gem2deb-based packaging.

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
 
16
 
 
17
override_dh_auto_clean:
 
18
        dh_auto_clean
 
19
        # moved to ext/
 
20
        rm -f encoding.h extconf.rb xmlparser.c