~ubuntu-branches/ubuntu/quantal/python-defaults/quantal

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-13 22:39:31 UTC
  • Revision ID: package-import@ubuntu.com-20111013223931-ba1f5vntbhjrfhgs
Tags: 2.7.2-7ubuntu4
* Build-depend on lsb-release.
* Ignore version check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        make -C pydist $@
37
37
 
38
38
check_versions:
39
 
        @set -e;\
 
39
        @set -ex;\
40
40
        DEFAULT=`sed -rn 's,^DEFAULT = \(([0-9]+)\, ([0-9]+)\),\1.\2,p' debpython/version.py`;\
41
41
        SUPPORTED=`sed -rn 's,^SUPPORTED = \[\(([0-9]+)\, ([0-9]+)\)\, \(([0-9]+)\, ([0-9]+)\)\],\1.\2 \3.\4,p' debpython/version.py`;\
42
42
        DEB_DEFAULT=`sed -rn 's,^default-version = python([0-9.]*),\1,p' debian/debian_defaults`;\