> Matthias Klose wrote:
>> Josh Triplett schrieb:
>>> Would the Debian maintainers of sun-java5-bin and sun-java6-bin please
>>> consider applying these workarounds to the packages, to avoid locking
>>> assertion failures when libx11-6 with Xlib/XCB enters unstable?
>>
>> sorry, we are only allowed to distribute the unmodified package. I know that
>> this is not the best situation.
>
> How about running sed in the postinst?
>
> Barring that, how about shipping an executable script
> /usr/share/doc/sun-java{5,6}-bin/unbreak-my-java ?
The license does not allow for anything like that, I'm afraid.
--
To UNSUBSCRIBE, email to debian-bugs...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
> * Josh Triplett:
>
> > Barring that, how about shipping an executable script
> > /usr/share/doc/sun-java{5,6}-bin/unbreak-my-java ?
>
> The license does not allow for anything like that, I'm afraid.
>
We could ship that in libx11-6, then. *shrug*
Cheers,
Julien
If you want to do it in the packaging scripts, the problem becomes that
when someone installs java after libx11-6 the scripts won't run to make the
change. The user could re-install the package with dpkg -i, but that'd be
annoying. Maybe we could ship a script to make the change that the postinst
runs, and that the user could run manually if they need to?
- David Nusinow