Add Python and Java to findmodules autopkgtest.
This commit is contained in:
parent
5d285c330c
commit
1c988fd87e
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ cmake (3.9.0-1) UNRELEASED; urgency=medium
|
|||||||
* Refresh patches.
|
* Refresh patches.
|
||||||
* Drop ancient Breaks/Replaces/Conflicts.
|
* Drop ancient Breaks/Replaces/Conflicts.
|
||||||
* No longer suggest eclipse and codeblocks. (Closes: #750465)
|
* 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
|
-- Felix Geyer <fgeyer@debian.org> Thu, 20 Jul 2017 19:39:13 +0200
|
||||||
|
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -11,6 +11,7 @@ Depends: cmake,
|
|||||||
libcups2-dev,
|
libcups2-dev,
|
||||||
libcurl4-openssl-dev,
|
libcurl4-openssl-dev,
|
||||||
cvs,
|
cvs,
|
||||||
|
default-jdk,
|
||||||
doxygen,
|
doxygen,
|
||||||
libexpat1-dev,
|
libexpat1-dev,
|
||||||
flex,
|
flex,
|
||||||
@ -33,6 +34,7 @@ Depends: cmake,
|
|||||||
libxslt1-dev,
|
libxslt1-dev,
|
||||||
libopenscenegraph-dev,
|
libopenscenegraph-dev,
|
||||||
perl,
|
perl,
|
||||||
|
python3-dev,
|
||||||
libphysfs-dev,
|
libphysfs-dev,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
ruby-dev,
|
ruby-dev,
|
||||||
|
4
debian/tests/findmodules_data/CMakeLists.txt
vendored
4
debian/tests/findmodules_data/CMakeLists.txt
vendored
@ -1,9 +1,9 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
cmake_minimum_required(VERSION 3.0)
|
||||||
|
|
||||||
foreach(VTEST ALSA Armadillo BISON Boost BZip2 Cups CURL CVS Doxygen EXPAT FLEX
|
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
|
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)
|
find_package(${VTEST} REQUIRED)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user