Add Python and Java to findmodules autopkgtest.

This commit is contained in:
Felix Geyer 2017-07-22 11:59:20 +02:00
parent 5d285c330c
commit 1c988fd87e
3 changed files with 5 additions and 2 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ cmake (3.9.0-1) UNRELEASED; urgency=medium
* Refresh patches.
* Drop ancient Breaks/Replaces/Conflicts.
* No longer suggest eclipse and codeblocks. (Closes: #750465)
* Add Python and Java to findmodules autopkgtest.
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Jul 2017 19:39:13 +0200

View File

@ -11,6 +11,7 @@ Depends: cmake,
libcups2-dev,
libcurl4-openssl-dev,
cvs,
default-jdk,
doxygen,
libexpat1-dev,
flex,
@ -33,6 +34,7 @@ Depends: cmake,
libxslt1-dev,
libopenscenegraph-dev,
perl,
python3-dev,
libphysfs-dev,
pkg-config,
ruby-dev,

View File

@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.0)
foreach(VTEST ALSA Armadillo BISON Boost BZip2 Cups CURL CVS Doxygen EXPAT FLEX
Freetype Gettext GIF Git GnuTLS GTK2 Hg HSPELL Icotool
Freetype Gettext GIF Git GnuTLS GTK2 Hg HSPELL Icotool Java
LibArchive LibLZMA LibXml2 LibXslt OpenSceneGraph Perl PhysFS
PkgConfig Ruby Protobuf Subversion SWIG TIFF ZLIB)
PkgConfig PythonInterp PythonLibs Ruby Protobuf Subversion SWIG TIFF ZLIB)
find_package(${VTEST} REQUIRED)
endforeach()