[SCM] frameworkintegration packaging branch, master, updated. 0b0db3e41e124dc2e8a293d590f307f501fa9be1

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Oct 2 12:17:15 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/frameworkintegration.git;a=commitdiff;h=0b0db3e

The following commit has been merged in the master branch:
commit 0b0db3e41e124dc2e8a293d590f307f501fa9be1
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Oct 2 14:15:35 2014 +0200

    Don't build-dep on ttf-oxygen-font-family since it's a runtime dep
---
 debian/changelog | 6 ++++++
 debian/control   | 5 ++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d5271c..6d15e4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frameworkintegration (5.2.0-1) UNRELEASED; urgency=medium
+
+  * Don't build-dep on ttf-oxygen-font-family since it's a runtime dep
+
+ -- Rohan Garg <rohangarg at kubuntu.org>  Thu, 02 Oct 2014 14:02:37 +0200
+
 frameworkintegration (5.2.0-0ubuntu1) utopic; urgency=medium
 
   [ Jonathan Riddell ]
diff --git a/debian/control b/debian/control
index 830eaaa..e4b2044 100644
--- a/debian/control
+++ b/debian/control
@@ -38,8 +38,7 @@ Build-Depends: cmake,
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
                qtbase5-dev,
-               qtbase5-private-dev,
-               ttf-oxygen-font-family
+               qtbase5-private-dev
 Standards-Version: 3.9.5
 XS-Testsuite: autopkgtest
 Homepage: https://projects.kde.org/projects/frameworks/frameworkintegration
@@ -48,7 +47,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/frameworkintegration.git
 
 Package: frameworkintegration
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ttf-oxygen-font-family, ${misc:Depends}, ${shlibs:Depends}
 Breaks: kf5-infopage, kf5-integrationplugin, kf5-platformtheme
 Replaces: kf5-infopage, kf5-integrationplugin, kf5-platformtheme
 Description: KF5 cross-framework integration plugins

-- 
frameworkintegration packaging



More information about the pkg-kde-commits mailing list