~ubuntu-branches/ubuntu/trusty/boost1.38/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-05-20 01:24:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090520012441-z088y4ab1ttfbvv9
Tags: 1.38.0-6ubuntu1
* Update for Karmic Python versions (2.5/2.6 instead of 2.4/2.5)
  - debian/control: Update XS-Python-Version
  - debian/rules: Update python version rules
  - debian/rtupdate: Update for Python 2.6
* Extend debian/patches/sp_counted_base.patch to cover Sparc as well
  - Carried forward from Ubuntu boost1.35 package

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
boost_variants_thread := -mt -mt-d
37
37
 
38
38
# These are special cases for suffixes.  Generally come from --buildid, so begin with a dash.
39
 
boost_suffixes_python := -py24 -py25
 
39
boost_suffixes_python := -py25 -py26
40
40
 
41
41
# Files that are generated by filtering a template
42
42
filtered_files = \
151
151
endif
152
152
 
153
153
MPI_CONFIG = "using mpi ;"
154
 
PYTHON_CONFIG1 = "using python : 2.4 : /usr ;"
155
 
PYTHON_CONFIG2 = "using python : 2.5 : /usr ;"
 
154
PYTHON_CONFIG1 = "using python : 2.5 : /usr ;"
 
155
PYTHON_CONFIG2 = "using python : 2.6 : /usr ;"
156
156
 
157
157
exampledir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/examples
158
158
htmldir = debian/libboost$(PKGVERSION)-doc/usr/share/doc/libboost$(PKGVERSION)-doc/HTML
179
179
        dh_testdir
180
180
 
181
181
        $(JAM) --without-python                        $(jam_variants)
182
 
        $(JAM) --with-python --buildid=py24 python=2.4 $(jam_variants)
183
182
        $(JAM) --with-python --buildid=py25 python=2.5 $(jam_variants)
 
183
        $(JAM) --with-python --buildid=py26 python=2.6 $(jam_variants)
184
184
 
185
185
        cd tools/bcp && $(JAM)
186
186
        cd tools/inspect/build && $(JAM)