[neon/mobile/kalk/Neon/unstable] debian: MPFR

Jonathan Riddell null at kde.org
Fri May 21 12:27:22 BST 2021


Git commit 32ff890938eae1ad6b72d9f122e7e116321880fb by Jonathan Riddell.
Committed on 21/05/2021 at 11:27.
Pushed by jriddell into branch 'Neon/unstable'.

MPFR

M  +9    -7    debian/control

https://invent.kde.org/neon/mobile/kalk/commit/32ff890938eae1ad6b72d9f122e7e116321880fb

diff --git a/debian/control b/debian/control
index c7a347f..ce3416a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,20 @@ Source: kalk
 Section: utils
 Priority: optional
 Maintainer: Han Young <hanyoung at protonmail.com>
-Build-Depends: cmake,
+Build-Depends: bison (>= 3.5.1~),
+               cmake,
                debhelper (>= 12~),
                extra-cmake-modules (>= 5.78.0~),
+               flex (>= 2.6.4~),
                kirigami2-dev (>= 5.78.0~),
                libkf5config-dev (>= 5.78.0~),
                libkf5coreaddons-dev (>= 5.78.0~),
-               libkf5unitconversion-dev (>= 5.78.0~),
                libkf5i18n-dev (>= 5.78.0~),
+               libkf5unitconversion-dev (>= 5.78.0~),
+               libmpfr-dev,
                qtbase5-dev (>= 5.15.2~),
                qtdeclarative5-dev (>= 5.15.2~),
-               qtquickcontrols2-5-dev (>= 5.15.2~),
-               bison (>= 3.5.1~),
-               flex (>= 2.6.4~)
+               qtquickcontrols2-5-dev (>= 5.15.2~)
 Standards-Version: 4.4.1
 Vcs-Git: https://invent.kde.org/neon/mobile/kalk
 Vcs-Browser: https://invent.kde.org/neon/mobile/kalk
@@ -22,6 +23,7 @@ Vcs-Browser: https://invent.kde.org/neon/mobile/kalk
 Package: kalk
 Architecture: any
 Depends: qml-module-org-kde-kirigami2,
-         qml-module-qtquick-controls2, 
-         ${misc:Depends}, ${shlibs:Depends}
+         qml-module-qtquick-controls2,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: A powerful cross-platfrom calculator application built with the Kirigami framework


More information about the Neon-commits mailing list