~ubuntu-branches/ubuntu/natty/python2.7/natty-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-03-23 15:02:47 UTC
  • Revision ID: james.westby@ubuntu.com-20110323150247-w3afsbg6db5wfje6
Tags: 2.7.1-5ubuntu1
debian/patches/deb-setup.diff: DEB_GNU_TYPE was never being set, so
the expected multiarch path support wasn't working.  Consolidate to
a single call to dpkg-architecture -qDEB_HOST_MULTIARCH in setup.py.
LP: #738213.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python2.7 (2.7.1-5ubuntu1) natty; urgency=low
 
2
 
 
3
  * debian/patches/deb-setup.diff: DEB_GNU_TYPE was never being set, so
 
4
    the expected multiarch path support wasn't working.  Consolidate to
 
5
    a single call to dpkg-architecture -qDEB_HOST_MULTIARCH in setup.py.
 
6
    LP: #738213.
 
7
 
 
8
 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 23 Mar 2011 15:02:47 -0700
 
9
 
1
10
python2.7 (2.7.1-5) experimental; urgency=low
2
11
 
3
12
  * Update to 20110224, taken from the 2.7 branch.