Simon Quigley has proposed merging ~tsimonq2/kubuntu-packaging/+git/kubuntu-kalgebra:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kalgebra:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~tsimonq2/kubuntu-packaging/+git/kubuntu-kalgebra/+merge/300960 This fixes the path for the org.kde.kalgebra.appdata.xml file by deleting the existing entry and adding usr/share/metainfo towards the bottom of the install file. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~tsimonq2/kubuntu-packaging/+git/kubuntu-kalgebra:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/kalgebra:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index 28c3ebe..28385b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ kalgebra (4:16.04.3-0ubuntu1) UNRELEASED; urgency=medium * New upstream release (16.04.2) * New upstream release (16.04.3) + [ Simon Quigley ] + * Fix the path for org.kde.kalgebra.appdata.xml in the install file + -- Clive Johnston <[email protected]> Fri, 08 Jul 2016 00:48:11 +0100 kalgebra (4:15.12.3-0ubuntu1) xenial; urgency=medium diff --git a/debian/kalgebra-common.install b/debian/kalgebra-common.install index e8c3ef0..ac24364 100644 --- a/debian/kalgebra-common.install +++ b/debian/kalgebra-common.install @@ -1,6 +1,6 @@ -usr/share/appdata/org.kde.kalgebra.appdata.xml usr/share/doc/HTML/*/kalgebra/ usr/share/icons/*/*/apps/kalgebra.* usr/share/katepart5/syntax/kalgebra.xml usr/share/kservices5/graphsplasmoid.desktop +usr/share/metainfo usr/share/plasma/plasmoids/org.kde.graphsplasmoid/
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
