[SCM] libopenmpt/master: Depend on build-essential in all autopkgtests

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Thu Jan 12 17:26:53 UTC 2017


The following commit has been merged in the master branch:
commit b5326685e1eaff576fda8c260f7d9b01560e2fd6
Author: James Cowgill <jcowgill at debian.org>
Date:   Thu Jan 12 17:03:51 2017 +0000

    Depend on build-essential in all autopkgtests

diff --git a/debian/tests/control b/debian/tests/control
index 598c628..913b80a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,11 @@
 # Main build tests
 Tests: build
-Depends: gcc, g++, libopenmpt-dev, pkg-config
+Depends: build-essential, libopenmpt-dev, pkg-config
 
 # Test modplug compatability layer
 Tests: build-modplug
-Depends: gcc, libopenmpt-modplug-dev, pkg-config
+Depends: build-essential, libopenmpt-modplug-dev, pkg-config
 
 # Control - identical code should work with old modplug
 Tests: build-modplug
-Depends: gcc, libmodplug-dev, pkg-config
+Depends: build-essential, libmodplug-dev, pkg-config

-- 
libopenmpt packaging



More information about the pkg-multimedia-commits mailing list