debian/README.Debian | 4 ++++ debian/control | 2 +- debian/copyright | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-)
New commits: commit ae84f3022847de851f6fd8f84df7d2fef5bf4408 Author: Chase Douglas <chase.doug...@canonical.com> Date: Fri Feb 24 07:17:40 2012 -0800 Add README.debian about the libgtest-dev dependency diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..e7f81b1 --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,4 @@ +Google ships google-test as a static library only. This is found in +libgtest-dev. The xorg-gtest library links against it, but does not allow +visibility of the gtest library symbols. Users of xorg-gtest must still link +against gtest, so libxorg-gtest0 depends on libgtest-dev. commit c04a9d1efb6f66741b0d08060496f9f47ca4632f Author: Chase Douglas <chase.doug...@canonical.com> Date: Fri Feb 24 07:14:40 2012 -0800 Update to dependency on debhelper 9, now that it's released diff --git a/debian/control b/debian/control index 597a785..1756a8a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xorg-gtest Priority: extra Maintainer: Daniel d'Andrada <daniel.dandr...@canonical.com> Build-Depends: automake, - debhelper (>= 8.1.3~), + debhelper (>= 9), dh-autoreconf, doxygen, libgtest-dev, commit d1313127160d0283e2f91d977cb5f43a269060c7 Author: Chase Douglas <chase.doug...@canonical.com> Date: Fri Feb 24 07:13:41 2012 -0800 Update debian/copyright for new upstream location diff --git a/debian/copyright b/debian/copyright index e96926d..845c7bd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://dep.debian.net/deps/dep5 Upstream-Name: xorg-gtest -Source: http://cgit.freedesktop.org/~cndougla/xorg-gtest +Source: http://cgit.freedesktop.org/xorg/test/xorg-gtest Files: * Copyright: 2011-2012 Canonical Ltd. -- 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/e1s0wze-0005t6...@vasks.debian.org