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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.7, updated. libreoffice_3.6.4_rc1-1-107-geaa8760



The following commit has been merged in the debian-experimental-3.7 branch:
commit a5d980a7e442c99111ecc9ca646d88d670e26dee
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Nov 14 11:02:36 2012 +0100

    find out whether we have Experimental features enabled

diff --git a/changelog b/changelog
index be4e120..2a9dcb9 100644
--- a/changelog
+++ b/changelog
@@ -42,8 +42,10 @@ libreoffice (1:3.6.4~rc1-1) UNRELEASED; urgency=low
       (closes: #691949)
   * debian/libreoffice-core.bug-control:
     - report-with: fonts-opensymbol instead of transitional ttf-opensymbol
+  * debian/libreoffice-{core,gtk3}.bug-script.in: 
+    - find out whether we have Experimental features enabled
 
- -- Rene Engelhard <rene@debian.org>  Tue, 13 Nov 2012 18:23:40 +0100
+ -- Rene Engelhard <rene@debian.org>  Wed, 14 Nov 2012 11:01:51 +0100
 
 libreoffice (1:3.6.3~rc2-1) experimental; urgency=low
 
diff --git a/libreoffice-core.bug-script.in b/libreoffice-core.bug-script.in
index 36f9940..08cbdf7 100755
--- a/libreoffice-core.bug-script.in
+++ b/libreoffice-core.bug-script.in
@@ -4,3 +4,11 @@
 /usr/lib/libreoffice/program/unopkg list --bundled >&3
 /usr/lib/libreoffice/program/unopkg list --shared >&3
 /usr/lib/libreoffice/program/unopkg list >&3
+
+# experimental stuff enabled?
+echo "" >&3
+echo "Experimental features enabled:" >&3
+if [ -d "$HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`" ]; then
+        grep ExperimentalMode $HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`/user/registrymodifications.xcu >&3
+fi
+
diff --git a/libreoffice-gtk3.bug-script.in b/libreoffice-gtk3.bug-script.in
new file mode 100644
index 0000000..4ab6386
--- /dev/null
+++ b/libreoffice-gtk3.bug-script.in
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# experimental stuff enabled?
+echo "" >&3
+echo "Experimental features enabled:" >&3
+if [ -d "$HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`" ]; then
+        grep ExperimentalMode $HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`/user/registrymodifications.xcu >&3
+fi
diff --git a/rules b/rules
index c6de26e..4be4635 100755
--- a/rules
+++ b/rules
@@ -2377,6 +2377,7 @@ endif
 		if [ -e debian/$$i.bug-script.in ]; then \
 			cat debian/$$i.bug-script.in \
 				| sed -e "s/@PLATFORMID@/$(PLATFORMID)/" \
+				| sed -e "s/@OOVER@/$(OOVER)/" \
 				> debian/$$i.bug-script; \
 		fi ;\
 	done

-- 
LibreOffice packaging repository


Reply to: