~ubuntu-branches/ubuntu/trusty/python-distutils-extra/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-02-11 10:39:50 UTC
  • mfrom: (18.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110211103950-kseoijf2ilwdr3rr
Tags: 2.24-1
* auto.py: Fix the string comparison to not install *.notifyrc.in files
  twice. Thanks Éric Araujo for spotting this!
* DistUtilsExtra/auto.py, __provides(): Do not accidentally clobber
  "py_modules" with "packages", by using a proper copy of the list. Remove
  error filter workaround from test/auto.py.
* Rename "check" command to "pylint", to avoid clobbering distutils' own
  check command in 2.7/3.x. (LP: #714655)
* DistUtilsExtra/auto.py, DistUtilsExtra/command/__init__.py: Actually
  expose the pylint command as a setup.py command.
* Remove pykdeuic4 integration, it's been a continuous source of build
  failures and bugs. Using uic.loadUi() is much more robust.
  Instead, install Qt *.ui files into /usr/share/projectname/ just like the
  GtkBuilder *.ui files.
* debian/compat, debian/control: Bump to dh 7 compatibility, as we are using
  dh_auto_* magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-distutils-extra (2.24-1) unstable; urgency=low
 
2
 
 
3
  * auto.py: Fix the string comparison to not install *.notifyrc.in files
 
4
    twice. Thanks Éric Araujo for spotting this!
 
5
  * DistUtilsExtra/auto.py, __provides(): Do not accidentally clobber
 
6
    "py_modules" with "packages", by using a proper copy of the list. Remove
 
7
    error filter workaround from test/auto.py.
 
8
  * Rename "check" command to "pylint", to avoid clobbering distutils' own
 
9
    check command in 2.7/3.x. (LP: #714655)
 
10
  * DistUtilsExtra/auto.py, DistUtilsExtra/command/__init__.py: Actually
 
11
    expose the pylint command as a setup.py command.
 
12
  * Remove pykdeuic4 integration, it's been a continuous source of build
 
13
    failures and bugs. Using uic.loadUi() is much more robust.
 
14
    Instead, install Qt *.ui files into /usr/share/projectname/ just like the
 
15
    GtkBuilder *.ui files.
 
16
  * debian/compat, debian/control: Bump to dh 7 compatibility, as we are using
 
17
    dh_auto_* magic.
 
18
 
 
19
 -- Martin Pitt <mpitt@debian.org>  Fri, 11 Feb 2011 10:39:50 +0100
 
20
 
1
21
python-distutils-extra (2.23-1) unstable; urgency=low
2
22
 
3
23
  [ Didier Roche ]