Package: chromium
Version: 0.9.12-9
Severity: serious
Tags: patch

chromium fails to build because it has an unsatisfiable
build-dependency on xlibmesa-dev:

>  -> Considering  xlibmesa-dev
>    -> Trying xlibmesa-dev
>        -> Cannot install xlibmesa-dev; apt errors follow:
> Reading package lists...
> Building dependency tree...
> Package xlibmesa-dev is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
>   xlibmesa-gl-dev libglu1-xorg-dev

Replacing this build-dependency with "xlibmesa-gl-dev |
libglu1-xorg-dev" fixes the problem.

-- 
Matt
diff -u chromium-0.9.12/debian/control chromium-0.9.12/debian/control
--- chromium-0.9.12/debian/control
+++ chromium-0.9.12/debian/control
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Mike Furr <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev (>= 1.2.2-3.1), 
libsmpeg-dev, libopenal-dev, libglpng-dev, xlibmesa-dev, dpatch
+Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev (>= 1.2.2-3.1), 
libsmpeg-dev, libopenal-dev, libglpng-dev, xlibmesa-gl-dev | libglu1-xorg-dev, 
dpatch
 Standards-Version: 3.6.2.0
 
 Package: chromium

Attachment: signature.asc
Description: Digital signature

Reply via email to