[libreoffice] 03/08: install appstream stuff into /usr/share/metainfo. sigh. (appstream-metadata-in-legacy-location)

Rene Engelhard rene at moszumanska.debian.org
Tue Aug 1 05:13:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 023c57f3f12768d43196bd7def7995636b1bf618
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Jul 31 11:26:31 2017 +0200

    install appstream stuff into /usr/share/metainfo. sigh. (appstream-metadata-in-legacy-location)
---
 changelog | 7 +++++++
 rules     | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/changelog b/changelog
index 4282074..ba16c2b 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:5.4.0-2) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - install appstream stuff into /usr/share/metainfo. sigh.
+
+ -- Rene Engelhard <rene at debian.org>  Tue, 25 Jul 2017 22:30:57 +0200
+
 libreoffice (1:5.4.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/rules b/rules
index e4ce346..30c32e6 100755
--- a/rules
+++ b/rules
@@ -2213,10 +2213,10 @@ ifneq "$(PACKAGE_LIBRELOGO)" "y"
 endif
 
 	for i in calc impress draw base writer; do \
-		echo "../usr/share/appdata/libreoffice-$$i.appdata.xml /usr/share/appdata/" >> $(PKGDIR)-$$i.install; \
+		echo "../usr/share/appdata/libreoffice-$$i.appdata.xml /usr/share/metainfo/" >> $(PKGDIR)-$$i.install; \
 	done
 ifeq "$(BUILD_KDE)" "y"
-	echo "../usr/share/appdata/org.libreoffice.kde.metainfo.xml /usr/share/appdata/" >> $(PKGDIR)-kde.install
+	echo "../usr/share/appdata/org.libreoffice.kde.metainfo.xml /usr/share/metainfo/" >> $(PKGDIR)-kde.install
 endif
 
 ifeq "$(PACKAGE_LOKIT)" "y"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list