On 20-Feb-2009, Josselin Mouette wrote:
> the paste rules file contains the following:
>         dh_link /usr/share/javascript/mochikit/MochiKit.js \
>                 
> /usr/share/python-support/python-paste/paste/evalexception/mochikit/MochiKit.js
> 
> This is perfectly appropriate and the package does nothing wrong;
> however it is one of the handful of ones that will need to be updated to
> cope with the upcoming changes in python-support (currently lying in
> experimental).
> 
> After python-support has been updated, the package will not stop
> working; however if it is rebuilt, the new version will fail to work
> because this link won’t be set up appropriately.
> 
> Another thing to take into account is that you will have to set the link
> *before* the call to dh_pysupport, otherwise it won’t be taken into
> account at install time. You also have to set the link
> in /usr/share/$(pyversions -d)/site-packages/... instead. (This will
> also work with the current version of python-support, provided the link
> is absolute.)

To be clear on what the recommended fix is, are you saying that the
above lines should be changed to say:

=====
        dh_link /usr/share/javascript/mochikit/MochiKit.js \
                /usr/share/$(pyversions 
-d)/site-packages/python-paste/paste/evalexception/mochikit/MochiKit.js
=====

Or some other change instead? Is anything else required?

-- 
 \           “I do not believe in immortality of the individual, and I |
  `\        consider ethics to be an exclusively human concern with no |
_o__)  superhuman authority behind it.” —Albert Einstein, letter, 1953 |
Ben Finney <b...@benfinney.id.au>

Attachment: signature.asc
Description: Digital signature

Reply via email to