debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 8e3b7b9b4f4e7b7803a6fce04e0a399d0829749c Author: Chase Douglas <chase.doug...@canonical.com> Date: Tue Mar 20 12:58:34 2012 -0700 Make libxorg-gtest-dev depend on xutils-dev >= 1:7.7~1 The installed xorg-gtest.m4 aclocal script depends on xorg-macros 1.17, which is provided in xutils-dev 1:7.7~1. diff --git a/debian/control b/debian/control index 6af5bdb..3f91e24 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,10 @@ Vcs-Browser: http://cgit.freedesktop.org/~cndougla/xorg-gtest Package: libxorg-gtest-dev Section: libdevel Architecture: all -Depends: libgtest-dev, libxorg-gtest-data (= ${source:Version}), ${misc:Depends} +Depends: libgtest-dev, + libxorg-gtest-data (= ${source:Version}), + xutils-dev (>= 1:7.7~1), + ${misc:Depends} Description: X.Org dummy testing environment for Google Test - headers Provides a Google Test environment for starting and stopping a dummy X server for headless testing purposes. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1sa5gg-0005uh...@vasks.debian.org