[Pkg-cmake-commits] [cmake] 10/10: Add Python and Java to findmodules autopkgtest.
Felix Geyer
fgeyer at moszumanska.debian.org
Sat Jul 22 10:10:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a commit to branch master
in repository cmake.
commit 1c988fd87eab26213d4961c9057e04a0b7854b95
Author: Felix Geyer <fgeyer at debian.org>
Date: Sat Jul 22 11:59:20 2017 +0200
Add Python and Java to findmodules autopkgtest.
---
debian/changelog | 1 +
debian/tests/control | 2 ++
debian/tests/findmodules_data/CMakeLists.txt | 4 ++--
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4a58a2a..d8bb67e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org> Thu, 20 Jul 2017 19:39:13 +0200
diff --git a/debian/tests/control b/debian/tests/control
index 737eef1..d102603 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -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,
diff --git a/debian/tests/findmodules_data/CMakeLists.txt b/debian/tests/findmodules_data/CMakeLists.txt
index 2c0eb5c..001ab46 100644
--- a/debian/tests/findmodules_data/CMakeLists.txt
+++ b/debian/tests/findmodules_data/CMakeLists.txt
@@ -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()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git
More information about the Pkg-cmake-commits
mailing list