Package: basket Version: 2.10~beta+git6fed731-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu vivid ubuntu-patch
Dear Maintainer, file-integration/CMakeLists.txt requires shared-mime-info, but it is not listed as a build dependency for basket. This causes an FTBFS in Ubuntu, as that package is not pulled in implicitly. In Ubuntu, the attached patch was applied to achieve the following: * debian/control: Build-depend on shared-mime-info to fix FTBFS. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-28-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: upstart (via init_is_upstart())
diff -Nru basket-2.10~beta+git6fed731/debian/control basket-2.10~beta+git6fed731/debian/control --- basket-2.10~beta+git6fed731/debian/control 2014-10-19 16:15:28.000000000 -0400 +++ basket-2.10~beta+git6fed731/debian/control 2014-12-23 03:55:18.000000000 -0500 @@ -4,7 +4,7 @@ Maintainer: Debian KDE Extras Team <[email protected]> Uploaders: Mark Purcell <[email protected]>, Sune Vuorela <[email protected]>, Luigi Toscano <[email protected]> Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.5), cmake, libx11-dev, pkg-config, libqimageblitz-dev, - kdelibs5-dev, kdepimlibs5-dev (>=4:4.4.3), libgpgme11-dev + kdelibs5-dev, kdepimlibs5-dev (>=4:4.4.3), libgpgme11-dev, shared-mime-info Homepage: http://basket.kde.org/ Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-extras/basket.git

