[SCM] kalgebra packaging branch, kubuntu_wily_archive, updated. debian/4.14.2-1-28-gd1267ad

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Aug 13 09:16:58 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kalgebra.git;a=commitdiff;h=d1267ad

The following commit has been merged in the kubuntu_wily_archive branch:
commit d1267ad36ed4eb99eef2a23d2ac3c6777ee5d447
Author: Clive Johnston <clivejo at aol.com>
Date:   Wed Aug 12 14:25:20 2015 +0200

    qml dependency fixes
    
    - Updating standards to latest (3.9.6)
    - Adding missing dependency plasma-framework to kalgebramobile
    - Adding missing dependencies plasma-framework &
      qml-module-org-kde-analitza to kalgebra-common
    - Adding ignore file for QML components
---
 debian/control                   | 8 ++++++--
 debian/kalgebramobile.qml-ignore | 2 ++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0589d4d..89e92f4 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: cmake,
                libreadline-dev,
                pkg-config,
                pkg-kde-tools (>= 0.12)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://edu.kde.org/
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-kde/kde-applications/kalgebra.git/
 Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-applications/kalgebra.git
@@ -40,6 +40,7 @@ Package: kalgebramobile
 Architecture: any
 Section: math
 Depends: kalgebra-common (= ${binary:Version}),
+         plasma-framework,
          ${misc:Depends},
          ${shlibs:Depends}
 Description: algebraic graphing calculator for small touch based interfaces
@@ -53,7 +54,10 @@ Architecture: any
 Section: math
 Breaks: kalgebra (<< 4:4.7.2)
 Replaces: kalgebra (<< 4:4.7.2)
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: plasma-framework,
+         qml-module-org-kde-analitza,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: contains files common for kalgebra and kalgebramobile
  KAlgebra is a algebraic graphing calculator with support for 3D graphing and
  MathML markup language and it contains files needed for both full and mobile
diff --git a/debian/kalgebramobile.qml-ignore b/debian/kalgebramobile.qml-ignore
new file mode 100644
index 0000000..7734f9f
--- /dev/null
+++ b/debian/kalgebramobile.qml-ignore
@@ -0,0 +1,2 @@
+widgets 1.0
+org.kde.kalgebra.mobile 1.0

-- 
kalgebra packaging



More information about the pkg-kde-commits mailing list