~ubuntu-branches/ubuntu/lucid/python-defaults/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-19 10:03:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090219100343-fnj83cvi2sgx7u5t
Tags: 2.5.4-0ubuntu1
* Depend on the 2.5.4 versions of the packages.
* Add 2.6 as a supported version, drop 2.4 as a supported version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
export PVER=python2.5
21
21
 
22
22
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
23
 
PREVVER := 2.5.2
 
23
PREVVER := 2.5.4
24
24
 
25
25
PWD             := $(shell pwd)
26
26