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

Bug#247781: marked as done (FTBFS: Includes .orig in zip file)



Your message dated Sun, 23 May 2004 10:19:18 -0400
with message-id <E1BRtos-0000N8-00@newraff.debian.org>
and subject line Bug#247781: fixed in openoffice.org 1.1.1-3
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; 6 May 2004 23:28:36 +0000
>From kraai@lafn.org Thu May 06 16:28:36 2004
Return-path: <kraai@lafn.org>
Received: from zoot.lafn.org [206.117.18.6] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BLsI8-0006Yk-00; Thu, 06 May 2004 16:28:36 -0700
Received: from localhost (host-66-81-19-134.rev.o1.com [66.81.19.134])
	by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i46NSVwv030391
	(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
	for <submit@bugs.debian.org>; Thu, 6 May 2004 16:28:33 -0700 (PDT)
	(envelope-from kraai@lafn.org)
Received: from kraai by localhost with local (Exim 4.32)
	id 1BLkRb-00017L-De
	for submit@bugs.debian.org; Thu, 06 May 2004 08:05:51 -0700
Date: Thu, 6 May 2004 08:05:51 -0700
From: Matt Kraai <kraai@ftbfs.org>
To: submit@bugs.debian.org
Subject: FTBFS: Includes .orig in zip file
Message-ID: <[🔎] 20040506150551.GA4293@catalunya>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="RnlQjJ0d97Da+TV1"
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Sender: Matt Kraai <kraai@lafn.org>
X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12,
	HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1


--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: openoffice.org
Version: 1.1.1-2
Severity: serious
Tags: patch

This package fails to build from source:

 ...
 # confirm that the installed file list has not changed
 if [ -e debian/MANIFEST.i386 ]; then \
   if ! cmp -s debian/MANIFEST.i386 debian/MANIFEST.i386.new; then \
     diff -U0 debian/MANIFEST.i386 debian/MANIFEST.i386.new; \
     if [ -n "$IGNORE_MANIFEST_CHANGES" ]; then \
       echo 'MANIFEST check failed; ignoring problem because \$IGNORE_MANIFEST_CHANGES set' >&2; \
       echo 'Please ensure that the package maintainer has an up-to-date version of the' >&2; \
       echo 'MANIFEST.i386 file.' >&2; \
     else \
       echo 'MANIFEST check failed; please see debian/README' >&2; \
       exit 1; \
     fi; \
   fi; \
 fi;
 --- debian/MANIFEST.i386	2004-05-02 18:09:08.000000000 +0000
 +++ debian/MANIFEST.i386.new	2004-05-04 04:56:10.000000000 +0000
 @@ -3863,0 +3864 @@
 +usr/lib/openoffice/share/gallery/htmltheme.orig
 MANIFEST check failed; please see debian/README
 make: *** [debian/stampdir/manifest] Error 1
 pbuilder: Failed autobuilding of package
 ...

This file can be excluded from the zip file by passing "-x *.orig"
to zip, as done by the attached patch.

-- 
Matt Kraai            kraai@ftbfs.org            http://ftbfs.org/

--RnlQjJ0d97Da+TV1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

diff -ru openoffice.org-1.1.1-old/extras/source/gallery/makefile.mk openoffice.org-1.1.1/extras/source/gallery/makefile.mk
--- openoffice.org-1.1.1-old/extras/source/gallery/makefile.mk	2000-09-19 02:03:08.000000000 -0700
+++ openoffice.org-1.1.1/extras/source/gallery/makefile.mk	2004-05-04 08:18:14.000000000 -0700
@@ -74,7 +74,7 @@
 
 ZIP1TARGET      = $(GALLERY_ROOT_TARGET)
 
-ZIP1LIST        = * -x makefile.*
+ZIP1LIST        = * -x makefile.* -x *.orig
 
 
 

--RnlQjJ0d97Da+TV1--

---------------------------------------
Received: (at 247781-close) by bugs.debian.org; 23 May 2004 14:23:06 +0000
>From katie@ftp-master.debian.org Sun May 23 07:23:06 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BRtsX-0002II-00; Sun, 23 May 2004 07:23:05 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BRtos-0000N8-00; Sun, 23 May 2004 10:19:18 -0400
From: Rene Engelhard <rene@debian.org>
To: 247781-close@bugs.debian.org
X-Katie: $Revision: 1.49 $
Subject: Bug#247781: fixed in openoffice.org 1.1.1-3
Message-Id: <E1BRtos-0000N8-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sun, 23 May 2004 10:19:18 -0400
Delivered-To: 247781-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(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_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: openoffice.org
Source-Version: 1.1.1-3

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

openoffice.org-bin_1.1.1-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-bin_1.1.1-3_i386.deb
openoffice.org-bin_1.1.1-3_s390.deb
  to pool/main/o/openoffice.org/openoffice.org-bin_1.1.1-3_s390.deb
openoffice.org-crashrep_1.1.1-3_i386.deb
  to pool/main/o/openoffice.org/openoffice.org-crashrep_1.1.1-3_i386.deb
openoffice.org-crashrep_1.1.1-3_s390.deb
  to pool/main/o/openoffice.org/openoffice.org-crashrep_1.1.1-3_s390.deb
openoffice.org-l10n-ar_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ar_1.1.1-3_all.deb
openoffice.org-l10n-ca_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ca_1.1.1-3_all.deb
openoffice.org-l10n-cs_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-cs_1.1.1-3_all.deb
openoffice.org-l10n-da_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-da_1.1.1-3_all.deb
openoffice.org-l10n-de_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-de_1.1.1-3_all.deb
openoffice.org-l10n-el_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-el_1.1.1-3_all.deb
openoffice.org-l10n-en_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-en_1.1.1-3_all.deb
openoffice.org-l10n-es_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-es_1.1.1-3_all.deb
openoffice.org-l10n-et_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-et_1.1.1-3_all.deb
openoffice.org-l10n-fi_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-fi_1.1.1-3_all.deb
openoffice.org-l10n-fr_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-fr_1.1.1-3_all.deb
openoffice.org-l10n-hi-in_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-hi-in_1.1.1-3_all.deb
openoffice.org-l10n-hu_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-hu_1.1.1-3_all.deb
openoffice.org-l10n-it_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-it_1.1.1-3_all.deb
openoffice.org-l10n-ja_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ja_1.1.1-3_all.deb
openoffice.org-l10n-ko_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ko_1.1.1-3_all.deb
openoffice.org-l10n-nl_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-nl_1.1.1-3_all.deb
openoffice.org-l10n-pl_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-pl_1.1.1-3_all.deb
openoffice.org-l10n-pt-br_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-pt-br_1.1.1-3_all.deb
openoffice.org-l10n-pt_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-pt_1.1.1-3_all.deb
openoffice.org-l10n-ru_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-ru_1.1.1-3_all.deb
openoffice.org-l10n-sk_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-sk_1.1.1-3_all.deb
openoffice.org-l10n-sl_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-sl_1.1.1-3_all.deb
openoffice.org-l10n-sv_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-sv_1.1.1-3_all.deb
openoffice.org-l10n-th_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-th_1.1.1-3_all.deb
openoffice.org-l10n-tr_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-tr_1.1.1-3_all.deb
openoffice.org-l10n-zh-cn_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-zh-cn_1.1.1-3_all.deb
openoffice.org-l10n-zh-tw_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-l10n-zh-tw_1.1.1-3_all.deb
openoffice.org-mimelnk_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-mimelnk_1.1.1-3_all.deb
openoffice.org-thesaurus-en-us_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org-thesaurus-en-us_1.1.1-3_all.deb
openoffice.org_1.1.1-3.diff.gz
  to pool/main/o/openoffice.org/openoffice.org_1.1.1-3.diff.gz
openoffice.org_1.1.1-3.dsc
  to pool/main/o/openoffice.org/openoffice.org_1.1.1-3.dsc
openoffice.org_1.1.1-3_all.deb
  to pool/main/o/openoffice.org/openoffice.org_1.1.1-3_all.deb



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 247781@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rene Engelhard <rene@debian.org> (supplier of updated openoffice.org package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 21 May 2004 19:18:24 +0200
Source: openoffice.org
Binary: openoffice.org-l10n-el openoffice.org-l10n-en openoffice.org-l10n-ja openoffice.org-l10n-fr openoffice.org-l10n-zh-cn openoffice.org-l10n-pt-br openoffice.org-l10n-es openoffice.org openoffice.org-l10n-zh-tw openoffice.org-l10n-ru openoffice.org-l10n-tr openoffice.org-l10n-de openoffice.org-l10n-pl openoffice.org-l10n-hi-in openoffice.org-thesaurus-en-us openoffice.org-l10n-da openoffice.org-mimelnk openoffice.org-l10n-hu openoffice.org-l10n-sk openoffice.org-l10n-pt openoffice.org-l10n-it openoffice.org-l10n-ca openoffice.org-l10n-sl openoffice.org-l10n-ar openoffice.org-l10n-et openoffice.org-l10n-ko openoffice.org-l10n-fi openoffice.org-bin openoffice.org-l10n-nl openoffice.org-l10n-sv openoffice.org-l10n-th openoffice.org-crashrep openoffice.org-l10n-cs
Architecture:  all i386 s390 source 
Version: 1.1.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenOffice Team <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Description: 
 openoffice.org - high-quality office productivity suite
 openoffice.org-bin - OpenOffice.org office suite binary files
 openoffice.org-crashrep - OpenOffice.org crash reporting tool
 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-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-fi - Finnish language package for openoffice.org
 openoffice.org-l10n-fr - French language package for openoffice.org
 openoffice.org-l10n-hi-in - Hindi (India) 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-ko - Korean language package for openoffice.org
 openoffice.org-l10n-nl - Dutch 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-tr - Turkish language package for openoffice.org
 openoffice.org-l10n-zh-cn - Chinese Simplified language package for openoffice.org
 openoffice.org-l10n-zh-tw - Chinese Traditional language package for openoffice.org
 openoffice.org-mimelnk - OpenOffice.org MIME bindings for KDE
 openoffice.org-thesaurus-en-us - English (US) Thesaurus for OpenOffice.org
Closes: 246073 247313 247781 248745
Changes: 
 openoffice.org (1.1.1-3) unstable; urgency=medium
 .
   * Urgency because of several FTBFSes and security-bug in neon..
   * New patches:
     - print-resolution-generic: improve generic printer, resolution [MM]
     - build-arch-flags: support ARCH_FLAGS to change compiler flags
       from envrionment [MM]
     - java-use-xslt-filters: Install Java filters (if Java enabled) [MM]
     - version-strike: OOO_BUILD_EXTENSION can specify a version suffix
       for OOo to display [MM]
     - setup-upgrade,license: No click-through license screen, upgrade from
       1.1.0 properly [MM]
     - Various other SuSE patches merged, see changelog.ooo-build.gz [MM]
     - psprint-cups: Backport native CUPS support upstream 2.0 [CH]
     - psprint-bad-ttf-nametable-fix: fix more malformed TrueType fonts [DW]
     - allow-s390x: allow s390x uname -m output in set-soenv on S390 [RE]
     - word-count: fix translations [MK]
     - officecfg-parallel-build-fix: make officecfg parallel build safe [DW]
   * Modified patches:
     - print-fontconfig: Fix broken afm metrics on Woody backport [CH]
     - system-db: fix again for Java case. $(CC) -E apparently doesn't like
       java.in anymore....
   * debian/control.in:
     - extend build-conflicts on libart, 2.3.16-4 too is broken.
       2.3.13 introduced new functions. build-conflict on 2.3.16-4... [RE]
     - tighten Depends: openoffice.org Depends: openoffice.org-bin (>= 1.1.1-3)
       and vice versa [RE]
     - Build-Depends:
       + ugh, "gimp" exists only in sid currently, build-depend on
         gimp | gimp1.2 [RE]
       + reverse xlibs-dev | libxext-dev et al. builddeps in spirit of the
         xlibs-split, remove unneccessary xlibs-pic (>= 4.2.1-6) piece since it
         is a metapackage and we already have xlibs-static-pic there [RE]
       + do not require python-dev on woody [RE]
       + add libneon23-dev | dpkg-dev (<< 1.10) [RE]
       + add libstlport4.6-dev (>= 4.6.2-1) | dpkg-dev (<< 1.10) [RE]
       + add libcupsys2-dev [RE]
       + substitute g++-3.0 [!powerpc] conditionals with dpkg-dev (<< 1.10)
         because some people still have g++-3.0 installed on their sid boxes -
         thanks Sebastien Bacher for reporting and Adam Conrad for the hint [RE]
   * debian/rules:
     - add support for building using KDE icon set, use
       DEB_BUILD_OPTIONS=kdeicons [CH]
     - build with system-python only on sid, woody's default python is too
       old [RE]
     - build with security-fixed system libneon23 on sid [RE]
     - remove .orig files that would (probably) otherwise get into install
       set (closes: #247781) [CH, RE]
     - build with system STLport; do not create useless stlport-home, just
       use --with-stlport4-home=/usr [RE]
     - get-ooo-build: Gnome CVS module name has changed from openoffice to
       ooo-build [CH]
     - make solver.langpacks target a noop if not all langpacks are built -
       helps builds with delouput... [RE]
   * debian/scripts/vars:
     - add KDE icon locations [CH]
   * debian/README:
     - add a section about how to build the Woody backport [CH]
     - document DEB_BUILD_OPTIONS=kdeicons [CH]
   * debian/po:
     - add Turkish debconf template translation, thanks Mehmet Türker
       (closes: #246073) [RE]
     - add Catalan debconf template translation, thanks Aleix Badia i Bosch
       (closes: #248745) [RE]
   * ooo-build/bin/scale-icons: use prefix instead of suffix for the converted
     icons to not confuse imagemagick, thanks Daniel Kobras
     (closes: #247313) [RE]
   * debian/openintro_debian.xcf.uu: modified for better text and Debian logo
     alignment [MK]
Files: 
 03950412751cabac0c5be209fc54083e 2618428 editors optional openoffice.org-l10n-et_1.1.1-3_all.deb
 04f4f0ba85c26567c88f710fddecd553 6974972 editors optional openoffice.org_1.1.1-3_all.deb
 13ca18ab6af871acdc9af46c23b98d44 114990 utils optional openoffice.org-crashrep_1.1.1-3_i386.deb
 178184f19260161759631b871574ab4f 3575408 editors optional openoffice.org-l10n-cs_1.1.1-3_all.deb
 17900e18715bcab555835063e640a499 3443976 editors optional openoffice.org-l10n-de_1.1.1-3_all.deb
 1e4dab53cd6013950926cb596f170376 42620336 editors optional openoffice.org-bin_1.1.1-3_s390.deb
 2ec069e9f8da6ebea3aec71c2831c595 2662284 editors optional openoffice.org-l10n-fi_1.1.1-3_all.deb
 44067f569bc84ac7aed60f6144d3af17 3538590 editors optional openoffice.org-l10n-zh-tw_1.1.1-3_all.deb
 471db24e1d1f82c5054c5b6bda2eff7b 2666600 editors optional openoffice.org-l10n-hi-in_1.1.1-3_all.deb
 4796c8cddabe48c7a5f38e0ba2ae6857 3541794 editors optional openoffice.org-l10n-zh-cn_1.1.1-3_all.deb
 4891b0eda64b58fb5d7378836849456a 43630268 editors optional openoffice.org-bin_1.1.1-3_i386.deb
 519fbe31923129215ab9760c89c4461b 2876946 editors optional openoffice.org-l10n-tr_1.1.1-3_all.deb
 5c57bc61bcd75f01acf3ad405cc8b32b 3151226 editors optional openoffice.org-l10n-pt_1.1.1-3_all.deb
 629d413f5283aaeec306245903781dce 3174334 editors optional openoffice.org_1.1.1-3.diff.gz
 780804e3d17931572658d49224721954 112728 utils optional openoffice.org-crashrep_1.1.1-3_s390.deb
 8eb2dee1872dcd033c842cbdb39a62cc 3550106 editors optional openoffice.org-l10n-es_1.1.1-3_all.deb
 8f7e4e37c04c2a594888590eff61e2d0 59232 kde optional openoffice.org-mimelnk_1.1.1-3_all.deb
 937b7fb88df52a7491e83d0945a5dc0c 3482648 editors optional openoffice.org-l10n-fr_1.1.1-3_all.deb
 9868adde760b4724140cafc65694e253 2649842 editors optional openoffice.org-l10n-sk_1.1.1-3_all.deb
 99a731fb897b318e0404ea5c84767f4a 2679040 editors optional openoffice.org-l10n-ar_1.1.1-3_all.deb
 a9040b31db74d952484e1e8baae378c5 3227700 editors optional openoffice.org-l10n-pl_1.1.1-3_all.deb
 a910f07651edb8900e199341c2db1acd 3532176 editors optional openoffice.org-l10n-sv_1.1.1-3_all.deb
 ac3e76cddf55455c2fc223a869c29eb8 3528942 editors optional openoffice.org-l10n-ko_1.1.1-3_all.deb
 b5d36108bf53566381469dc20a124a69 3124172 text optional openoffice.org-thesaurus-en-us_1.1.1-3_all.deb
 dd94668c434100e13cc6e5258f6d345f 2832 editors optional openoffice.org_1.1.1-3.dsc
 bb69b87a0c1fda4ecc5a742f609c57d0 3569708 editors optional openoffice.org-l10n-da_1.1.1-3_all.deb
 bc8c85c5af28cc4ee84368b65a54182b 3549712 editors optional openoffice.org-l10n-nl_1.1.1-3_all.deb
 cadb290b77b8107c6f016d87e5594899 3544514 editors optional openoffice.org-l10n-it_1.1.1-3_all.deb
 d2bbaa391912b3ff23a4da993230155a 2679764 editors optional openoffice.org-l10n-ca_1.1.1-3_all.deb
 d729ce0f2a8abb96a8832ae211e64428 2730520 editors optional openoffice.org-l10n-el_1.1.1-3_all.deb
 df68ee9c088638c00b7e26a1606e8605 2676712 editors optional openoffice.org-l10n-th_1.1.1-3_all.deb
 df94981e3621c895f0e5f0279134f5f1 3553408 editors optional openoffice.org-l10n-ja_1.1.1-3_all.deb
 e27d2f24346c830a96a936b2881771a4 3514342 editors optional openoffice.org-l10n-pt-br_1.1.1-3_all.deb
 f1d10d04c3bc24375a2d810ff38aae38 3311642 editors optional openoffice.org-l10n-ru_1.1.1-3_all.deb
 f666cf95d289d5b98180d596d72a45c5 3588680 editors optional openoffice.org-l10n-sl_1.1.1-3_all.deb
 f7182a78093a00c3dd818ed55c7bd602 3515868 editors optional openoffice.org-l10n-en_1.1.1-3_all.deb
 f9d8f3216d33108a28d5bfa1d39daade 2761800 editors optional openoffice.org-l10n-hu_1.1.1-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAsK1E+FmQsCSK63MRAtvQAJwIvxUg4B4B0Pl1SJH8/t+6F0Lq7ACcDMGO
5xWecjIBxgcJKIGzKxwKzVk=
=Az0h
-----END PGP SIGNATURE-----



Reply to: