Darin Miller has proposed merging ~darinmiller/kubuntu-packaging/+git/kcalc:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kcalc:kubuntu_unstable.
Commit message: Added libmpfr-dev dep for 19.08 as per https://phabricator.kde.org/D21495 Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~darinmiller/kubuntu-packaging/+git/kcalc/+merge/369215 Added libmpfr-dev dep to control file. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~darinmiller/kubuntu-packaging/+git/kcalc:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kcalc:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index b0e8c41..9a67713 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -kcalc (4:19.04.2-0ubuntu1) eoan; urgency=medium +kcalc (4:19.07.70-0ubuntu1) UNRELEASED; urgency=medium + + * Added libmpfr-dev dep for 19.08 as per https://phabricator.kde.org/D21495 + + -- Darin Miller <[email protected]> Sun, 23 Jun 2019 12:22:40 -0600 + + kcalc (4:19.04.2-0ubuntu1) eoan; urgency=medium * New upstream release (19.04.2) diff --git a/debian/control b/debian/control index 31c0112..24c33b6 100644 --- a/debian/control +++ b/debian/control @@ -20,6 +20,7 @@ Build-Depends: cmake (>= 2.8.12~), libkf5i18n-dev (>= 5.31.0~), libkf5notifications-dev (>= 5.31.0~), libkf5xmlgui-dev (>= 5.31.0~), + libmpfr-dev, pkg-kde-tools (>= 0.12), qtbase5-dev (>= 5.6.1~), Standards-Version: 4.1.4
-- Mailing list: https://launchpad.net/~kubuntu-council Post to : [email protected] Unsubscribe : https://launchpad.net/~kubuntu-council More help : https://help.launchpad.net/ListHelp

