Source: skrooge
Version: 1.9.0-1
Severity: normal

Hi,

looking into backporting 1.9.0-1 to wheezy, I encountered several errors
at the cmake configure step, due to satisfied build dependencies
(debian/control), but not satisfied according to cmake.

The tiny patch attached would improve documentation as far as actual
build dependencies are concerned.

(Feel free to maintain a wheezy backport, by the way! ;))

Mraw,
KiBi.
diff -Nru skrooge-1.9.0/debian/changelog skrooge-1.9.0/debian/changelog
--- skrooge-1.9.0/debian/changelog	2014-04-18 02:58:52.000000000 +0200
+++ skrooge-1.9.0/debian/changelog	2014-05-01 14:04:43.000000000 +0200
@@ -1,3 +1,12 @@
+skrooge (1.9.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Specify a minimal version for libgrantlee-dev (>= 0.2), and
+    libqjson-dev (>= 0.8.0) in Build-Depends, matching the contents
+    of CMakeLists.txt
+
+ -- Cyril Brulebois <k...@debian.org>  Thu, 01 May 2014 13:55:13 +0200
+
 skrooge (1.9.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru skrooge-1.9.0/debian/control skrooge-1.9.0/debian/control
--- skrooge-1.9.0/debian/control	2013-07-06 13:31:27.000000000 +0200
+++ skrooge-1.9.0/debian/control	2014-05-01 14:03:20.000000000 +0200
@@ -7,8 +7,8 @@
                debhelper (>= 9),
                kdelibs5-dev (>= 4:4.4.4), kdepimlibs5-dev, libkactivities-dev,
                xsltproc, libboost-dev,
-               libgrantlee-dev,
-               libqjson-dev,
+               libgrantlee-dev (>= 0.2),
+               libqjson-dev (>= 0.8.0),
                libofx-dev,
                libqca2-dev,
                libqtwebkit-dev,
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to