debian/changelog | 7 +++++++ debian/control | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-)
New commits: commit aaf71bc6cf1ad69d3770ef9d7ff78295be61abd0 Author: Maarten Lankhorst <[email protected]> Date: Mon Mar 31 11:35:43 2014 +0200 Add explicit libudev1 dependency. libudev is being dlsym'd now, but still a dependency. diff --git a/debian/changelog b/debian/changelog index a37517d..398c6c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (10.1.0-5) UNRELEASED; urgency=low + + * Add explicit libudev1 dependency. + - libudev is being dlsym'd now, but still a dependency. + + -- Maarten Lankhorst <[email protected]> Mon, 31 Mar 2014 11:25:48 +0200 + mesa (10.1.0-4) unstable; urgency=medium [ Andreas Boll ] diff --git a/debian/control b/debian/control index 063f59b..768634e 100644 --- a/debian/control +++ b/debian/control @@ -205,6 +205,7 @@ Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, + libudev1 [linux-any], Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: generic buffer management API -- runtime @@ -252,6 +253,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + libudev1 [linux-any], Recommends: libegl1-mesa-drivers Provides: libegl1-x11 Conflicts: libegl1-x11 @@ -323,6 +325,7 @@ Depends: libegl1-mesa (= ${binary:Version}), libglapi-mesa (= ${binary:Version}), libwayland-egl1-mesa (= ${binary:Version}) [linux-any], + libudev1 [linux-any], Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: free implementation of the EGL API -- hardware drivers @@ -578,8 +581,9 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, - libglapi-mesa (= ${binary:Version}), ${misc:Depends} + libglapi-mesa (= ${binary:Version}), + libudev1 [linux-any], Recommends: libgl1-mesa-dri (>= 7.2) Conflicts: libgl1, libgl1-mesa-dri (<< 6.4.0) Replaces: libgl1, libgl1-mesa-dri (<< 6.4.0) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

