Your message dated Sun, 01 Apr 2012 19:04:36 +0000
with message-id <e1seq4q-0006sb...@franck.debian.org>
and subject line Bug#661182: fixed in jodconverter 2.2.2-7
has caused the Debian Bug report #661182,
regarding FTBFS with LibreOffice 3.5: basis-link gone
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 ow...@bugs.debian.org
immediately.)
--
661182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661182
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jodconverter
Version: 2.2.2-6
Severity: important
Tags: patch
Hi,
LibreOffice 3.5 dropped the "we change basisX.Y with every minor version"
madness and thus also dropped basis-link. Which leads to the jodconverter
build not being able to have the Java classes of LO acctually available.
Filing this as important for now but this bug will become serious when
LibreOffice
3.5.x gets uploaded to sid (and this *will* happen before the wheezy freeze)
Trivial patch:
diff -Nru jodconverter-2.2.2/debian/changelog
jodconverter-2.2.2/debian/changelog
--- jodconverter-2.2.2/debian/changelog 2012-01-28 20:57:53.000000000 +0000
+++ jodconverter-2.2.2/debian/changelog 2012-02-24 19:10:38.000000000 +0000
@@ -1,3 +1,10 @@
+jodconverter (2.2.2-6.1) experimental; urgency=low
+
+ * Non-maintainer upload.
+ * remove basis-link usage in JAVAFLAGS, as it's gone in LO 3.5
+
+ -- Rene Engelhard <r...@debian.org> Fri, 24 Feb 2012 19:10:08 +0000
+
jodconverter (2.2.2-6) unstable; urgency=low
* Bump Standards-Version to 3.9.2 (no change needed)
diff -Nru jodconverter-2.2.2/debian/control jodconverter-2.2.2/debian/control
--- jodconverter-2.2.2/debian/control 2012-01-28 20:57:46.000000000 +0000
+++ jodconverter-2.2.2/debian/control 2012-02-24 19:11:02.000000000 +0000
@@ -3,6 +3,7 @@
Maintainer: Samuel Thibault <sthiba...@debian.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: default-jdk, libcommons-io-java, ure (>= 1.7.0),
libslf4j-java, libreoffice-java-common (>= 1:3.3.2~rc2), libxstream-java
+Build-Conflicts: libreoffice-common (<< 1:3.5.0~)
Standards-Version: 3.9.2
Section: java
Homepage: http://www.artofsolving.com/opensource/jodconverter
diff -Nru jodconverter-2.2.2/debian/rules jodconverter-2.2.2/debian/rules
--- jodconverter-2.2.2/debian/rules 2012-01-28 20:57:10.000000000 +0000
+++ jodconverter-2.2.2/debian/rules 2012-02-24 19:09:49.000000000 +0000
@@ -7,7 +7,7 @@
JAVACLASSES=/usr/share/java
SRCDIR=src/main/java
-JAVAFLAGS=-classpath
$(JAVACLASSES)/ridl.jar:/usr/lib/libreoffice/basis-link/program/classes/unoil.jar:$(JAVACLASSES)/juh.jar:$(JAVACLASSES)/slf4j-api.jar:$(JAVACLASSES)/commons-io.jar:$(JAVACLASSES)/xstream.jar
+JAVAFLAGS=-classpath
$(JAVACLASSES)/ridl.jar:/usr/lib/libreoffice/program/classes/unoil.jar:$(JAVACLASSES)/juh.jar:$(JAVACLASSES)/slf4j-api.jar:$(JAVACLASSES)/commons-io.jar:$(JAVACLASSES)/xstream.jar
JARFILE=jodconverter-2.2.2.jar
I verified that it works after this patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Grüße/Regards,
Rene
--- End Message ---
--- Begin Message ---
Source: jodconverter
Source-Version: 2.2.2-7
We believe that the bug you reported is fixed in the latest version of
jodconverter, which is due to be installed in the Debian FTP archive:
jodconverter_2.2.2-7.debian.tar.gz
to main/j/jodconverter/jodconverter_2.2.2-7.debian.tar.gz
jodconverter_2.2.2-7.dsc
to main/j/jodconverter/jodconverter_2.2.2-7.dsc
libjodconverter-java-doc_2.2.2-7_all.deb
to main/j/jodconverter/libjodconverter-java-doc_2.2.2-7_all.deb
libjodconverter-java_2.2.2-7_all.deb
to main/j/jodconverter/libjodconverter-java_2.2.2-7_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 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated jodconverter
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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 25 Feb 2012 17:49:06 +0100
Source: jodconverter
Binary: libjodconverter-java libjodconverter-java-doc
Architecture: source all
Version: 2.2.2-7
Distribution: unstable
Urgency: low
Maintainer: Samuel Thibault <sthiba...@debian.org>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Description:
libjodconverter-java - Office formats converter - Library
libjodconverter-java-doc - Office formats converter - Library documentation
Closes: 661182
Changes:
jodconverter (2.2.2-7) unstable; urgency=low
.
[ Samuel Thibault ]
* control: Bump Standards-Version to 3.9.3 (no changes).
.
[ Rene Engelhard ]
* Remove basis-link usage in JAVAFLAGS, as it's gone in LO 3.5
(Closes: #661182).
Checksums-Sha1:
e8542550f81709a9518907e21dce92bf1774bf5b 1540 jodconverter_2.2.2-7.dsc
a084858c087c67d091954028f6a897fcae25dc3a 3605
jodconverter_2.2.2-7.debian.tar.gz
08f177fbcf8ab8baa044fdc03ff657883b8f02a9 26602
libjodconverter-java_2.2.2-7_all.deb
56bd6dc3089d3a647c26af1ffe98e84216387eee 17024
libjodconverter-java-doc_2.2.2-7_all.deb
Checksums-Sha256:
4544cdc1aa43b9e3d23d1462c9b51177866d1ba48df1a55343e0469227987668 1540
jodconverter_2.2.2-7.dsc
6e17a96238c2244086506b123f5f617b5d2ac09b969c6c4422def0473089e542 3605
jodconverter_2.2.2-7.debian.tar.gz
b0b26dfdb057060e60263ce74d74b894b2aae46488046c46a1f953ce95764f12 26602
libjodconverter-java_2.2.2-7_all.deb
f28be9471e9af9456dcf780737b447ff2c144491ccc62b2a56bbe8c5da995127 17024
libjodconverter-java-doc_2.2.2-7_all.deb
Files:
1c0ccb2793b4fc26f5254b06a932e5c9 1540 java extra jodconverter_2.2.2-7.dsc
4395db60fda06bfd72732e6365977028 3605 java extra
jodconverter_2.2.2-7.debian.tar.gz
2f28a02049d300c010c779a8c9fe565d 26602 java extra
libjodconverter-java_2.2.2-7_all.deb
45666957af924fcaaa5566c8d094b534 17024 doc extra
libjodconverter-java-doc_2.2.2-7_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iF4EAREKAAYFAk94pZ4ACgkQUesQhRznqyhy2QEA23F+/YtOCykBEJf2IY1KwPQi
8jb3xOTDCSsMpevFA3UBANpBI1SzN4TUz65mIZ9rLOlRInU+2tetbr1CV6DXoHhD
=U9wj
-----END PGP SIGNATURE-----
--- End Message ---