~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-11-23 14:28:03 UTC
  • Revision ID: package-import@ubuntu.com-20111123142803-jxp5ta4wtmgmb3h0
Tags: 1.4.3-3.1ubuntu4
Build again for ruby1.9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
#Ruby versions to build for
23
 
RUBY_VERS := 1.8
 
23
RUBY_VERS := 1.8 1.9.1
24
24
RUBY_DEFAULT_VERS := 1.8
25
25
 
26
26
PY_VERS := $(shell pyversions -vr)