~ubuntu-branches/ubuntu/raring/libuser/raring

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: James Westby
  • Date: 2010-04-13 19:09:07 UTC
  • Revision ID: james.westby@canonical.com-20100413190907-c6f260mu6wxvs7ti
Tags: 1:0.56.9.dfsg.1-1ubuntu3
Fix the build failure by using site-packages as the source for all python versions.

Fix the build by copying from site-packages regardless of python
version. Currently configure uses prefix in the get_python_lib call,
which means it gets site-packages on every version. Therefore we copy
from site-packages, and put it in site-packages/dist-packages as
appropriate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libuser (1:0.56.9.dfsg.1-1ubuntu3) lucid; urgency=low
 
2
 
 
3
  * Fix the build by copying from site-packages regardless of python
 
4
    version. Currently configure uses prefix in the get_python_lib call,
 
5
    which means it gets site-packages on every version. Therefore we copy
 
6
    from site-packages, and put it in site-packages/dist-packages as
 
7
    appropriate.
 
8
 
 
9
 -- James Westby <james.westby@ubuntu.com>  Tue, 13 Apr 2010 19:20:07 +0100
 
10
 
1
11
libuser (1:0.56.9.dfsg.1-1ubuntu2) jaunty; urgency=low
2
12
 
3
13
  * debian/rules: