--- debian/control | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/debian/control b/debian/control index d040f08..9b4d310 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8.1.3), quilt (>= 0.40), pkg-config, - libdrm-dev (>= 2.4.48) [!hurd-any], + libdrm-dev (>= 2.4.52) [!hurd-any], libx11-dev, x11proto-gl-dev (>= 1.4.14), libxxf86vm-dev, @@ -21,25 +21,25 @@ Build-Depends: automake, libtool, x11proto-dri2-dev (>= 2.6), - x11proto-dri3-dev, - x11proto-present-dev, + x11proto-dri3-dev (>= 1.0), + x11proto-present-dev (>= 1.0), linux-libc-dev (>= 2.6.31) [linux-any], libx11-xcb-dev, - libxcb-dri2-0-dev, - libxcb-glx0-dev, + libxcb-dri2-0-dev (>= 1.8), + libxcb-glx0-dev (>= 1.8.1), libxcb-xfixes0-dev, libxcb-dri3-dev, libxcb-present-dev, libxcb-randr0-dev, libxcb-sync-dev, - libxshmfence-dev, + libxshmfence-dev (>= 1.1), python-libxml2, - libudev-dev [linux-any], + libudev-dev (>= 151) [linux-any], flex, bison, - llvm-3.4-dev (>= 1:3.3-4) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], + llvm-3.4-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], libelf-dev [amd64 i386 kfreebsd-amd64 kfreebsd-i386 armhf], - libwayland-dev (>= 1.0.2) [linux-any], + libwayland-dev (>= 1.2.0) [linux-any], Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git Homepage: http://mesa3d.sourceforge.net/ @@ -232,7 +232,7 @@ Section: libdevel Architecture: linux-any Depends: libgbm1 (= ${binary:Version}), - libudev-dev, + libudev-dev (>= 151), ${misc:Depends}, Description: generic buffer management API -- development files This package contains the GBM buffer management library. It provides a @@ -285,18 +285,18 @@ Architecture: linux-any kfreebsd-any Depends: libegl1-mesa (= ${binary:Version}), libegl1-mesa-drivers (= ${binary:Version}), - libdrm-dev (>= 2.4.45) [!hurd-any], - x11proto-dri2-dev (>= 2.1), - x11proto-gl-dev (>= 1.4.11), + libdrm-dev (>= 2.4.52) [!hurd-any], + x11proto-dri2-dev (>= 2.6), + x11proto-gl-dev (>= 1.4.14), libx11-dev, libxext-dev, libxxf86vm-dev, libxdamage-dev, libxfixes-dev, - libxcb-glx0-dev, - libxcb-dri2-0-dev, + libxcb-glx0-dev (>= 1.8.1), + libxcb-dri2-0-dev (>= 1.8), libx11-xcb-dev, - libwayland-dev, + libwayland-dev (>= 1.2.0), ${misc:Depends}, Description: free implementation of the EGL API -- development files This package contains the development environment required for compiling @@ -669,11 +669,11 @@ Architecture: any Depends: mesa-common-dev (= ${binary:Version}), libgl1-mesa-glx (= ${binary:Version}), - libdrm-dev (>= 2.4.45) [!hurd-any], + libdrm-dev (>= 2.4.52) [!hurd-any], libx11-dev, libx11-xcb-dev, - libxcb-dri2-0-dev, - libxcb-glx0-dev, + libxcb-dri2-0-dev (>= 1.8), + libxcb-glx0-dev (>= 1.8.1), libxdamage-dev, libxext-dev, libxfixes-dev, @@ -701,7 +701,7 @@ Architecture: any Replaces: xlibmesa-gl-dev (<< 1:7), xlibosmesa-dev, libgl1-mesa-swx11-dev (<< 6.5.2), libgl1-mesa-dev (<< 7.5~rc4-2) Depends: libx11-dev, - libdrm-dev (>= 2.4.45) [!hurd-any], + libdrm-dev (>= 2.4.52) [!hurd-any], ${misc:Depends}, Description: Developer documentation for Mesa This package includes the specifications for the Mesa-specific OpenGL -- 1.8.3.2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

