[SCM] qttools packaging branch, experimental, updated. debian/5.2.0-9

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Feb 9 18:19:06 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=2f12b2f

The following commit has been merged in the experimental branch:
commit 2f12b2f055ab0f7f21020a2c062ae385bbcdb467
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Oct 1 11:58:46 2013 -0300

    Add cmake as build dependency.
    
    used to run some tests against the generated CMake files.
---
 debian/changelog | 4 ++++
 debian/control   | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d0a8bf5..a6875d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qttools-opensource-src (5.1.1-3) UNRELEASED; urgency=low
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Add cmake as a build dependency, it's used to run some tests against the
+    generated CMake files.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 01 Oct 2013 11:57:28 -0300
 
 qttools-opensource-src (5.1.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a1a9814..2e8a755 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Uploaders: Fathi Boudra <fabo at debian.org>,
            Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
            Felix Geyer <fgeyer at debian.org>,
            Timo Jyrinki <timo at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: cmake,
+               debhelper (>= 9),
                libqt5sql5-sqlite (>= 5.1.1~),
                pkg-kde-tools,
                qtbase5-private-dev (>= 5.1.1~),

-- 
qttools packaging



More information about the pkg-kde-commits mailing list