Simon Quigley has proposed merging ~tsimonq2/kubuntu-packaging/+git/kubuntu-klettres:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/klettres:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~tsimonq2/kubuntu-packaging/+git/kubuntu-klettres/+merge/300957 This fixes the path to use usr/share/metainfo instead of usr/share/appdata in the install file. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~tsimonq2/kubuntu-packaging/+git/kubuntu-klettres:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/klettres:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index e674f59..80dc7ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ klettres (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 from appdata to metainfo in the install file + -- Clive Johnston <[email protected]> Fri, 08 Jul 2016 01:08:56 +0100 klettres (4:15.12.3-0ubuntu1) xenial; urgency=medium diff --git a/debian/klettres-data.install b/debian/klettres-data.install index c93913c..74925d9 100644 --- a/debian/klettres-data.install +++ b/debian/klettres-data.install @@ -1,7 +1,7 @@ etc/xdg/* -usr/share/appdata/* usr/share/config.kcfg/* usr/share/doc/* usr/share/icons/* usr/share/klettres/* usr/share/kxmlgui5/* +usr/share/metainfo
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
