[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#800785: marble: doesn't detect quazip properly, breaking KMZ support



On Sat, 03 Oct 2015 17:15:11 +0200 Ximin Luo wrote:
> +                                -DQUAZIP_INCLUDE_DIR=/usr/include/quazip \
> +                                -DQUAZIP_LIBRARIES=quazip-qt5 \

libquazip (0.7.1-1) was uploaded to unstable recently, and it has
renamed the qt5 library to libquazip5 (#805087), so the above suggestion
is no longer relevant for unstable.

The -dev package has also been renamed to libquazip5-dev for which the
marble build dependencies need to be updated.

cmake/modules/Findquazip.cmake supports both quazip5 & quazip-qt5, so
the build dependency change is sufficient.

The attached debdiff updates the libquazip build dependency.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
diff -Nru marble-15.08.3/debian/changelog marble-15.08.3/debian/changelog
--- marble-15.08.3/debian/changelog	2015-12-02 12:39:43.000000000 +0100
+++ marble-15.08.3/debian/changelog	2016-01-10 12:10:35.000000000 +0100
@@ -1,3 +1,10 @@
+marble (4:15.08.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update libquazip build dependency to libquazip5-dev.
+
+ -- Bas Couwenberg <sebastic@debian.org>  Sun, 10 Jan 2016 12:10:15 +0100
+
 marble (4:15.08.3-1) unstable; urgency=medium
 
   * New upstream release (15.08.3).
diff -Nru marble-15.08.3/debian/control marble-15.08.3/debian/control
--- marble-15.08.3/debian/control	2015-12-02 12:39:43.000000000 +0100
+++ marble-15.08.3/debian/control	2016-01-10 12:10:13.000000000 +0100
@@ -25,7 +25,7 @@
                libqt5opengl5-dev,
                libqt5svg5-dev (>= 5.4),
                libqt5webkit5-dev (>= 5.4),
-               libquazip-qt5-dev,
+               libquazip5-dev,
                libshp-dev,
                pkg-config,
                pkg-kde-tools (>= 0.12),

Reply to: