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

« back to all changes in this revision

Viewing changes to debian/rtupdate

  • 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:
34
34
    case "$1" in
35
35
        python2.4)  py=py24 ;;
36
36
        python2.5)  py=py25 ;;
 
37
        python2.6)  py=py26 ;;
 
38
        python2.7)  py=py27 ;;
37
39
        *)          remove ; return ;;
38
40
    esac
39
41