Simon Quigley has proposed merging ~tsimonq2/kubuntu-packaging/+git/kubuntu-dolphin:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/dolphin:kubuntu_unstable.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~tsimonq2/kubuntu-packaging/+git/kubuntu-dolphin/+merge/300938 This fixes the path for the org.kde.dolphin.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-dolphin:kubuntu_unstable into ~kubuntu-packagers/kubuntu-packaging/+git/dolphin:kubuntu_unstable.
diff --git a/debian/changelog b/debian/changelog index 9c38b74..9fb0548 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ dolphin (4:16.04.3-0ubuntu1) UNRELEASED; urgency=medium * Removing missing file from libdolphinvcs-dev.install * New upstream release (16.04.3) + [ Simon Quigley ] + * Fix the path for org.kde.dolphin.appdata.xml in the install file + -- Clive Johnston <[email protected]> Fri, 08 Jul 2016 00:43:53 +0100 dolphin (4:15.12.3-0ubuntu1) xenial; urgency=medium diff --git a/debian/dolphin.install b/debian/dolphin.install index ea4006d..8205964 100644 --- a/debian/dolphin.install +++ b/debian/dolphin.install @@ -9,7 +9,6 @@ usr/lib/*/qt5/plugins/kcm_dolphingeneral.so usr/lib/*/qt5/plugins/kcm_dolphinnavigation.so usr/lib/*/qt5/plugins/kcm_dolphinservices.so usr/lib/*/qt5/plugins/kcm_dolphinviewmodes.so -usr/share/appdata/org.kde.dolphin.appdata.xml usr/share/applications/org.kde.dolphin.desktop usr/share/config.kcfg/ usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service @@ -17,3 +16,4 @@ usr/share/doc/ usr/share/kservices5/ usr/share/kservicetypes5/ 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
