~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to sourcecode/Makefile

  • Committer: Guilherme Salgado
  • Date: 2010-04-07 18:39:30 UTC
  • mto: This revision was merged to the branch mainline in revision 10791.
  • Revision ID: salgado@canonical.com-20100407183930-s9iefcpxiq33c28t
Update the default version of setuptools in ez_setup.py and the python version in lib/canonical/librarian/Makefile and sourcecode/Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PYTHON_VERSION=2.5
 
1
PYTHON_VERSION=2.6
2
2
PYTHON=python${PYTHON_VERSION}
3
3
# Not all packages have a working Makefile. Work around this by hardcoding
4
4
# the ones we test.  If we fix them all to have EITHER a good makefile