Hi,
Andreas Beckmann wrote:
> debsums reports modification of the following files,
> from the attached log (scroll to the bottom...):
>
> /usr/bin/byobu-config
> /usr/bin/byobu-select-session
> /usr/lib/byobu/include/ec2instancespricing.py
This is caused by the postinst script:
# Replace the development tree's "/usr/bin/env python" shebang
sed -i -e "s:^#!/usr/bin/env python:#!/usr/bin/python:" /usr/bin/byobu-config
/usr/bin/byobu-select-session /usr/lib/byobu/include/ec2instancespricing.py
This must not be done at install time but at build time, e.g. by
putting a line like this in debian/rules:
sed -i -e "s:^#!/usr/bin/env python:#!/usr/bin/python:"
debian/byobu/usr/bin/byobu-config debian/byobu/usr/bin/byobu-select-session
debian/byobu/usr/lib/byobu/include/ec2instancespricing.py
Regards, Axel
--
,''`. | Axel Beckert <[email protected]>, http://people.debian.org/~abe/
: :' : | Debian Developer, ftp.ch.debian.org Admin
`. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE
`- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]