------------------------------------------------------------
revno: 1329
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: debian
timestamp: Wed 2008-12-03 22:07:25 +0100
message:
  add script.bug for -emailmerge
modified:
  changelog
  openoffice.org-emailmerge.script.bug.in
=== modified file 'changelog'
--- a/changelog 2008-12-03 20:12:36 +0000
+++ b/changelog 2008-12-03 21:07:25 +0000
@@ -11,8 +11,9 @@
       -gnomes description ((GNOME) VFS -> GIO)
     - add hackaround to use ENABLE_QA_TOOLS=n on ia64 as "jar" segfaults
       there (and only there) (closes: #507135)
+  * openoffice.org-emailmerge.script.bug.in: add 
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Wed, 03 Dec 2008 21:07:08 +0100
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Wed, 03 Dec 2008 22:05:56 +0100
 
 openoffice.org (1:3.0.0-5) experimental; urgency=low
 

=== modified file 'openoffice.org-emailmerge.script.bug.in'
--- a/openoffice.org-emailmerge.script.bug.in   2008-07-06 21:28:19 +0000
+++ b/openoffice.org-emailmerge.script.bug.in   2008-12-03 21:07:25 +0000
@@ -1,2 +1,4 @@
 #!/bin/sh
-/usr/lib/openoffice/program/unopkg list --shared 
org.openoffice.legacy.mailmerge.py >&3
+# this is a legacy package, so we need to find it frst
+id=`/usr/lib/openoffice/program/unopkg list --shared | grep 
Identifier:.*mailmerge\.py | cut -d":" -f2`
+/usr/lib/openoffice/program/unopkg list --shared $id >&3

Reply via email to