~ubuntu-branches/ubuntu/quantal/pylint/quantal

« back to all changes in this revision

Viewing changes to __pkginfo__.py

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi, Julien Lavergne, Alexandre Fayolle, Sandro Tosi
  • Date: 2009-09-14 23:52:18 UTC
  • mfrom: (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090914235218-o3rtlhbskylm3l6d
Tags: 0.18.1-1
[ Julien Lavergne ]
* Python 2.6 transition, thanks Alessio Treglia for the patch; Closes: #530509
 - Use --install-layout=deb for setup.py install.
 - Replace site-packages by *-packages.
 - Build-depends on python >= 2.5.4-1~ for --install-layout=deb.

[ Alexandre Fayolle ]
 * debian/rules: set NO_SETUPTOOLS when calling python setup.py

[ Sandro Tosi ]
* New upstream release
  - fix a false positive on E0611; thanks to Yann Dirson for the report;
    Closes: #546522
* debian/control
  - removed Conflicts and Replaces, no more needed
  - bump Standards-Version to 3.8.3 (no changes needed)
  - bump versioned dependencies on python-logilab-common and
    python-logilab-astng (to correctly handle migratation from pycentral to
    pysupport, hence the urgency)
* debian/README.source
  - removed, not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
modname = distname = 'pylint'
20
20
 
21
 
numversion = (0, 18, 0)
 
21
numversion = (0, 18, 1)
22
22
version = '.'.join([str(num) for num in numversion])
23
23
 
24
24