Walter Lapchynski has proposed merging ~wxl/kubuntu-packaging/+git/kexi:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kexi:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~wxl/kubuntu-packaging/+git/kexi/+merge/312868 Few wee changes to get this closer to building. Resolved this: https://launchpadlibrarian.net/297267434/buildlog_ubuntu-zesty-amd64.kexi_1%3A2.99.91+p17.04+git20161208.2244-0_BUILDING.txt.gz "debian/rules:3: /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk: No such file or directory" by adding pkg-kde-tools as a Build-Depends. Also fixed Maintainer to the more general Debian KDE/Kubuntu/KDE to resolve an issue after that. Unfortunately, now it seems to want kdb, which we don't have. But at least we'll be ready when we do… buildlog fwiw: https://paste.ubuntu.com/23600658/ and I quote: "CMake Error at CMakeLists.txt:146 (find_package): By not providing "FindKDb.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "KDb", but CMake did not find one. Could not find a package configuration file provided by "KDb" (requested version 3.0.90) with any of the following names: KDbConfig.cmake kdb-config.cmake Add the installation prefix of "KDb" to CMAKE_PREFIX_PATH or set "KDb_DIR" to a directory containing one of the above files. If "KDb" provides a separate development package or SDK, be sure it has been installed. -- Configuring incomplete, errors occurred!" -- Your team Kubuntu Packagers is requested to review the proposed merge of ~wxl/kubuntu-packaging/+git/kexi:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kexi:kubuntu_unstable.
diff --git a/debian/control b/debian/control index 7adff5a..b657f28 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: kexi Section: kde Priority: optional -Maintainer: Matthias Klumpp <m...@debian.org> +Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-...@lists.debian.org> Build-Depends: cmake (>= 2.8), debhelper (>= 9.0.0), extra-cmake-modules (>= 1.8.0), @@ -31,6 +31,7 @@ Build-Depends: cmake (>= 2.8), libpq-dev, libpqxx-dev, libqt5webkit5-dev, + pkg-kde-tools (>= 0.12), postgresql-server-dev-all, qtbase5-dev (>= 5.4), qtdeclarative5-dev (>= 5.4),
-- kubuntu-devel mailing list kubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel