Bug#516544: How I installed libdrm-dev on top of linux-libc-dev

2009-03-16 Thread Julien Cristau
On Mon, 2009-03-16 at 18:07 -0500, Jonathan Nieder wrote: > In the future, should libdrm-dev conflict with linux-libc-dev, should > it ship updated drm headers somewhere else, or should it replace older > linux-libc-dev? (What are the bad effects of updating drm headers > behind the back of other p

Bug#516544: How I installed libdrm-dev on top of linux-libc-dev

2009-03-16 Thread Jonathan Nieder
The following is only a workaround, but it has been working well for me: 1. install libdrm-dev 2. cd /usr/include/drm && for i in *.h do dpkg-divert --package libdrm-dev --divert \ /usr/local/include/drm.libc/$i \ /usr/include/drm/$i 3. insta