Source: syndication Version: 1:5.62.0-3 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
syndication fails to cross build from source, because it misses a dependency on qttools5-dev. Please refer to #915122 for details. Please consider applying the attached patch. Helmut
diff --minimal -Nru syndication-5.62.0/debian/changelog syndication-5.62.0/debian/changelog --- syndication-5.62.0/debian/changelog 2019-11-30 22:20:50.000000000 +0100 +++ syndication-5.62.0/debian/changelog 2020-01-15 18:43:25.000000000 +0100 @@ -1,3 +1,10 @@ +syndication (1:5.62.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Build-Depends: qttools5-dev. See #915122. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Wed, 15 Jan 2020 18:43:25 +0100 + syndication (1:5.62.0-3) unstable; urgency=medium * Team upload. diff --minimal -Nru syndication-5.62.0/debian/control syndication-5.62.0/debian/control --- syndication-5.62.0/debian/control 2019-11-30 22:14:52.000000000 +0100 +++ syndication-5.62.0/debian/control 2020-01-15 18:43:24.000000000 +0100 @@ -11,7 +11,7 @@ libkf5codecs-dev (>= 5.62.0~), pkg-kde-tools (>> 0.15.15), qtbase5-dev (>= 5.11.0~), - qttools5-dev-tools (>= 5.11.0~), + qttools5-dev (>= 5.11.0~), Standards-Version: 4.4.0 Homepage: https://projects.kde.org/projects/kde/pim/syndication Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/syndication