Bug#298411: marked as done (FTBFS on kfreebsd-gnu)

2005-03-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Mar 2005 20:47:13 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298411: fixed in myspell 1:3.0+pre3.1-11
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 7 Mar 2005 11:45:12 +
>From [EMAIL PROTECTED] Mon Mar 07 03:45:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 137.red-62-57-138.user.auna.net (khazad.dyndns.org) 
[62.57.138.137] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D8Gff-00021W-00; Mon, 07 Mar 2005 03:45:11 -0800
Received: from rmh by khazad.dyndns.org with local (Exim 4.34)
id 1D8GZI-000Fac-Ga
for [EMAIL PROTECTED]; Mon, 07 Mar 2005 12:38:36 +0100
Content-Type: multipart/mixed; boundary="===1475998455=="
MIME-Version: 1.0
From: Robert Millan <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: FTBFS on kfreebsd-gnu
X-Mailer: reportbug 3.8
Date: Mon, 07 Mar 2005 12:38:36 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===1475998455==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: myspell
Version: 3.0+pre3.1-10
Severity: wishlist
Tags: patch

Hi,

This package fails to build on kfreebsd-gnu.  The attached patch fixes the
problem.  Please could you send it to upstream?

Note this change superceeds the one in hurd.diff which unnecessarily duplicated
GNU-related variables.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-i386 (i686)
Kernel: GNU/kFreeBSD 5.3-5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

--===1475998455==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="myspell.diff"

--- myspell-3.0+pre3.1.old/Makefile 2004-01-06 04:17:51.0 +0100
+++ myspell-3.0+pre3.1/Makefile 2005-02-28 16:44:14.0 +0100
@@ -7,7 +7,7 @@
 VERMINOR=1
 VERSION=$(VERMAJOR).$(VERMINOR)
 
-PLATFORM := $(shell uname -s)
+PLATFORM := $(shell uname -s | sed -e "s,GNU/.*,GNU,g" -e "s,GNU,Linux,g")
 
 ifeq "$(PLATFORM)" "Linux"
   CXX ?= g++

--===1475998455==--

---
Received: (at 298411-close) by bugs.debian.org; 15 Mar 2005 01:53:07 +
>From [EMAIL PROTECTED] Mon Mar 14 17:53:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DB1F4-00041e-00; Mon, 14 Mar 2005 17:53:06 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DB19N-0003gp-00; Mon, 14 Mar 2005 20:47:13 -0500
From: Rene Engelhard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#298411: fixed in myspell 1:3.0+pre3.1-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 14 Mar 2005 20:47:13 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: myspell
Source-Version: 1:3.0+pre3.1-11

We believe that the bug you reported is fixed in the latest version of
myspell, which is due to be installed in the Debian FTP archive:

libmyspell-dev_3.1-11_i386.deb
  to pool/main/m/myspell/libmyspell-dev_3.1-11_i386.deb
libmyspell3_3.1-11_i386.deb
  to pool/main/m/myspell/libmyspell3_3.1-11_i386.deb
myspell_3.0+pre3.1-11.diff.gz
  to pool/main/m/myspell/myspell_3.0+pre3.1-11.diff.gz
myspell_3.0+pre3.1-11.dsc
  to pool/main/m/myspell/myspell_3.0+pre3.1-11.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer w

myspell_3.0+pre3.1-11_i386.changes ACCEPTED

2005-03-14 Thread Debian Installer

Accepted:
libmyspell-dev_3.1-11_i386.deb
  to pool/main/m/myspell/libmyspell-dev_3.1-11_i386.deb
libmyspell3_3.1-11_i386.deb
  to pool/main/m/myspell/libmyspell3_3.1-11_i386.deb
myspell_3.0+pre3.1-11.diff.gz
  to pool/main/m/myspell/myspell_3.0+pre3.1-11.diff.gz
myspell_3.0+pre3.1-11.dsc
  to pool/main/m/myspell/myspell_3.0+pre3.1-11.dsc
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 295632 298411 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#295632: marked as done (libmyspell3: spellchecker dictionary not installed with OpenOffice.org)

2005-03-14 Thread Debian Bug Tracking System
Your message dated Mon, 14 Mar 2005 20:47:13 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295632: fixed in myspell 1:3.0+pre3.1-11
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 17 Feb 2005 03:28:57 +
>From [EMAIL PROTECTED] Wed Feb 16 19:28:56 2005
Return-path: <[EMAIL PROTECTED]>
Received: from web52308.mail.yahoo.com [206.190.39.103] 
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1D1cLY-Cu-00; Wed, 16 Feb 2005 19:28:56 -0800
Received: (qmail 16908 invoked by uid 60001); 17 Feb 2005 03:28:25 -
Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
  
b=S7+hp7I4iUavVHlVHlqPcSE4xP2T47Jq7GmxCss+Nn7BvCFLf7DBvSKTOjnV11gmZQOmBIrAR/ZNwwueaHrfoY1lFPUOUnxqtje9tPLInyPUE80kPlQwfGDzgk1bINWqWQtvc0aam5Mn3UKt/P0BqG3gxAMvz7oYqQTSMgKy8D8=
  ;
Message-ID: <[EMAIL PROTECTED]>
Received: from [203.214.80.250] by web52308.mail.yahoo.com via HTTP; Wed, 16 
Feb 2005 19:28:25 PST
Date: Wed, 16 Feb 2005 19:28:25 -0800 (PST)
From: Yuen Boon Jee <[EMAIL PROTECTED]>
Subject: libmyspell3: spellchecker dictionary not installed with OpenOffice.org
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: libmyspell3
Version: 1:3.1-10
Severity: wishlist

OpenOffice.org uses myspell as the spellchecker, but
no dictionary is install along with libmyspell3,
rendering spellchecking to not work. This would be
confusing to a person who does not know to also
install one of the myspell dictionary to get
spellchecking to work.

It would be better if a dictionary was recommended to
be installed as this package depends on a dictionary
to do its work.

Regards,
BJ

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libmyspell3 depends on:
ii  libc6   2.3.2.ds1-20 GNU C
Library: Shared libraries an
ii  libgcc1 1:3.4.3-9GCC
support library
ii  libstdc++5  1:3.3.5-8The GNU
Standard C++ Library v3

-- no debconf information



__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250

---
Received: (at 295632-close) by bugs.debian.org; 15 Mar 2005 01:53:06 +
>From [EMAIL PROTECTED] Mon Mar 14 17:53:06 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DB1F3-00041D-00; Mon, 14 Mar 2005 17:53:06 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DB19N-0003gn-00; Mon, 14 Mar 2005 20:47:13 -0500
From: Rene Engelhard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295632: fixed in myspell 1:3.0+pre3.1-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 14 Mar 2005 20:47:13 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: myspell
Source-Version: 1:3.0+pre3.1-11

We believe that the bug you reported is fixed in the latest version of
myspell, which is due to be installed in the Debian FTP archive:

libmyspell-dev_3.1-11_i386.deb
  to pool/main/m/myspell/libmyspell-dev_3.1-11_i386.deb
libmyspell3_3.1-11_i386.deb
  to pool/main/m/myspell/libmyspell3_3.1-11_i386.deb
myspell_3.0+pre3.1-11.diff.gz
  to pool/main/m/myspell/myspell_3.0+pre3.1-11.diff.gz
myspell_3.0+pre3.1-11.dsc
  to pool/main/m/myspell/myspell_3.0+pre3.1-11.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.

Processing of myspell_3.0+pre3.1-11_i386.changes

2005-03-14 Thread Archive Administrator
myspell_3.0+pre3.1-11_i386.changes uploaded successfully to localhost
along with the files:
  myspell_3.0+pre3.1-11.dsc
  myspell_3.0+pre3.1-11.diff.gz
  libmyspell-dev_3.1-11_i386.deb
  libmyspell3_3.1-11_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#299397: openoffice.org-debian-files: Bash completions does not include directories

2005-03-14 Thread Rene Engelhard
tag 299397 + pending
thanks

Hi again,

Rene Engelhard wrote:
> William R Thomas wrote:
> > The bash completions for openoffice.org applications only work in the
> > current working directory.  You should be able to specify (and use
> > bash completion) files not in your cwd.  
> 
> Yes, known bug.
> 
> > The fix for this is to add a 'compgen -d "${cur}"' into the COMPREPLY
> > for each of the openoffice.org applications.
> 
> Could you please get generate-bash-completion.pl from CVS [1] and test
> with it? This is supposed to be fixed there. You need toexecute it with
> generate-bash-completion.pl , move it into the right place
> and then either relogin or source /etc/bash_completion again.
> 
> Grüße/Regards,
> 
> René
> 
> [1] 
> http://cvs.debian.org/oo-debian-files/bin/generate_bash_completion.pl?rev=1.6&cvsroot=debian-openoffice&content-type=text/vnd.viewcvs-markup

Uh, take 1.7, 1.6 missed a change I has to do as I backported that fix.

But I tested the new pakackage now actually and it works now :)

Tagging pending.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73
  


signature.asc
Description: Digital signature


CVS:oo-debian-files/debian changelog,1.128,1.129

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-debian-files/debian
In directory gluck:/tmp/cvs-serv8121/debian

Modified Files:
changelog 
Log Message:
close 299397

Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/changelog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- changelog   14 Mar 2005 23:42:46 -  1.128
+++ changelog   15 Mar 2005 00:04:39 -  1.129
@@ -2,13 +2,13 @@
 
   * mention right config file in oooprelink.8 (closes: #297887)
   * backport some changes for generate-bash-completion.pl (support
-parrtial suffix typing and dirs) from ooo-build HEAD, thanks
-Petr Mladek.
+parrtial suffix typing and dirs - closes: #299397 -) from ooo-build HEAD,
+thanks Petr Mladek.
   * minor TODO update
   * suppress output when trying to remove /etc/openoffice and
 /var/state/openoffice (closes: #299247)
 
- -- Rene Engelhard   Tue, 15 Mar 2005 00:41:13 +0100
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Tue, 15 Mar 2005 00:41:13 +0100
 
 openoffice.org-debian-files (1.1.3-5+1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#299397: openoffice.org-debian-files: Bash completions does not include directories

2005-03-14 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 299397 + pending
Bug#299397: openoffice.org-debian-files: Bash completions does not include 
directories
There were no tags set.
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-debian-files/debian changelog,1.127,1.128

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-debian-files/debian
In directory gluck:/tmp/cvs-serv26737/debian

Modified Files:
changelog 
Log Message:
fix backport; missed one necessary change

Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-debian-files/debian/changelog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- changelog   13 Mar 2005 21:28:32 -  1.127
+++ changelog   14 Mar 2005 23:42:46 -  1.128
@@ -8,7 +8,7 @@
   * suppress output when trying to remove /etc/openoffice and
 /var/state/openoffice (closes: #299247)
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Sun, 13 Mar 2005 22:20:58 +0100
+ -- Rene Engelhard   Tue, 15 Mar 2005 00:41:13 +0100
 
 openoffice.org-debian-files (1.1.3-5+1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-debian-files/bin generate_bash_completion.pl,1.6,1.7

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-debian-files/bin
In directory gluck:/tmp/cvs-serv26737/bin

Modified Files:
generate_bash_completion.pl 
Log Message:
fix backport; missed one necessary change

Index: generate_bash_completion.pl
===
RCS file: 
/cvs/debian-openoffice/oo-debian-files/bin/generate_bash_completion.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- generate_bash_completion.pl 13 Mar 2005 21:28:31 -  1.6
+++ generate_bash_completion.pl 14 Mar 2005 23:42:44 -  1.7
@@ -80,7 +80,7 @@
print BCFILE "\tesac\n\n";
print BCFILE "\treturn 0\n\n";
print BCFILE "}\n";
-   print BCFILE "complete -d -X \'.[^./]*\' -F _$APPS{$app} -o filenames 
$APPS{$app}\n\n";
+   print BCFILE "complete -d -X \'.[^./]*\' -F _$_ -o filenames $_\n\n";
 }
 
 close(BCFILE)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#299430: openoffice.org: Please add XML catalog with OO.o DTDs

2005-03-14 Thread Kjetil Kjernsmo
OK!

So far, I have gotten it to work, sort of, using update-xmlcatalog. I 
ran the following:
[EMAIL PROTECTED]:/usr/lib/openoffice/share/dtd/officedocument/1_0> 
update-xmlcatalog --add --local catalog.xml --file office.dtd --type 
public --id "-//OpenOffice.org//DTD OfficeDocument 1.0//EN"
[EMAIL PROTECTED]:/usr/lib/openoffice/share/dtd/officedocument/1_0> 
update-xmlcatalog --add --package openoffice.org 
--local /usr/lib/openoffice/share/dtd/officedocument/1_0/catalog.xml 
--type public --id "-//OpenOffice.org//DTD OfficeDocument 1.0//EN"
[EMAIL PROTECTED]:/usr/lib/openoffice/share/dtd/officedocument/1_0> 
update-xmlcatalog --add --root --package openoffice.org --type public 
--id "-//OpenOffice.org//DTD OfficeDocument 1.0//EN"

Explained in the IRC log:
KjetilK point is, you have to first add the office.dtd to the local 
catalog
KjetilK so, there we have what we'd like
KjetilK except that you actually have to give the type and the 
identifier explicit
KjetilK but I guess that is the way it has to be
KjetilK the second line adds that local catalog to the package
KjetilK and for that, you don't need a filename
KjetilK (of the package)
KjetilK the script figures that out
KjetilK finally, the package is added to the root catalog


After this, my /etc/xml/catalogs contains the line


That file again contains a line:






The local catalog looks like this:






Now, then the next issue is packaging this stuff We'll return to 
that in a minute...

Cheers,

Kjetil
-- 
Kjetil Kjernsmo
Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer
[EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
Homepage: http://www.kjetil.kjernsmo.net/OpenPGP KeyID: 6A6A0BBC


pgpPcFdjONfgi.pgp
Description: PGP signature


CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/bin java,NONE,1.1.2.1 rmiregistry,NONE,1.1.2.1

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/bin
In directory 
gluck:/tmp/cvs-serv9379/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/bin

Added Files:
  Tag: OPENOFFICE_ORG680
java rmiregistry 
Log Message:
   - create links to /usr/bin/g{cc,++}-4.0 in debian/usr/bin and
 change path to use them, ooo-build doesn't honor CC and CXX [RE]
  * debian/usr/lib/*: add content (wrapper scripts) of java-gcj-compat
1.0.14-0.0ubuntu4 except ../lib/tools.jar until we can build-depend on it
in Debian (in NEW...).
Needed to overcome shortcomings in OOo's build which sometimes uses javac
and fails if the javac alternative is set to gcj-wrapper-4.0, thanks again
Matthias Klose [RE]


--- NEW FILE: rmiregistry ---
#!/bin/sh

exec /usr/bin/grmiregistry-4.0 ${1+"$@"}

--- NEW FILE: java ---
#!/bin/sh
# Emulate the jdk java command using gcj
# (c) 2002-2003 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>

libgcjjar="/usr/share/java/libgcj-`/usr/bin/gij-4.0 --version | \
head -n 1 | sed 's:^gij .* version \([^[:space:]]*\) .*$:\1:'`.jar"

if [ -n "$CLASSPATH" ]; then
clp="$CLASSPATH:$libgcjjar"
else
clp="$libgcjjar"
fi
unset HAVE_APPNAME || :
while [ "$#" != 0 ]; do
if [ -z "$HAVE_APPNAME" -a "$1" = "-version" ]; then
echo 'java version "1.4.2"' 1>&2
gcj-4.0 --version 1>&2
exit 0
elif [ -z "$HAVE_APPNAME" -a "$1" = "-jar" ]; then
shift
params="$params -jar $1"
HAVE_APPNAME=yes
elif [ -z "$HAVE_APPNAME" -a \( "$1" = "-help" -o "$1" = "-?" \) ]; then
gij --help
exit 0
elif [ -z "$HAVE_APPNAME" -a "$1" = "-fullversion" ]; then
echo 'java full version "gcj-1.4.2"' 1>&2
exit 0
elif [ -z "$HAVE_APPNAME" -a "$1" = "-showversion" ]; then
echo 'java version "1.4.2"' 1>&2
gcj-4.0 --version 1>&2
elif [ -z "$HAVE_APPNAME" -a \( "$1" = "-classpath" -o "$1" = "-cp" \) 
]; then
shift
clp="`echo $1 | sed \"s~.*/lib/rt.jar~$libgcjjar~\"`"
elif [ "`echo $1 |cut -b1-2`" = "-D" ]; then
if [ "`echo $1 |cut -b1-20`" = "-Djava.library.path=" ]; then
export LD_LIBRARY_PATH=`echo $1 |cut 
-b21-`:$LD_LIBRARY_PATH
elif [ "`echo $1 |cut -b1-12`" = "-Djava.home=" ]; then
HAVE_JAVA_HOME=yes
elif [ "`echo $1 |cut -b1-15`" = "-Djava.version=" ]; then
HAVE_JAVA_VERSION=yes
elif [ "`echo $1 |cut -b1-16`" = "-Djava.ext.dirs=" ]; then
HAVE_JAVA_EXT_DIRS=yes
elif [ "`echo $1 |cut -b1-22`" = "-Dsun.boot.class.path=" ]; 
then
HAVE_SUN_BOOT_CLASS_PATH=yes
fi
params="$params $1"
elif [ -z "$HAVE_APPNAME" -a "`echo $1 |cut -b1`" = "-" ]; then
# Yuck. Unknown parameter. Let's pretend nothing happened.
echo "Warning: $1 not understood. Ignoring." >&2
else
if [ -n "$HAVE_APPNAME" ]; then
params="$params $1"
else
params="$params `echo $1 |sed -e 's,/,.,g'`"
HAVE_APPNAME=yes
fi
fi
shift
done

if [ -z "$HAVE_JAVA_HOME" ]; then
params="-Djava.home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre $params"
fi

if [ -z "$HAVE_JAVA_VERSION" ]; then
params="-Djava.version=1.4.2 $params"
fi

if [ -z "$HAVE_JAVA_EXT_DIRS" ]; then
params="-Djava.ext.dirs=/usr/lib/java-ext:/usr/share/java-ext $params"
fi

if [ -z "$HAVE_SUN_BOOT_CLASS_PATH" ]; then

params="-Dsun.boot.class.path=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/lib/rt.jar
 $params"
fi

if ! echo $clp |grep -q "$libgcjjar"; then
# We NEED this
clp="$clp:$libgcjjar"
fi
export CLASSPATH="$clp"
exec /usr/bin/gij-4.0 $params


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian changelog,1.338.2.25.2.14,1.338.2.25.2.15 rules,1.214.2.14.2.17,1.214.2.14.2.18

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv9379

Modified Files:
  Tag: OPENOFFICE_ORG680
changelog rules 
Log Message:
   - create links to /usr/bin/g{cc,++}-4.0 in debian/usr/bin and
 change path to use them, ooo-build doesn't honor CC and CXX [RE]
  * debian/usr/lib/*: add content (wrapper scripts) of java-gcj-compat
1.0.14-0.0ubuntu4 except ../lib/tools.jar until we can build-depend on it
in Debian (in NEW...).
Needed to overcome shortcomings in OOo's build which sometimes uses javac
and fails if the javac alternative is set to gcj-wrapper-4.0, thanks again
Matthias Klose [RE]


Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.338.2.25.2.14
retrieving revision 1.338.2.25.2.15
diff -u -d -r1.338.2.25.2.14 -r1.338.2.25.2.15
--- changelog   13 Mar 2005 22:54:11 -  1.338.2.25.2.14
+++ changelog   14 Mar 2005 18:01:19 -  1.338.2.25.2.15
@@ -15,8 +15,16 @@
- install libstdc++.so.6 and libgcc_s.so.1 into $OODIR/program
  in a try to be installable in unstable [RE]
- move gnome-open-url.bin into -gnome [RE]
+   - create links to /usr/bin/g{cc,++}-4.0 in debian/usr/bin and
+ change path to use them, ooo-build doesn't honor CC and CXX [RE]
+  * debian/usr/lib/*: add content (wrapper scripts) of java-gcj-compat
+1.0.14-0.0ubuntu4 except ../lib/tools.jar until we can build-depend on it
+in Debian (in NEW...).
+Needed to overcome shortcomings in OOo's build which sometimes uses javac
+and fails if the javac alternative is set to gcj-wrapper-4.0, thanks again
+Matthias Klose [RE]
 
- -- Rene Engelhard <[EMAIL PROTECTED]>  Sun, 13 Mar 2005 23:51:45 +0100
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Mon, 14 Mar 2005 18:44:56 +0100
 
 openoffice.org2 (1.9.76-0pre) experimental; urgency=low
 

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.214.2.14.2.17
retrieving revision 1.214.2.14.2.18
diff -u -d -r1.214.2.14.2.17 -r1.214.2.14.2.18
--- rules   13 Mar 2005 22:54:11 -  1.214.2.14.2.17
+++ rules   14 Mar 2005 18:01:20 -  1.214.2.14.2.18
@@ -75,6 +75,15 @@
 PYTHON_DEPENDS=python (>= $(PYMAJOR).$(PYMINOR)), python (<< 
$(PYMAJOR).$(PYMINORPLUS1))
 
PYTHON_SITE:=debian/python-uno/usr/lib/python$(PYMAJOR).$(PYMINOR)/site-packages
 
+CURDIR ?= $(shell pwd)
+
+GCC_VERSION = 4.0
+ifeq ($(GCC_VERSION),)
+   BUILD_PATH = 
$(CURDIR)/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin:$$PATH
+else
+   BUILD_PATH = 
$(CURDIR)/debian/usr/lib/jvm/java-java-1.4.2-gcj-4.0-1.4.2.0/bin:$(CURDIR)/debian/usr/bin:$$PATH
+endif
+
 # Because of the stampdir magic, when you actually want to run a rule
 # over, you would have to remove the stamp manually.  Now, just do
 # 'debian/rules   ... FORCE=1', and the stamp files
@@ -217,16 +226,24 @@
   fi ;\
done
 
+   # create links for gcc nd g++, ooo-build does not hoour overriding
+   # CC and CC and we need to use gcc/g++ 4.0
+ifneq ($(GCC_VERSION),)
+   mkdir -p $(CURDIR)/debian/usr/bin
+   ln -sf /usr/bin/gcc-$(GCC_VERSION) $(CURDIR)/debian/usr/bin/gcc
+   ln -sf /usr/bin/g++-$(GCC_VERSION) $(CURDIR)/debian/usr/bin/g++
+endif
+
# Make sure we have /proc mounted - otherwise idlc will fail later.
test -r /proc/version
 
-   cd ooo-build ; ../ooo-build/configure $(CONFIGURE_FLAGS)
+   cd ooo-build ; PATH=$(BUILD_PATH) ../ooo-build/configure 
$(CONFIGURE_FLAGS)
touch $@
 
 build: $(STAMP_DIR)/build
 $(STAMP_DIR)/build: ooo-build/config.status
dh_testdir
-   cd ooo-build ; $(MAKE)
+   cd ooo-build ; PATH=$(BUILD_PATH) $(MAKE)
 
touch $@
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin jar,NONE,1.1.2.1 java,NONE,1.1.2.1 javac,NONE,1.1.2.1 javadoc,NONE,1.1.2.1 javah,NONE,1.1.2.1 rmic,NONE,1.1.2.1 rmiregistry,NONE,1.1.2.1

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin
In directory gluck:/tmp/cvs-serv9379/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin

Added Files:
  Tag: OPENOFFICE_ORG680
jar java javac javadoc javah rmic rmiregistry 
Log Message:
   - create links to /usr/bin/g{cc,++}-4.0 in debian/usr/bin and
 change path to use them, ooo-build doesn't honor CC and CXX [RE]
  * debian/usr/lib/*: add content (wrapper scripts) of java-gcj-compat
1.0.14-0.0ubuntu4 except ../lib/tools.jar until we can build-depend on it
in Debian (in NEW...).
Needed to overcome shortcomings in OOo's build which sometimes uses javac
and fails if the javac alternative is set to gcj-wrapper-4.0, thanks again
Matthias Klose [RE]


--- NEW FILE: rmic ---
#!/bin/sh

exec /usr/bin/grmic-4.0 ${1+"$@"}

--- NEW FILE: rmiregistry ---
#!/bin/sh

exec /usr/bin/grmiregistry-4.0 ${1+"$@"}

--- NEW FILE: javah ---
#!/bin/sh

exec /usr/bin/gcjh-4.0 -jni ${1+"$@"}

--- NEW FILE: jar ---
#!/bin/sh

exec /usr/bin/fastjar ${1+"$@"}

--- NEW FILE: javac ---
#!/bin/sh

case $CLASSPATH in
*/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/lib/tools.jar*) ;;
*) export 
CLASSPATH=$CLASSPATH${CLASSPATH:+:}/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/lib/tools.jar
esac

case $CLASSPATH in
*/usr/share/java/ecj.jar*) ;;
*) export CLASSPATH=$CLASSPATH:/usr/share/java/ecj.jar
esac

exec /usr/bin/gij-4.0 com.sun.tools.javac.Main ${1+"$@"}

--- NEW FILE: java ---
#!/bin/sh
# Emulate the jdk java command using gcj
# (c) 2002-2003 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>

libgcjjar="/usr/share/java/libgcj-`/usr/bin/gij-4.0 --version | \
head -n 1 | sed 's:^gij .* version \([^[:space:]]*\) .*$:\1:'`.jar"

if [ -n "$CLASSPATH" ]; then
clp="$CLASSPATH:$libgcjjar"
else
clp="$libgcjjar"
fi
unset HAVE_APPNAME || :
while [ "$#" != 0 ]; do
if [ -z "$HAVE_APPNAME" -a "$1" = "-version" ]; then
echo 'java version "1.4.2"' 1>&2
gcj-4.0 --version 1>&2
exit 0
elif [ -z "$HAVE_APPNAME" -a "$1" = "-jar" ]; then
shift
params="$params -jar $1"
HAVE_APPNAME=yes
elif [ -z "$HAVE_APPNAME" -a \( "$1" = "-help" -o "$1" = "-?" \) ]; then
gij --help
exit 0
elif [ -z "$HAVE_APPNAME" -a "$1" = "-fullversion" ]; then
echo 'java full version "gcj-1.4.2"' 1>&2
exit 0
elif [ -z "$HAVE_APPNAME" -a "$1" = "-showversion" ]; then
echo 'java version "1.4.2"' 1>&2
gcj-4.0 --version 1>&2
elif [ -z "$HAVE_APPNAME" -a \( "$1" = "-classpath" -o "$1" = "-cp" \) 
]; then
shift
clp="`echo $1 | sed \"s~.*/lib/rt.jar~$libgcjjar~\"`"
elif [ "`echo $1 |cut -b1-2`" = "-D" ]; then
if [ "`echo $1 |cut -b1-20`" = "-Djava.library.path=" ]; then
export LD_LIBRARY_PATH=`echo $1 |cut 
-b21-`:$LD_LIBRARY_PATH
elif [ "`echo $1 |cut -b1-12`" = "-Djava.home=" ]; then
HAVE_JAVA_HOME=yes
elif [ "`echo $1 |cut -b1-15`" = "-Djava.version=" ]; then
HAVE_JAVA_VERSION=yes
elif [ "`echo $1 |cut -b1-16`" = "-Djava.ext.dirs=" ]; then
HAVE_JAVA_EXT_DIRS=yes
elif [ "`echo $1 |cut -b1-22`" = "-Dsun.boot.class.path=" ]; 
then
HAVE_SUN_BOOT_CLASS_PATH=yes
fi
params="$params $1"
elif [ -z "$HAVE_APPNAME" -a "`echo $1 |cut -b1`" = "-" ]; then
# Yuck. Unknown parameter. Let's pretend nothing happened.
echo "Warning: $1 not understood. Ignoring." >&2
else
if [ -n "$HAVE_APPNAME" ]; then
params="$params $1"
else
params="$params `echo $1 |sed -e 's,/,.,g'`"
HAVE_APPNAME=yes
fi
fi
shift
done

if [ -z "$HAVE_JAVA_HOME" ]; then
params="-Djava.home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre $params"
fi

if [ -z "$HAVE_JAVA_VERSION" ]; then
params="-Djava.version=1.4.2 $params"
fi

if [ -z "$HAVE_JAVA_EXT_DIRS" ]; then
params="-Djava.ext.dirs=/usr/lib/java-ext:/usr/share/java-ext $params"
fi

if [ -z "$HAVE_SUN_BOOT_CLASS_PATH" ]; then

params="-Dsun.boot.class.path=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/lib/rt.jar
 $params"
fi

if ! echo $clp |grep -q "$libgcjjar"; then
# We NEED this
clp="$clp:$libgcjjar"
fi
export CLASSPATH="$clp"
exec /usr/bin/gij-4.0 $params

--- NEW FILE: javadoc ---
#!/bin/sh

exec /usr/bin/gjdoc ${1+"$@"}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/bin - New directory

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/bin
In directory gluck:/tmp/cvs-serv29631/bin

Log Message:
Directory 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre/bin
 added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/lib - New directory

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/lib
In directory gluck:/tmp/cvs-serv24296/lib

Log Message:
Directory 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/lib 
added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre - New directory

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
In directory gluck:/tmp/cvs-serv24296/jre

Log Message:
Directory 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre 
added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin - New directory

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin
In directory gluck:/tmp/cvs-serv24296/bin

Log Message:
Directory 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/bin 
added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0 - New directory

2005-03-14 Thread Rene Engelhard
Update of 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0
In directory gluck:/tmp/cvs-serv2597/java-1.4.2-gcj-4.0-1.4.2.0

Log Message:
Directory 
/cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0 
added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib/jvm - New directory

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm
In directory gluck:/tmp/cvs-serv31731/jvm

Log Message:
Directory /cvs/debian-openoffice/oo-deb/debian/usr/lib/jvm added to the 
repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/share - New directory

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian/usr/share
In directory gluck:/tmp/cvs-serv28227/share

Log Message:
Directory /cvs/debian-openoffice/oo-deb/debian/usr/share added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/lib - New directory

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian/usr/lib
In directory gluck:/tmp/cvs-serv28227/lib

Log Message:
Directory /cvs/debian-openoffice/oo-deb/debian/usr/lib added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr/bin - New directory

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian/usr/bin
In directory gluck:/tmp/cvs-serv28227/bin

Log Message:
Directory /cvs/debian-openoffice/oo-deb/debian/usr/bin added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CVS:oo-deb/debian/usr - New directory

2005-03-14 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian/usr
In directory gluck:/tmp/cvs-serv24517/usr

Log Message:
Directory /cvs/debian-openoffice/oo-deb/debian/usr added to the repository
--> Using per-directory sticky tag `OPENOFFICE_ORG680'



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Build-dep fails on openoffice.org in powerpc (ubuntu-artwork)

2005-03-14 Thread Rene Engelhard
Hi,

Am Montag, 14. März 2005 15:39 schrieb Eduardo Trápani:
> While doing the first step to build openoffice (to see if I can so
> something about #216848) I get the following error message:
>
> apt-get build-dep openoffice.org
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Build-Depends dependency on openoffice.org cannot be satisfied because
> the package ubuntu-artwork cannot be found
>
> Is that normal?  The package ubuntu-artwork is nowhere to be seen and

That's because apt-get build-dep not doing senseful stuff ;)

It should take kdelibs4-dev. the ubutu-artwork stuff is just for Ubuntu which 
has no kdelibs4-dev and so we can't build-dep on it.

Just install the builddeps manually...

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Build-dep fails on openoffice.org in powerpc (ubuntu-artwork)

2005-03-14 Thread Eduardo Trápani
Hi,
While doing the first step to build openoffice (to see if I can so something 
about #216848) I get the following error message:
apt-get build-dep openoffice.org
Reading Package Lists... Done
Building Dependency Tree... Done
E: Build-Depends dependency on openoffice.org cannot be satisfied because the 
package ubuntu-artwork cannot be found
Is that normal?  The package ubuntu-artwork is nowhere to be seen and 
openoffice.org's package page does not show it as a dependency.
Eduardo.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


availability of .debs

2005-03-14 Thread Jacqueline McNally
Hello
I updated the download and installation instructions for OpenOffice.org
at http://download.openoffice.org/2.0beta/instructions.html in
preparation for the announcement of 2.0 Beta.
Mostly, if you are using Debian you just need to knowwhat repository to
include in your sources list :) But we have had quite a few enquiries to
webmasters about .debs for 2.0 Beta and snapshot builds.
What I have added to the ../2.0beta/instructions.html is:
"See OpenOffice.org in Debian for news of 2.0 Beta and developer
snapshots and any differences between
http://people.debian.org/~halls/openoffice/test/ooo1.9-java/ and
ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/.";
We use Debian in our office with OOo 1.1.2, and recently we have begun
to install OOo 1.1.3 on Debian boxes that we (as volunteers) provide as
part of our computer literacy programme with Computer Angels. Your work
to include OpenOffice.org in the Debian repositories is invaluable to
us, but as we have never required to use the development builds, I have
no direct knowledge of the packages available at the two sites available
above.
Please can you assist me to provide correct and accurate information for
people who wish to test the Beta 2.0 and development snapshots at .debs.
Regards
Jacqueline
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]