~ubuntu-branches/ubuntu/natty/quickly/natty

« back to all changes in this revision

Viewing changes to data/templates/ubuntu-project/project_root/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-09-14 17:54:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090914175439-s71r70gqgyvmg4aq
Tags: 0.2.3
* New release:
 + Quickly Core:
  - Fix tutorial command not shown outside a project
    (previously overwriten because of = instead of extend())
  - Bump requirement on distutilsextra to 2.10 to use desktopcouch bug
    fixing
 + ubuntu-project Template:
  - Launch gedit in background, keep default for others (LP: #425305)
  - Focus is on the main window file when executing quickly glade
  - Add Launchpad display name to DEBEMAIL
 + common:
  - updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    print >> sys.stderr, 'To build project_name you need https://launchpad.net/python-distutils-extra'
14
14
    sys.exit(1)
15
15
 
16
 
assert DistUtilsExtra.auto.__version__ >= '2.8', 'needs DistUtilsExtra.auto >= 2.8'
 
16
assert DistUtilsExtra.auto.__version__ >= '2.10', 'needs DistUtilsExtra.auto >= 2.10'
17
17
import os
18
18
 
19
19