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

Bug#786713: marked as done (transition: libwps)



Your message dated Wed, 01 Jul 2015 01:52:27 +0200
with message-id <55932BBB.5020804@debian.org>
and subject line Re: Bug#786713: transition: libwps
has caused the Debian Bug report #786713,
regarding transition: libwps
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
786713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=786713
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: transition

Hi,

libwps 0.4.0 changed API of one function (and thus also SONAME).

It is already in NEW since May 17.

Reverse dependencies (source):

# grep-dctrl -FDepends libwps -sSource /var/lib/apt/lists/http.debian.net_debian_dists_sid_main_binary-amd64_Packages | sort | uniq
Source: abiword (3.0.0-8)
Source: calligra (1:2.8.5+dfsg-1)
Source: libreoffice
Source: libwps
Source: writerperfect

- writerperfect 0.9.3 (in experimental) already was adapted for 0.4.0 and uses
  it. Will upload to sid together with libwps itself
- libreoffice
  - 5.0.0 beta1 requires it (5.0.0 final will be there end of July already)
  - the patch committed for 5.0.0 beta1[0] also applies to 4.3.3, should work.
    Will upload to sid together with libwps itself. It's a bit bigger because
    it also adds support for new file formats but if ththe full one doesn't work
    we can strip it down.
- abiword and calligra
  - don't have official patches/upstream work yet (they even didn't get the
    last transition done upstream...) but the change is easy and except the
    change of the .pc mainly a one-liner[1] for both. 
    I'd upload abiword myself (orphaned; QA upload, collab-maint..) and file
    a bug for calligra

Of course we should wait for it to be out of NEW first.
Ben file:

title = "libwps";
is_affected = .depends ~ "libwps-0.3-3" | .depends ~ "libwps-0.4-4";
is_good = .depends ~ "libwps-0.4-4";
is_bad = .depends ~ "libwps-0.3-3";

Regards,

Rene

[0]
http://cgit.freedesktop.org/libreoffice/core/tree/writerperfect/source/calc/MSWorksCalcImportFilter.cxx?id=f9568335a653f72732f9c8ebf007cf8850021ff9

[1]
+--- calligra-2.8.5+dfsg.orig/filters/words/works/import/WPSImport.cpp
++++ calligra-2.8.5+dfsg/filters/words/works/import/WPSImport.cpp
+@@ -43,7 +43,9 @@ private:
+     bool _isSupportedFormat(librevenge::RVNGInputStream *input, const char * /* password */)
+     {
+         libwps::WPSKind kind = libwps::WPS_TEXT;
+-        libwps::WPSConfidence confidence = libwps::WPSDocument::isFileFormatSupported(input, kind);
++        libwps::WPSCreator creator;
++        bool needsEncoding;
++        libwps::WPSConfidence confidence = libwps::WPSDocument::isFileFormatSupported(input, kind, creator, needsEncoding);
+         if ((libwps::WPS_TEXT != kind) || (confidence != libwps::WPS_CONFIDENCE_EXCELLENT))
+         {
+             fprintf(stderr, "ERROR: We have no confidence that you are giving us a valid Microsoft Works document.\n");

-- System Information:
Debian Release: 7.8
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: armhf (armv7l)

Kernel: Linux 3.4.79-sun7i (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
On 21/06/15 11:26, Emilio Pozuelo Monfort wrote:
> On 16/06/15 19:49, Emilio Pozuelo Monfort wrote:
>> Let's do this after libreoffice migrates (which should happen soon,
>> when evolution-data-server is ready).
> 
> britney was broken because of a problem in the archive, but that's now fixed and
> everything migrated. You can proceed with this.

This was waiting for writerperfect, which just migrated, and the old libwps was
removed from testing. Closing.

Cheers,
Emilio

--- End Message ---

Reply to: