[glfw3] 02/06: Fix cmake autopkgtest by depending on build-essential

James Cowgill jcowgill-guest at moszumanska.debian.org
Thu Jan 28 14:48:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository glfw3.

commit 50cbf7827a0ec5f1bc3926d4fd2fab65427599a1
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Thu Jan 28 14:22:13 2016 +0000

    Fix cmake autopkgtest by depending on build-essential
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 2855200..c9ebecc 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
 Tests: build
-Depends: gcc, libc-dev, libglfw3-dev, pkg-config
+Depends: build-essential, libglfw3-dev, pkg-config
 
 Tests: cmake
-Depends: cmake, gcc, libc-dev, libglfw3-dev
+Depends: build-essential, cmake, libglfw3-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git



More information about the Pkg-games-commits mailing list