This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-5.1 in repository libreoffice.
commit 4216335ed79e1764b9b0585edb18213ac7c7c7fc Author: Rene Engelhard <[email protected]> Date: Tue Dec 1 07:49:52 2015 +0100 git update; install (fixed) AppData files --- changelog | 10 ++++++++++ rules | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/changelog b/changelog index eb584b4..1a09070 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,13 @@ +libreoffice (1:5.1.0~beta2~git20151130-1) UNRELEASED; urgency=medium + + * New upstream snapshot + + * debian/rules: + - install the AppData files now that they are installed upstream and + uptodate (closes: #734524) + + -- Rene Engelhard <[email protected]> Tue, 01 Dec 2015 07:48:48 +0100 + libreoffice (1:5.1.0~beta1-1) experimental; urgency=medium * New upstream beta release diff --git a/rules b/rules index 813a25b..c3c6017 100755 --- a/rules +++ b/rules @@ -2110,6 +2110,10 @@ ifneq "$(PACKAGE_LIBRELOGO)" "y" rm -rf debian/tmp/pkg/libreoffice-librelogo endif + for i in calc impress draw base writer; do \ + echo "../usr/share/appdata/libreoffice-$$i.appdata.xml /usr/share/appdata/" >> $(PKGDIR)-$$i.install; \ + done + ifeq "$(PACKAGE_LOKIT)" "y" echo "../../../include/LibreOfficeKit usr/include" > debian/libreofficekit-dev.install endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git

