Your message dated Fri, 30 Mar 2012 18:11:15 +0000
with message-id <e1sdgi7-00050l...@franck.debian.org>
and subject line Bug#663747: fixed in openclipart 2.0-2
has caused the Debian Bug report #663747,
regarding FTBFS with LibreOffice 3.5: basis-link gone/uninstallable with
LibreOffice 3.5
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.)
--
663747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openclipart
Version: 2.0-1
Severity: important
Tags: patch
Hi,
I already fixed this in 0.18+dfsg-13 in experimental[1], which is now void
with your 2.0-1 upload to unstable. (-13 will get removed because it's lower
than unstable and apt will prefer 2.0-1 anyway)
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.
Besides that, this package even will get uninstallable when LibreOffice 3.5
enters sid.
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)
What I did from -12 to -13 is:
diff -u openclipart-0.18+dfsg/debian/rules openclipart-0.18+dfsg/debian/rules
--- openclipart-0.18+dfsg/debian/rules
+++ openclipart-0.18+dfsg/debian/rules
@@ -81,7 +81,7 @@
# Create OOo gallery files; we need to add the files in hunks
# because we othererwise may get too many arguments....
- mkdir -p $(CURDIR)/build/usr/lib/libreoffice/$(shell readlink
/usr/lib/libreoffice/basis-link)/share/gallery
+ mkdir -p $(CURDIR)/build/usr/lib/libreoffice/share/gallery
for dir in `find build/usr/share/openclipart/png -mindepth 1 -maxdepth
1 -type d | LC_CTYPE=C sort` ; do \
gal_name=$${dir##*/}; \
gal_oooname=`echo $$gal_name | awk '{gsub("_","
");a=toupper(substr($$0,1,1));b=substr($$0,2);print a b}'` ; \
@@ -90,7 +90,7 @@
split -d -l 250 build/$$gal_name.filelist
build/$$gal_name.filelist- ; \
for file in build/$$gal_name.filelist-*; do \
echo "Processing filelist $$file"; \
- SAL_USE_VCLPLUGIN="svp"
/usr/lib/libreoffice/basis-link/program/gengal --name "$$gal_oooname" --path
"$(CURDIR)/build/usr/lib/libreoffice/`readlink
/usr/lib/libreoffice/basis-link`/share/gallery" --destdir "$(CURDIR)/build"
--number-from "70" `cat $$file | xargs`; \
+ SAL_USE_VCLPLUGIN="svp"
/usr/lib/libreoffice/program/gengal --name "$$gal_oooname" --path
"$(CURDIR)/build/usr/lib/libreoffice/share/gallery" --destdir "$(CURDIR)/build"
--number-from "70" `cat $$file | xargs`; \
done; \
done
@@ -111,9 +111,9 @@
$(CURDIR)/debian/openclipart-svg/usr/share/openclipart/svg/
# Install OOo files
- mkdir -p
$(CURDIR)/debian/openclipart-libreoffice/usr/lib/libreoffice/$(shell readlink
/usr/lib/libreoffice/basis-link)/share/gallery
- cp -af $(CURDIR)/build/usr/lib/libreoffice/$(shell readlink
/usr/lib/libreoffice/basis-link)/share/gallery/* \
-
$(CURDIR)/debian/openclipart-libreoffice/usr/lib/libreoffice/$(shell readlink
/usr/lib/libreoffice/basis-link)/share/gallery/
+ mkdir -p
$(CURDIR)/debian/openclipart-libreoffice/usr/lib/libreoffice/share/gallery
+ cp -af $(CURDIR)/build/usr/lib/libreoffice/share/gallery/* \
+
$(CURDIR)/debian/openclipart-libreoffice/usr/lib/libreoffice/share/gallery/
# Install Overrides file
install -p -o root -g root -m 644
$(CURDIR)/debian/openclipart-svg.overrides
$(CURDIR)/debian/openclipart-svg/usr/share/lintian/overrides/openclipart-svg
@@ -143,7 +143,7 @@
@@ -143,7 +143,7 @@
dh_installdeb
# dh_perl
dh_shlibdeps
- dh_gencontrol -- -V'basis-version=$(shell readlink
/usr/lib/libreoffice/basis-link | sed -e "s/basis//")'
+ dh_gencontrol
dh_md5sums
dh_builddeb
diff -u openclipart-0.18+dfsg/debian/changelog
openclipart-0.18+dfsg/debian/changelog
--- openclipart-0.18+dfsg/debian/changelog
+++ openclipart-0.18+dfsg/debian/changelog
@@ -1,3 +1,11 @@
+openclipart (0.18+dfsg-13) experimental; urgency=low
+
+ * QA upload
+ * adapt for basisX.Y / basis-link removal in LibreOffice 3.5
+ * rebuild for LibreOffice >= 3.5
+
+ -- Rene Engelhard <r...@debian.org> Mon, 13 Feb 2012 23:11:07 +0000
+
openclipart (0.18+dfsg-12) unstable; urgency=low
* QA upload
diff -u openclipart-0.18+dfsg/debian/control
openclipart-0.18+dfsg/debian/control
--- openclipart-0.18+dfsg/debian/control
+++ openclipart-0.18+dfsg/debian/control
@@ -45,7 +45,7 @@
Package: openclipart-libreoffice
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, openclipart-png (=
${Source-Version})
-Conflicts: openclipart (<< 0.10+dfsg-3), libreoffice-common (<<
1:${basis-version}), libreoffice-common (>= 1:${basis-version}.99)
+Conflicts: openclipart (<< 0.10+dfsg-3), libreoffice-common (<< 1:3.5.0~beta~)
Recommends: libreoffice
Description: clip art for OpenOffice.org/LibreOffice gallery
The Open Clip Art Library is a collection of 100% license-free,
-- 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
[1] and you even missed -12, but that happily only was a simple rebuild so this
upload should have worked. Bad nevertheless.
--- End Message ---
--- Begin Message ---
Source: openclipart
Source-Version: 2.0-2
We believe that the bug you reported is fixed in the latest version of
openclipart, which is due to be installed in the Debian FTP archive:
openclipart-libreoffice_2.0-2_all.deb
to main/o/openclipart/openclipart-libreoffice_2.0-2_all.deb
openclipart-png_2.0-2_all.deb
to main/o/openclipart/openclipart-png_2.0-2_all.deb
openclipart-svg_2.0-2_all.deb
to main/o/openclipart/openclipart-svg_2.0-2_all.deb
openclipart_2.0-2.debian.tar.gz
to main/o/openclipart/openclipart_2.0-2.debian.tar.gz
openclipart_2.0-2.dsc
to main/o/openclipart/openclipart_2.0-2.dsc
openclipart_2.0-2_all.deb
to main/o/openclipart/openclipart_2.0-2_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 663...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Kelly <aomig...@gmail.com> (supplier of updated openclipart 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: SHA256
Format: 1.8
Date: Tue, 13 Mar 2012 18:22:41 -0400
Source: openclipart
Binary: openclipart openclipart-svg openclipart-png openclipart-libreoffice
Architecture: source all
Version: 2.0-2
Distribution: unstable
Urgency: low
Maintainer: Martin Kelly <aomig...@gmail.com>
Changed-By: Martin Kelly <aomig...@gmail.com>
Description:
openclipart - Open Clip Art Library
openclipart-libreoffice - clip art for OpenOffice.org/LibreOffice gallery
openclipart-png - clip art in PNG format
openclipart-svg - clip art in SVG format
Closes: 663747 664018
Changes:
openclipart (2.0-2) unstable; urgency=low
.
* Bumped Standards-Version to 3.9.3.0 (no changes needed)
* Merged in Rene Engelhard's changes from experimental to fix basisX.Y /
basis-link removal in LibreOffice 3.5 (closes: #663747)
* Changed website address to http://openclipart.org from
http://www.openclipart.org (closes: #664018)
* Updated debhelper compatibility level to 9
* Fixed a few lintian warnings regarding dependencies
* Added build-arch and build-indep targets to the rules file
Checksums-Sha1:
cf197a417bc52562faec5417dbc289a9b28baa7e 2035 openclipart_2.0-2.dsc
3eaa9dd022724bc007cc5b319d159a910efcbc13 6959 openclipart_2.0-2.debian.tar.gz
809f8cd4b6e13e26edd589180e101b93f333c843 5952 openclipart_2.0-2_all.deb
287a88c9fb1b2158062870e95deb253f8a14bf76 354484642
openclipart-svg_2.0-2_all.deb
00b80042e641e9c291f2402861b34ee23ffe22e4 637120194
openclipart-png_2.0-2_all.deb
657b34a7c016151da9bf729b5785a060fca395bd 21710874
openclipart-libreoffice_2.0-2_all.deb
Checksums-Sha256:
b47e8c3eb3cdaedd448378bd30986fef950c8b2a8e2ccb971f84bbf03b3217d3 2035
openclipart_2.0-2.dsc
fafff4bc1545f6bca1bb5f26da3b7527b8b94a611345e706cfb96d600e5d75af 6959
openclipart_2.0-2.debian.tar.gz
aa961d79831f1a231c54ec4c1fbed350fd1be5d6ee7d803781624b82d7b2a2ff 5952
openclipart_2.0-2_all.deb
fb37da1b1031bd41c8cec86c34099080ae7e8f03f8e5ef3245b47f009391af91 354484642
openclipart-svg_2.0-2_all.deb
fe3dd8ed154d37be4c0ab6b4b5e7200b69a07f7e6d84dc0c92ace57e6c9614fd 637120194
openclipart-png_2.0-2_all.deb
7eb3c5e577d5422477e1a784ff6908b0e5b0faa158f00f8136be9b7ea2ea03a1 21710874
openclipart-libreoffice_2.0-2_all.deb
Files:
f48edb0bfaf4498d68c18cdde8ab711a 2035 graphics extra openclipart_2.0-2.dsc
a8a3e68743218fa9b7cd1a2c0d353069 6959 graphics extra
openclipart_2.0-2.debian.tar.gz
fc8cc606cdd96ba1b77794ddcfe43f62 5952 graphics extra openclipart_2.0-2_all.deb
5adc78d1ab5747ab67f63d2abf713c66 354484642 graphics extra
openclipart-svg_2.0-2_all.deb
eb18a925b7dc68168dafe33a54d8b6bf 637120194 graphics extra
openclipart-png_2.0-2_all.deb
58aee6a7ac438685b26ebffca44e7bb3 21710874 graphics extra
openclipart-libreoffice_2.0-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJPdXwMAAoJEAqgRXHQPj5wAFsQAOogAHjwt+4HfzlZhSLjiZHq
AdMxFrIlZfZ3jqXnxq3JtP6sHpcPkCtX0gs0rQK/f11hf1m1jmycYWmrZHRcCfoA
zsb0Uj331mAR2zWRTKs6GSpt9QPROuWLeLdggqKMK3yJ+ulGbNMUOfNbQmWRCfMU
M2OBw7SAzvB2cnxZL0nJZcAmybw0pbU/SUiV+oYEcrHhd3MLb14hztiglSDYvy8c
N8TSemLjtxY+sOyNwPQ08LOEwPxv8NcMkTtHRT9MDEAP+a9Bhle3aXDJ8qS1L8hP
t2qnRCq9+ji+kdP8IzcMA8VUST5+dTnO3kNon4fa5uw5seG6ff5nT2cNC4tH+KQE
fMAakyXgxIMfZapSBYbleXivlgwmKarvAXx0TNESnXmzEG6u3PkbTJIzhJZKc8bu
BnxcrfBXvtW6gglZ6ZubAWoovQV124iYy25RFN7+Ha04TtxmqDxS1YAt942d64Cg
NjNox9uel2UNhHpbUIcc/i6wAcy473OmhHcKgFYdEJSSzrisXFyPBlYPva7VvrA5
UI60b4EMIklQGIUJ7CPevlQ3y6jNstcVkmZpNo32JEJ9YFaLG1edU82gUDHdpNAU
KGPslmNBbdiNtz+eH8NqaA+AryRYrQRWwC6W6Hk0uR0ELFrl3Lrr2BRjdBQBcdDO
aIieBHHlnaCHeCcN5+Xt
=4RAw
-----END PGP SIGNATURE-----
--- End Message ---