summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-24 17:37:46 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-24 17:38:35 +0100
commit9238fa2c3543fc8b41533bc5b1a8fdcc338ec887 (patch)
treef791a3e77cccc8081300c52101a47d9c128c77aa
parent2a81e5d48e60fd9dd2729dbcd2cd1dfd6d6c2bd0 (diff)
remove sensible-ooomua.diff, downstreamed to debian-experimental-3.5
-rw-r--r--patches/dev300/apply1
-rw-r--r--patches/dev300/sensible-ooomua.diff44
2 files changed, 0 insertions, 45 deletions
diff --git a/patches/dev300/apply b/patches/dev300/apply
index c958f4bbe..fc3f05f76 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -353,7 +353,6 @@ reportdesign-mention-package.diff, rengelha
# build using -O2 on x86 and sparc according to Debian policy.
debian-opt.diff
-sensible-ooomua.diff
sensible-browser.diff
# add JDK paths for MySQL, PostgreSQL, JTDS
diff --git a/patches/dev300/sensible-ooomua.diff b/patches/dev300/sensible-ooomua.diff
deleted file mode 100644
index 00238845f..000000000
--- a/patches/dev300/sensible-ooomua.diff
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: Common.xcu
-===================================================================
-RCS file: /cvs/util/officecfg/registry/data/org/openoffice/Office/Common.xcu,v
-retrieving revision 1.31
-diff -u -u -r1.31 Common.xcu
---- officecfg/registry/data/org/openoffice/Office/Common.xcu 23 Mar 2005 10:53:46 -0000 1.31
-+++ officecfg/registry/data/org/openoffice/Office/Common.xcu 25 May 2005 23:23:30 -0000
-@@ -651,8 +651,7 @@
- </node>
- <node oor:name="ExternalMailer" install:module="unixdesktop">
- <prop oor:name="Program">
-- <value oor:external=
-- "com.sun.star.configuration.backend.DesktopBackend ExternalMailer"/>
-+ <value>sensible-ooomua</value>
- </prop>
- </node>
- <node oor:name="Font">
-Index: shell/source/unix/misc/senddoc.sh
-===================================================================
-RCS file: /cvs/gsl/shell/source/unix/misc/senddoc.sh,v
-retrieving revision 1.8
-diff -u -u -r1.8 senddoc.sh
---- shell/source/unix/misc/senddoc.sh 27 Sep 2005 12:55:00 -0000 1.8
-+++ shell/source/unix/misc/senddoc.sh 16 Feb 2006 00:38:29 -0000
-@@ -91,6 +91,19 @@
- shift
- fi
-
-+case `basename "$MAILER"` in
-+ sensible-ooomua)
-+ if [ -n "$GNOME_DESKTOP_SESSION_ID" -a -x /usr/bin/evolution ]; then
-+ MAILER=/usr/bin/evolution
-+ elif [ -n "$KDE_FULL_SESSION" -a -x /usr/bin/kmail ]; then
-+ MAILER=/usr/bin/kmail
-+ elif [ -x /usr/bin/evolution ]; then
-+ # default
-+ MAILER=/usr/bin/evolution
-+ fi
-+ ;;
-+esac
-+
- # autodetect mail client from executable name
- case `basename "$MAILER" | sed 's/-.*$//'` in
-