diff --git a/debian/changelog b/debian/changelog index e4bb16bfe..0a6c7ecdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ cmake (3.7.0-1) UNRELEASED; urgency=medium * New upstream release. + * Remove libjapser from the autopkgtest, the package has been removed + from the archive. -- Felix Geyer Sat, 12 Nov 2016 11:56:24 +0100 diff --git a/debian/tests/control b/debian/tests/control index c6d11dfd6..737eef1b7 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -27,7 +27,6 @@ Depends: cmake, mercurial, hspell, icoutils, - libjasper-dev, libarchive-dev, liblzma-dev, libxml2-dev, diff --git a/debian/tests/findmodules_data/CMakeLists.txt b/debian/tests/findmodules_data/CMakeLists.txt index bd79e2021..2c0eb5cc2 100644 --- a/debian/tests/findmodules_data/CMakeLists.txt +++ b/debian/tests/findmodules_data/CMakeLists.txt @@ -1,7 +1,7 @@ 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 Jasper + Freetype Gettext GIF Git GnuTLS GTK2 Hg HSPELL Icotool LibArchive LibLZMA LibXml2 LibXslt OpenSceneGraph Perl PhysFS PkgConfig Ruby Protobuf Subversion SWIG TIFF ZLIB) find_package(${VTEST} REQUIRED)