Simon Quigley has proposed merging ~tsimonq2/kubuntu-packaging/+git/kubuntu-khangman:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/khangman:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~tsimonq2/kubuntu-packaging/+git/kubuntu-khangman/+merge/300965 This fixes the path for the org.kde.khangman.appdata.xml file by deleting the existing entry and adding usr/share/metainfo at the bottom of the install file. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~tsimonq2/kubuntu-packaging/+git/kubuntu-khangman:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/khangman:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index 91adbdb..b0bc79d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -khangman (4:16.04.3-0ubuntu1) UNRELEASED; urgency=medium +khangman (4:16.04.3-0ubuntu2) UNRELEASED; urgency=medium [ Scarlett Clark ] * New upstream release @@ -14,6 +14,9 @@ khangman (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.khangman.appdata.xml in the install file + -- Clive Johnston <[email protected]> Fri, 08 Jul 2016 01:04:13 +0100 khangman (4:15.12.3-0ubuntu1) xenial; urgency=medium diff --git a/debian/khangman.install b/debian/khangman.install index 5e66518..70e5800 100644 --- a/debian/khangman.install +++ b/debian/khangman.install @@ -1,9 +1,9 @@ etc/xdg/khangman.knsrc usr/bin/khangman -usr/share/appdata/org.kde.khangman.appdata.xml usr/share/applications/org.kde.khangman.desktop usr/share/config.kcfg/khangman.kcfg usr/share/doc/HTML/*/khangman/ usr/share/icons/*/*/apps/khangman.* usr/share/icons/*/*/apps/khangman-harmattan.* usr/share/khangman/ +usr/share/metainfo
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
