[SCM] qt3d packaging branch, master, updated. debian/5.5.1-2-7-ga7e3ed1

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Nov 3 15:23:53 UTC 2015


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

The following commit has been merged in the master branch:
commit a7e3ed1a26f17c21aea6143c05fb80497d85d7a1
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Nov 3 12:23:01 2015 -0300

    Add pkgconf as a build dependency.
    
    It allows us to detect assimp stuff.
    I still don't know why it worked on my (supossedly) clean chroot without it.
---
 debian/changelog | 3 +++
 debian/control   | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c638646..02a2068 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qt3d-opensource-src (5.5.1-4) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Add pkgconf as a build dependency. It is required to detect assimp files.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 03 Nov 2015 12:21:40 -0300
 
 qt3d-opensource-src (5.5.1-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 17358c2..b549808 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9),
                libqt5opengl5-dev (>= 5.5.1+dfsg~),
                libqt5xcbqpa5 (>= 5.5.1+dfsg~),
                pkg-kde-tools,
+               pkgconf,
                qtbase5-private-dev (>= 5.5.1+dfsg~),
                qtdeclarative5-private-dev (>= 5.5.1~),
                xauth,

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list