CVS:oo-deb/debian rules,1.253.2.3,1.253.2.4

2005-02-25 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv14644

Modified Files:
  Tag: OPENOFFICE_ORG_1_1_4
rules 
Log Message:
merge forgotten debian/rules piece

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.253.2.3
retrieving revision 1.253.2.4
diff -u -d -r1.253.2.3 -r1.253.2.4
--- rules   20 Feb 2005 22:45:52 -  1.253.2.3
+++ rules   25 Feb 2005 07:57:36 -  1.253.2.4
@@ -122,14 +122,15 @@
 ifeq (lang=,$(findstring lang=,$(DEB_BUILD_OPTIONS)))
   BUILD_ALL_LANGPACKS=n
   BUILDLANG:=$(shell echo $(DEB_BUILD_OPTIONS), | sed -n 
's/^.*lang=\([^,]*\),.*/\1/p')
-   ifeq $(DIST) Debian
- # the buildds do binary-only builds; thefore we only need to build en
- # (thanks James Troup for the username info)   
- ifeq (buildd,$(shell whoami))  
-   BUILD_ALL_LANGPACKS=n
-   BUILDLANG:=en
- endif
+else
+ ifeq $(DIST) Debian
+   # the buildds do binary-only builds; thefore we only need to build en
+   # (thanks James Troup for the username info) 
+   ifeq (buildd,$(shell whoami))
+ BUILD_ALL_LANGPACKS=n  
+ BUILDLANG:=en  
endif
+ endif
 endif
 
 ifeq $(BUILD_ALL_LANGPACKS) y


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



CVS:oo-deb/debian changelog,1.428.2.1,1.428.2.2

2005-02-25 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv1077

Modified Files:
  Tag: changelogfix-1_1_3-6
changelog 
Log Message:
typo

Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.428.2.1
retrieving revision 1.428.2.2
diff -u -d -r1.428.2.1 -r1.428.2.2
--- changelog   23 Feb 2005 14:12:33 -  1.428.2.1
+++ changelog   25 Feb 2005 08:08:11 -  1.428.2.2
@@ -2,7 +2,7 @@
 
   * Brown paper bag release.
   * Modified patches:
-- vfs-uno-uri.diff: actually add USE_GNOMEVFS confitional
+- vfs-uno-uri.diff: actually add USE_GNOMEVFS conditional
   (closes: #293551) [RE]
 
  -- Rene Engelhard [EMAIL PROTECTED]  Sat, 19 Feb 2005 10:44:28 +0100


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



CVS:oo-deb/debian changelog,1.433,1.434 rules,1.259,1.260

2005-02-25 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv8200

Modified Files:
changelog rules 
Log Message:
- fix typo at uuencoding, , not 


Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -d -r1.433 -r1.434
--- changelog   25 Feb 2005 07:31:21 -  1.433
+++ changelog   25 Feb 2005 10:06:19 -  1.434
@@ -4,10 +4,11 @@
 - fix get-ooo-build to get right ooo-build branch [RE]
 - add missing else to get the language-build special casing for the
   buildds work again, makes them not build OOo completely twice [RE]
+- fix typo at uuencoding, , not  [RE]
   * debian/control.in:
 - version conflict with kwin-style-baghira ( 0.6) [CH]
 
- -- Rene Engelhard [EMAIL PROTECTED]  Wed, 23 Feb 2005 14:00:07 +0100
+ -- Rene Engelhard [EMAIL PROTECTED]  Fri, 25 Feb 2005 11:01:13 +0100
 
 openoffice.org (1.1.3-6) unstable; urgency=high
 

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- rules   23 Feb 2005 16:18:51 -  1.259
+++ rules   25 Feb 2005 10:06:19 -  1.260
@@ -451,7 +451,7 @@
  if [ -s $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ]; then \
uuencode $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png \
ximian-openoffice-$$i.png \
-$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
+$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
touch -r $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ;\
  fi; \
@@ -605,7 +605,7 @@
  touch -r $(OOO_BUILD)/fonts/opens___.ttf 
$(OOO_BUILD)/fonts/opens___.ttf.uu ;\
fi
 
-   # uuencode Ximian desktop icons
+   # uudecode Ximian desktop icons
for i in calc draw impress math template web writer; do \
  if [ ! -s $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ]; then \
uudecode -o $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png \


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



CVS:oo-deb/debian changelog,1.417.2.12,1.417.2.13 rules,1.253.2.4,1.253.2.5

2005-02-25 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv28016

Modified Files:
  Tag: OPENOFFICE_ORG_1_1_4
changelog rules 
Log Message:
merge uuencode fix

Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.417.2.12
retrieving revision 1.417.2.13
diff -u -d -r1.417.2.12 -r1.417.2.13
--- changelog   25 Feb 2005 07:34:08 -  1.417.2.12
+++ changelog   25 Feb 2005 10:10:30 -  1.417.2.13
@@ -24,10 +24,11 @@
 - fix get-ooo-build to get right ooo-build branch [RE]
 - add missing else to get the language-build special casing for the
   buildds work again, makes them not build OOo completely twice [RE]
+- fix typo at uuencoding, , not  [RE]
   * debian/control.in:
 - version conflict with kwin-style-baghira ( 0.6) [CH]
 
- -- Rene Engelhard [EMAIL PROTECTED]  Wed, 23 Feb 2005 14:00:07 +0100
+ -- Rene Engelhard [EMAIL PROTECTED]  Fri, 25 Feb 2005 11:01:13 +0100
 
 openoffice.org (1.1.3-6) unstable; urgency=high
 

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.253.2.4
retrieving revision 1.253.2.5
diff -u -d -r1.253.2.4 -r1.253.2.5
--- rules   25 Feb 2005 07:57:36 -  1.253.2.4
+++ rules   25 Feb 2005 10:10:31 -  1.253.2.5
@@ -451,7 +451,7 @@
  if [ -s $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ]; then \
uuencode $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png \
ximian-openoffice-$$i.png \
-$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
+$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
touch -r $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png.uu \
$(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ;\
  fi; \
@@ -605,7 +605,7 @@
  touch -r $(OOO_BUILD)/fonts/opens___.ttf 
$(OOO_BUILD)/fonts/opens___.ttf.uu ;\
fi
 
-   # uuencode Ximian desktop icons
+   # uudecode Ximian desktop icons
for i in calc draw impress math template web writer; do \
  if [ ! -s $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png ]; then \
uudecode -o $(OOO_BUILD)/desktop/ximian-openoffice-$$i.png \


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



CVS:oo-deb/debian changelog,1.434,1.435 rules,1.260,1.261

2005-02-25 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv9179

Modified Files:
changelog rules 
Log Message:
remove more files in clean

Index: changelog
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -d -r1.434 -r1.435
--- changelog   25 Feb 2005 10:06:19 -  1.434
+++ changelog   25 Feb 2005 11:21:18 -  1.435
@@ -5,10 +5,11 @@
 - add missing else to get the language-build special casing for the
   buildds work again, makes them not build OOo completely twice [RE]
 - fix typo at uuencoding, , not  [RE]
+- minor fixes for clean target [RE]
   * debian/control.in:
 - version conflict with kwin-style-baghira ( 0.6) [CH]
 
- -- Rene Engelhard [EMAIL PROTECTED]  Fri, 25 Feb 2005 11:01:13 +0100
+ -- Rene Engelhard [EMAIL PROTECTED]  Fri, 25 Feb 2005 12:16:36 +0100
 
 openoffice.org (1.1.3-6) unstable; urgency=high
 

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -d -r1.260 -r1.261
--- rules   25 Feb 2005 10:06:19 -  1.260
+++ rules   25 Feb 2005 11:21:18 -  1.261
@@ -390,6 +390,7 @@
rm -f $(SOURCE_TREE)/external/glibc/rtufiles/readdir_r.c
rm -f $(SOURCE_TREE)/external/glibc/rtufiles/config.h
rm -f $(SOURCE_TREE)/external/glibc/rtufiles/makefile.mk
+   rm -f $(SOURCE_TREE)/external/glibc/patchinf
 
rm -f $(SOURCE_TREE)/svtools/bmpmaker/bmpmaker..dpr
 
@@ -473,7 +474,8 @@
rm -f external/common/parser.jar
 
# Files created in debian directory
-   rm -f debian/*.postinst debian/*.postrm debian/*.preinst debian/*.prerm
+   rm -f debian/*.postinst debian/*.postrm debian/*.preinst debian/*.prerm 
\
+   debian/openoffice.org-dev.links
 
rm -rf tools/$(ARCHBUILDDIR:.pro=.gnomevfs.pro)
 


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



CVS:oo-deb/debian rules,1.253.2.6,1.253.2.7

2005-02-25 Thread Rene Engelhard
Update of /cvs/debian-openoffice/oo-deb/debian
In directory gluck:/tmp/cvs-serv21431

Modified Files:
  Tag: OPENOFFICE_ORG_1_1_4
rules 
Log Message:
merge traling tab fix

Index: rules
===
RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v
retrieving revision 1.253.2.6
retrieving revision 1.253.2.7
diff -u -d -r1.253.2.6 -r1.253.2.7
--- rules   25 Feb 2005 11:23:57 -  1.253.2.6
+++ rules   25 Feb 2005 12:12:16 -  1.253.2.7
@@ -127,8 +127,8 @@
# the buildds do binary-only builds; thefore we only need to build en
# (thanks James Troup for the username info) 
ifeq (buildd,$(shell whoami))
- BUILD_ALL_LANGPACKS=n  
- BUILDLANG:=en  
+ BUILD_ALL_LANGPACKS=n 
+ BUILDLANG:=en
endif
  endif
 endif


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



Processing of openoffice.org-debian-files_1.1.4-1+1_i386.changes

2005-02-25 Thread Archive Administrator
openoffice.org-debian-files_1.1.4-1+1_i386.changes uploaded successfully to 
localhost
along with the files:
  openoffice.org-debian-files_1.1.4-1+1.dsc
  openoffice.org-debian-files_1.1.4-1+1.tar.gz
  openoffice.org-debian-files_1.1.4-1+1_all.deb

Greetings,

Your Debian queue daemon


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



Fixed in upload of openoffice.org 1.1.4-1 to experimental

2005-02-25 Thread Rene Engelhard
tag 273011 + fixed-in-experimental
tag 296390 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 23 Feb 2005 23:50:47 +0100
Source: openoffice.org
Binary: openoffice.org-l10n-el openoffice.org-l10n-en openoffice.org-l10n-ja 
openoffice.org-l10n-zu openoffice.org-l10n-fr openoffice.org-l10n-zh-cn 
openoffice.org-l10n-pt-br openoffice.org-l10n-es openoffice.org 
openoffice.org-l10n-af openoffice.org-l10n-zh-tw openoffice.org-l10n-ru 
openoffice.org-l10n-tr openoffice.org-dev openoffice.org-l10n-hi 
openoffice.org-l10n-de openoffice.org-l10n-pl openoffice.org-l10n-eu 
openoffice.org-l10n-gl openoffice.org-l10n-lt openoffice.org-thesaurus-en-us 
openoffice.org-l10n-kn openoffice.org-gtk-gnome openoffice.org-l10n-da 
openoffice.org-kde openoffice.org-l10n-hu openoffice.org-mimelnk 
openoffice.org-l10n-sk openoffice.org-l10n-pt openoffice.org-l10n-nn 
openoffice.org-l10n-it openoffice.org-java openoffice.org-l10n-nb 
openoffice.org-l10n-ca openoffice.org-l10n-he openoffice.org-l10n-sl 
openoffice.org-l10n-ar ttf-opensymbol openoffice.org-evolution 
openoffice.org-l10n-et openoffice.org-l10n-ko openoffice.org-gnomevfs 
openoffice.org-bin openoffice
 .org-l10n-fi openoffice.org-l10n-cy openoffice.org-l10n-nl 
openoffice.org-l10n-tn openoffice.org-l10n-sv openoffice.org-l10n-th 
openoffice.org-l10n-ns openoffice.org-l10n-cs
Architecture: all i386 source 
Version: 1.1.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 openoffice.org - high-quality office productivity suite
 openoffice.org-bin - OpenOffice.org office suite binary files
 openoffice.org-dev - OpenOffice.org SDK - development files
 openoffice.org-evolution - Evolution 2 Addressbook support for OpenOffice.org
 openoffice.org-gnomevfs - GNOME VFS support for OpenOffice.org
 openoffice.org-gtk-gnome - Gtk UI Plugin and GNOME File Picker for 
OpenOffice.org
 openoffice.org-java - Java support for OpenOffice.org
 openoffice.org-kde - KDE UI Plugin and KDE File Picker for OpenOffice.org
 openoffice.org-l10n-af - Afrikaans language package for OpenOffice.org
 openoffice.org-l10n-ar - Arabic language package for OpenOffice.org
 openoffice.org-l10n-ca - Catalan language package for OpenOffice.org
 openoffice.org-l10n-cs - Czech language package for OpenOffice.org
 openoffice.org-l10n-cy - Welsh language package for OpenOffice.org
 openoffice.org-l10n-da - Danish language package for OpenOffice.org
 openoffice.org-l10n-de - German language package for OpenOffice.org
 openoffice.org-l10n-el - Greek language package for OpenOffice.org
 openoffice.org-l10n-en - English (US) language package for OpenOffice.org
 openoffice.org-l10n-es - Spanish language package for OpenOffice.org
 openoffice.org-l10n-et - Estonian language package for OpenOffice.org
 openoffice.org-l10n-eu - Basque language package for OpenOffice.org
 openoffice.org-l10n-fi - Finnish language package for OpenOffice.org
 openoffice.org-l10n-fr - French language package for OpenOffice.org
 openoffice.org-l10n-gl - Galician language package for OpenOffice.org
 openoffice.org-l10n-he - Hebrew language package for OpenOffice.org
 openoffice.org-l10n-hi - Hindi language package for OpenOffice.org
 openoffice.org-l10n-hu - Hungarian language package for OpenOffice.org
 openoffice.org-l10n-it - Italian language package for OpenOffice.org
 openoffice.org-l10n-ja - Japanese language package for OpenOffice.org
 openoffice.org-l10n-kn - Kannada language package for OpenOffice.org
 openoffice.org-l10n-ko - Korean language package for OpenOffice.org
 openoffice.org-l10n-lt - Lithuanian language package for OpenOffice.org
 openoffice.org-l10n-nb - Norwegian Bokmal language package for OpenOffice.org
 openoffice.org-l10n-nl - Dutch language package for OpenOffice.org
 openoffice.org-l10n-nn - Norwegian Nynorsk language package for OpenOffice.org
 openoffice.org-l10n-ns - Northern Sotho language package for OpenOffice.org
 openoffice.org-l10n-pl - Polish language package for OpenOffice.org
 openoffice.org-l10n-pt - Portuguese language package for OpenOffice.org
 openoffice.org-l10n-pt-br - Portuguese (Brazil) language package for 
OpenOffice.org
 openoffice.org-l10n-ru - Russian language package for OpenOffice.org
 openoffice.org-l10n-sk - Slovak language package for OpenOffice.org
 openoffice.org-l10n-sl - Slovenian language package for OpenOffice.org
 openoffice.org-l10n-sv - Swedish language package for OpenOffice.org
 openoffice.org-l10n-th - Thai language package for OpenOffice.org
 openoffice.org-l10n-tn - Tswana language package for OpenOffice.org
 openoffice.org-l10n-tr - Turkish language package for OpenOffice.org
 openoffice.org-l10n-zh-cn - Chinese Simplified language package for 
OpenOffice.org
 

Processing of openoffice.org_1.1.4-1_source+i386+all.changes

2005-02-25 Thread Archive Administrator
openoffice.org_1.1.4-1_source+i386+all.changes uploaded successfully to 
localhost
along with the files:
  openoffice.org-l10n-ru_1.1.4-1_all.deb
  openoffice.org-l10n-de_1.1.4-1_all.deb
  openoffice.org-l10n-ja_1.1.4-1_all.deb
  openoffice.org-l10n-pt_1.1.4-1_all.deb
  openoffice.org_1.1.4-1.diff.gz
  ttf-opensymbol_1.1.4-1_all.deb
  openoffice.org-l10n-zh-cn_1.1.4-1_all.deb
  openoffice.org-l10n-th_1.1.4-1_all.deb
  openoffice.org-thesaurus-en-us_1.1.4-1_all.deb
  openoffice.org-gtk-gnome_1.1.4-1_i386.deb
  openoffice.org-gnomevfs_1.1.4-1_i386.deb
  openoffice.org-evolution_1.1.4-1_i386.deb
  openoffice.org-l10n-pt-br_1.1.4-1_all.deb
  openoffice.org-l10n-lt_1.1.4-1_all.deb
  openoffice.org-l10n-it_1.1.4-1_all.deb
  openoffice.org-l10n-tn_1.1.4-1_all.deb
  openoffice.org-l10n-nl_1.1.4-1_all.deb
  openoffice.org-l10n-ca_1.1.4-1_all.deb
  openoffice.org-l10n-cy_1.1.4-1_all.deb
  openoffice.org-kde_1.1.4-1_i386.deb
  openoffice.org-l10n-pl_1.1.4-1_all.deb
  openoffice.org-l10n-gl_1.1.4-1_all.deb
  openoffice.org-l10n-sv_1.1.4-1_all.deb
  openoffice.org-l10n-fr_1.1.4-1_all.deb
  openoffice.org-l10n-et_1.1.4-1_all.deb
  openoffice.org-l10n-el_1.1.4-1_all.deb
  openoffice.org_1.1.4-1_all.deb
  openoffice.org-l10n-kn_1.1.4-1_all.deb
  openoffice.org-dev_1.1.4-1_i386.deb
  openoffice.org_1.1.4.orig.tar.gz
  openoffice.org-l10n-cs_1.1.4-1_all.deb
  openoffice.org-l10n-nn_1.1.4-1_all.deb
  openoffice.org-l10n-af_1.1.4-1_all.deb
  openoffice.org-l10n-sl_1.1.4-1_all.deb
  openoffice.org_1.1.4-1.dsc
  openoffice.org-l10n-fi_1.1.4-1_all.deb
  openoffice.org-l10n-ko_1.1.4-1_all.deb
  openoffice.org-l10n-eu_1.1.4-1_all.deb
  openoffice.org-l10n-he_1.1.4-1_all.deb
  openoffice.org-l10n-hu_1.1.4-1_all.deb
  openoffice.org-l10n-en_1.1.4-1_all.deb
  openoffice.org-l10n-zu_1.1.4-1_all.deb
  openoffice.org-bin_1.1.4-1_i386.deb
  openoffice.org-l10n-es_1.1.4-1_all.deb
  openoffice.org-mimelnk_1.1.4-1_all.deb
  openoffice.org-l10n-tr_1.1.4-1_all.deb
  openoffice.org-l10n-zh-tw_1.1.4-1_all.deb
  openoffice.org-l10n-hi_1.1.4-1_all.deb
  openoffice.org-l10n-sk_1.1.4-1_all.deb
  openoffice.org-l10n-ar_1.1.4-1_all.deb
  openoffice.org-l10n-da_1.1.4-1_all.deb
  openoffice.org-l10n-ns_1.1.4-1_all.deb
  openoffice.org-l10n-nb_1.1.4-1_all.deb

Greetings,

Your Debian queue daemon


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



openoffice.org override disparity

2005-02-25 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

openoffice.org-mimelnk_1.1.3-7_all.deb: package says section is kde, override 
says editors.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])


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



openoffice.org_1.1.4-1_source+i386+all.changes ACCEPTED

2005-02-25 Thread Debian Installer

Accepted:
openoffice.org-bin_1.1.4-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-bin_1.1.4-1_i386.deb
openoffice.org-dev_1.1.4-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-dev_1.1.4-1_i386.deb
openoffice.org-evolution_1.1.4-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-evolution_1.1.4-1_i386.deb
openoffice.org-gnomevfs_1.1.4-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gnomevfs_1.1.4-1_i386.deb
openoffice.org-gtk-gnome_1.1.4-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-gtk-gnome_1.1.4-1_i386.deb
openoffice.org-kde_1.1.4-1_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-kde_1.1.4-1_i386.deb
openoffice.org-l10n-af_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-af_1.1.4-1_all.deb
openoffice.org-l10n-ar_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ar_1.1.4-1_all.deb
openoffice.org-l10n-ca_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ca_1.1.4-1_all.deb
openoffice.org-l10n-cs_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cs_1.1.4-1_all.deb
openoffice.org-l10n-cy_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cy_1.1.4-1_all.deb
openoffice.org-l10n-da_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-da_1.1.4-1_all.deb
openoffice.org-l10n-de_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-de_1.1.4-1_all.deb
openoffice.org-l10n-el_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-el_1.1.4-1_all.deb
openoffice.org-l10n-en_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-en_1.1.4-1_all.deb
openoffice.org-l10n-es_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-es_1.1.4-1_all.deb
openoffice.org-l10n-et_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-et_1.1.4-1_all.deb
openoffice.org-l10n-eu_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-eu_1.1.4-1_all.deb
openoffice.org-l10n-fi_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-fi_1.1.4-1_all.deb
openoffice.org-l10n-fr_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-fr_1.1.4-1_all.deb
openoffice.org-l10n-gl_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-gl_1.1.4-1_all.deb
openoffice.org-l10n-he_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-he_1.1.4-1_all.deb
openoffice.org-l10n-hi_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-hi_1.1.4-1_all.deb
openoffice.org-l10n-hu_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-hu_1.1.4-1_all.deb
openoffice.org-l10n-it_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-it_1.1.4-1_all.deb
openoffice.org-l10n-ja_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ja_1.1.4-1_all.deb
openoffice.org-l10n-kn_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-kn_1.1.4-1_all.deb
openoffice.org-l10n-ko_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ko_1.1.4-1_all.deb
openoffice.org-l10n-lt_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-lt_1.1.4-1_all.deb
openoffice.org-l10n-nb_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-nb_1.1.4-1_all.deb
openoffice.org-l10n-nl_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-nl_1.1.4-1_all.deb
openoffice.org-l10n-nn_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-nn_1.1.4-1_all.deb
openoffice.org-l10n-ns_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ns_1.1.4-1_all.deb
openoffice.org-l10n-pl_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-pl_1.1.4-1_all.deb
openoffice.org-l10n-pt-br_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-pt-br_1.1.4-1_all.deb
openoffice.org-l10n-pt_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-pt_1.1.4-1_all.deb
openoffice.org-l10n-ru_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ru_1.1.4-1_all.deb
openoffice.org-l10n-sk_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-sk_1.1.4-1_all.deb
openoffice.org-l10n-sl_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-sl_1.1.4-1_all.deb
openoffice.org-l10n-sv_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-sv_1.1.4-1_all.deb
openoffice.org-l10n-th_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-th_1.1.4-1_all.deb
openoffice.org-l10n-tn_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-tn_1.1.4-1_all.deb
openoffice.org-l10n-tr_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-tr_1.1.4-1_all.deb
openoffice.org-l10n-zh-cn_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-zh-cn_1.1.4-1_all.deb
openoffice.org-l10n-zh-tw_1.1.4-1_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-zh-tw_1.1.4-1_all.deb

openoffice.org-debian-files_1.1.4-1+1_i386.changes ACCEPTED

2005-02-25 Thread Debian Installer

Accepted:
openoffice.org-debian-files_1.1.4-1+1.dsc
  to 
pool/main/o/openoffice.org-debian-files/openoffice.org-debian-files_1.1.4-1+1.dsc
openoffice.org-debian-files_1.1.4-1+1.tar.gz
  to 
pool/main/o/openoffice.org-debian-files/openoffice.org-debian-files_1.1.4-1+1.tar.gz
openoffice.org-debian-files_1.1.4-1+1_all.deb
  to 
pool/main/o/openoffice.org-debian-files/openoffice.org-debian-files_1.1.4-1+1_all.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.


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



Bug#296982: openoffice.org-gnomevfs: Openoffice crashes using Gnome file dialogs

2005-02-25 Thread Andrea Vettorello
Package: openoffice.org-gnomevfs
Version: 1.1.3-7
Severity: normal

If i try to use the GTK/Gnome file dialogs Openoffice crashes with this
error message:

libgnomevfs-ERROR **: file gnome-vfs-cancellation.c: line 133
(gnome_vfs_cancellation_cancel): assertion failed:
(gnome_vfs_is_primary_thread())
aborting...
sh: crash_report: command not found

I've tried with a freshly created user (i.e. without previous configuration) 
but got the same error.

I've looked in the Debian BTS but found nothing, feel free to ask other
info if needed.

Regards,


Andrea


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-gnomevfs depends on:
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libbonobo2-02.8.1-2  Bonobo CORBA interfaces library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-9GCC support library
ii  libgconf2-4 2.8.1-4  GNOME configuration database syste
ii  libglib2.0-02.6.2-1  The GLib library of C routines
ii  libgnomevfs2-0  2.8.4-1  The GNOME virtual file-system libr
ii  liborbit2   1:2.10.5-0.1 libraries for ORBit2 - a CORBA ORB
ii  libstdc++5  1:3.3.5-8The GNU Standard C++ Library v3
ii  libstlport4.6   4.6.2-2  STLport C++ class library
ii  openoffice.org-bin  1.1.3-7  OpenOffice.org office suite binary
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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