[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[libreoffice] 03/03: list installed VCLPlugs in libreoffice-cores bug-script



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 fda9b0400f0171895c05133320da6bd02917764d
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Oct 12 22:54:54 2015 +0200

    list installed VCLPlugs in libreoffice-cores bug-script
---
 changelog                      | 2 ++
 libreoffice-core.bug-script.in | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/changelog b/changelog
index 0a226bc..ba771be 100644
--- a/changelog
+++ b/changelog
@@ -26,6 +26,8 @@ libreoffice (1:5.1.0~alpha1~git20151012-1) UNRELEASED; urgency=medium
        -wiki-publisher depend on >= Java 6
   * debian/rules: prepare for .ddebs: disable manual -dbg build if building
     ddebs; use dh_strip --ddeb-migration to create .ddebs
+  * debian/libreoffice-core.bug-script.in: dpkg -l -gtk -gtk3 and -kde to list
+    installed VCLplugs
 
   * merge from Ubuntu:
     - add am and gug locales
diff --git a/libreoffice-core.bug-script.in b/libreoffice-core.bug-script.in
index e23b740..adc2ab7 100755
--- a/libreoffice-core.bug-script.in
+++ b/libreoffice-core.bug-script.in
@@ -12,3 +12,7 @@ if [ -d "$HOME/.config/libreoffice/`echo @OOVER@ | cut -d. -f1`" ]; then
         grep ExperimentalMode $HOME/.config/libreoffice/`echo @OOVER@ | cut -d. -f1`/user/registrymodifications.xcu >&3
 fi
 
+# installed VCLplugs
+echo "" >&3
+echo "Installed VCLplugs:" >&3
+dpkg -l libreoffice-gtk libreoffice-gtk3 libreoffice-kde

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


Reply to: