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

Bug#823145: marked as done (FTBFS with gcc 6: -isystem /usr/include in KDE4_CFLAGS breaks includes)



Your message dated Sat, 14 May 2016 09:58:52 +0000
with message-id <E1b1WLU-0004Zj-7C@franck.debian.org>
and subject line Bug#823145: fixed in libreoffice 1:5.1.3-1
has caused the Debian Bug report #823145,
regarding FTBFS with gcc 6: -isystem /usr/include in KDE4_CFLAGS breaks includes
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.)


-- 
823145: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823145
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libqt4-dev
Version: 4:4.8.7+dfsg-6
Severity: important

Hi,

When I try to compile LibreOffice (which otherwise is ready for gcc 6, see
below) with gcc 6 I get:

checking for Qt4 headers... /usr/include/qt4
checking for qmake-qt4... /usr/bin/qmake-qt4
checking for Qt4 libraries... /usr/lib/x86_64-linux-gnu
checking for moc-qt4... /usr/bin/moc-qt4
checking for KDE4 headers... /usr/include
checking for KDE4 libraries... /usr/lib
checking for QT4... yes
checking whether KDE is >= 4.2... configure: error: KDE version too old
Error running configure at ./autogen.sh line 281.
/home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1/debian/rules:1943: recipe for target 'debian/stampdir/build-arch' failed
make[1]: *** [debian/stampdir/build-arch] Error 25
make[1]: Leaving directory '/home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1'
debian/rules:1936: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1376:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed

This check is the following:

    AC_LANG_PUSH([C++])
    save_CXXFLAGS=$CXXFLAGS
    CXXFLAGS="$CXXFLAGS $KDE4_CFLAGS"
    AC_MSG_CHECKING([whether KDE is >= 4.2])
       AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <kdeversion.h>

int main(int argc, char **argv) {
       if (KDE_VERSION_MAJOR == 4 && KDE_VERSION_MINOR >= 2) return 0;
       else return 1;
}
]])],[AC_MSG_RESULT([yes])],[AC_MSG_ERROR([KDE version too old])],[AC_MSG_ERROR([KDE support not tested with cross-compilation])])
    CXXFLAGS=$save_CXXFLAGS
    AC_LANG_POP([C++])

config.log says:

configure:37726: checking whether KDE is >= 4.2
configure:37742: x86_64-linux-gnu-g++ -o conftest -g -O2 -fstack-protector-stron
g -Wformat -Werror=format-security -isystem /usr/include -DQT_SHARED -isystem /u
sr/include/qt4 -isystem /usr/include/qt4/QtNetwork -isystem /usr/include/qt4 -is
ystem /usr/include/qt4/QtGui -isystem /usr/include/qt4 -isystem /usr/include/qt4
/QtCore -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT -Wdate-time -D_FORTIFY_SOURCE=2
  -Wl,-z,relro   conftest.cpp  >&5
In file included from /usr/include/c++/6/bits/stl_algo.h:59:0,
                 from /usr/include/c++/6/algorithm:62,
                 from /usr/include/qt4/QtCore/qglobal.h:68,
                 from /usr/include/kdemacros.h:162,
                 from /usr/include/kdecore_export.h:24,
                 from /usr/include/kdeversion.h:30,
                 from conftest.cpp:139:
/usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
 #include_next <stdlib.h>
                         ^
compilation terminated.
configure:37742: $? = 1
configure: program exited with status 1
configure: failed program was:
[...]
| /* end confdefs.h.  */
|
| #include <kdeversion.h>
|
| int main(int argc, char **argv) {
|        if (KDE_VERSION_MAJOR == 4 && KDE_VERSION_MINOR >= 2) return 0;
|        else return 1;
| }
|
configure:37746: error: KDE version too old

This also happens in the actual compilation later:

[build CXX] shell/source/backends/kde4be/kde4access.cxx
S=/home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1 &&
 I=$S/instdir && W=$S/workdir &&  mkdir -p $W/CxxObject/shell/source/backends/kd
e4be/ $W/Dep/CxxObject/shell/source/backends/kde4be/ && cd /home/rene/Debian/Pak
ete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1 &&   x86_64-linux-gnu-g++ -DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED -DCPPU_ENV=gcc3 -DLINUX -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DUNIX -DUNX -DX86_64 -D_FORTIFY_SOURCE=2 -D_PTHREADS -D_REENTRANT -Wdate-time -Wdate-time -D_FORTIFY_SOURCE=2  -DQT_SHARED -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT   -DHAVE_GCC_VISIBILITY_FEATURE -fvisibility=hidden   -Wall -Wno-missing-braces -Wnon-virtual-dtor -Wendif-labels -Wextra -Wundef -Wunused-macros -fmessage-length=0 -fno-common -pipe  -Wduplicated-cond -Wlogical-op -Wnull-dereference -Wshift-overflow=2 -Wunused-const-variable=1 -fvisibility-inlines-hidden -fPIC -Wshadow -Woverloaded-virtual -std=gnu++14  -ggdb2  -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -DLIBO_INTERNAL_ONLY  -c $S/shell/source/backends/kde4be/kde4access.cxx -o $W/CxxObject/shell/source/backends/kde4be/kde4access.o  -I$S/shell/source/backends/kde4be/ -isystem /usr/include -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtNetwork -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtCore  -I$S/include  -I/usr/lib/jvm/default-java/include -I/usr/lib/jvm/default-java/include/linux -I$S/config_host  -I$W/UnoApiHeadersTarget/udkapi/normal -I$W/UnoApiHeadersTarget/offapi/normal -I/usr/include
[build CXX] shell/source/backends/kde4be/kde4backend.cxx

In file included from /usr/include/c++/6/bits/stl_algo.h:59:0,
                 from /usr/include/c++/6/algorithm:62,
                 from /usr/include/qt4/QtCore/qglobal.h:68,
                 from /usr/include/qt4/QtCore/qnamespace.h:45,
                 from /usr/include/qt4/QtCore/qobjectdefs.h:45,
                 from /usr/include/qt4/QtGui/qwindowdefs.h:45,
                 from /usr/include/qt4/QtGui/qfont.h:45,
                 from /usr/include/qt4/QtGui/QFont:1,
                 from /home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1/shell/source/backends/kde4be/kde4access.cxx:22:
/usr/include/c++/6/cstdlib:75:25: fatal error: stdlib.h: No such file or directory
 #include_next <stdlib.h>
                         ^
compilation terminated.
/home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1/solenv/gbuild/LinkTarget.mk:189: recipe for target '/home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1/workdir/CxxObject/shell/source/backends/kde4be/kde4access.o' failed
make[3]: *** [/home/rene/Debian/Pakete/LibreOffice/libreoffice/libreoffice-5.2.0.0.alpha1/workdir/CxxObject/shell/source/backends/kde4be/kde4access.o] Error 1

# dpkg -S /usr/include/kdeversion.h
kdelibs5-dev: /usr/include/kdeversion.h

This one doesn't include stdlib.h, so looking further down the #include's:

kdeversion.h -> kdecore_export.h -> kdemacros.h -> QtCore/qglobal.h

# dpkg -S /usr/include/qt4/QtCore/qglobal.h
libqt4-dev: /usr/include/qt4/QtCore/qglobal.h

That one has #include <stddef.h>... I stopped here, especially because it
seems to be that the actual error is caused by a libstdc++ include?

# dpkg -l | grep libstdc
ii  libstdc++-5-dev:amd64                 5.3.1-17                          amd64        GNU Standard C++ Library v3 (development files)
ii  libstdc++-6-dev:amd64                 6.1.1-1                           amd64        GNU Standard C++ Library v3 (development files)
ii  libstdc++6:amd64                      6.1.1-1                           amd64        GNU Standard C++ Library v3

Feel free to reassign as appropriate.

Regards,

Rene

--- End Message ---
--- Begin Message ---
Source: libreoffice
Source-Version: 1:5.1.3-1

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

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 823145@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 libreoffice 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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 14 May 2016 00:18:49 +0200
Source: libreoffice
Binary: libreoffice libreoffice-l10n-za libreoffice-l10n-in libreoffice-core libreoffice-common libreoffice-java-common libreoffice-writer libreoffice-calc libreoffice-impress libreoffice-draw libreoffice-math libreoffice-base-core libreoffice-base libreoffice-style-oxygen libreoffice-style-breeze libreoffice-style-tango libreoffice-style-hicontrast libreoffice-style-sifr libreoffice-style-galaxy libreoffice-gtk libreoffice-gnome python3-uno libreoffice-officebean libreoffice-script-provider-python libreoffice-script-provider-bsh libreoffice-script-provider-js libreoffice-pdfimport libreoffice-avmedia-backend-gstreamer libreoffice-avmedia-backend-vlc libreoffice-sdbc-firebird libreoffice-sdbc-hsqldb libreoffice-base-drivers libreoffice-l10n-af libreoffice-l10n-am libreoffice-l10n-ar libreoffice-l10n-as libreoffice-l10n-ast libreoffice-l10n-be libreoffice-l10n-bg libreoffice-l10n-bn libreoffice-l10n-br libreoffice-l10n-bs libreoffice-l10n-ca libreoffice-l10n-cs
 libreoffice-l10n-cy libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-dz libreoffice-l10n-el libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-l10n-eo libreoffice-l10n-es libreoffice-l10n-et libreoffice-l10n-eu libreoffice-l10n-fa libreoffice-l10n-fi libreoffice-l10n-fr libreoffice-l10n-ga libreoffice-l10n-gd libreoffice-l10n-gl libreoffice-l10n-gu libreoffice-l10n-gug libreoffice-l10n-he libreoffice-l10n-hi libreoffice-l10n-hr libreoffice-l10n-hu libreoffice-l10n-id libreoffice-l10n-is libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-ka libreoffice-l10n-kk libreoffice-l10n-km libreoffice-l10n-ko libreoffice-l10n-kmr libreoffice-l10n-lt libreoffice-l10n-lv libreoffice-l10n-mk libreoffice-l10n-mn libreoffice-l10n-ml libreoffice-l10n-mr libreoffice-l10n-nb libreoffice-l10n-ne libreoffice-l10n-nl libreoffice-l10n-nn libreoffice-l10n-nr libreoffice-l10n-nso libreoffice-l10n-oc libreoffice-l10n-om libreoffice-l10n-or libreoffice-l10n-pa-in
 libreoffice-l10n-pl libreoffice-l10n-pt libreoffice-l10n-pt-br libreoffice-l10n-ro libreoffice-l10n-ru libreoffice-l10n-rw libreoffice-l10n-si libreoffice-l10n-sk libreoffice-l10n-sl libreoffice-l10n-sr libreoffice-l10n-ss libreoffice-l10n-st libreoffice-l10n-sv libreoffice-l10n-ta libreoffice-l10n-te libreoffice-l10n-tg libreoffice-l10n-th libreoffice-l10n-tn libreoffice-l10n-tr libreoffice-l10n-ts libreoffice-l10n-ug libreoffice-l10n-uk libreoffice-l10n-uz libreoffice-l10n-ve libreoffice-l10n-vi libreoffice-l10n-xh libreoffice-l10n-zh-cn libreoffice-l10n-zh-tw libreoffice-l10n-zu libreoffice-help-en-us libreoffice-help-ca libreoffice-help-cs libreoffice-help-da libreoffice-help-de libreoffice-help-dz libreoffice-help-el libreoffice-help-en-gb libreoffice-help-es libreoffice-help-et libreoffice-help-eu libreoffice-help-fi libreoffice-help-fr libreoffice-help-gl libreoffice-help-hi libreoffice-help-hu libreoffice-help-it libreoffice-help-ja libreoffice-help-km
 libreoffice-help-ko libreoffice-help-nl libreoffice-help-om libreoffice-help-pl libreoffice-help-pt libreoffice-help-pt-br libreoffice-help-ru libreoffice-help-sk libreoffice-help-sl libreoffice-help-sv libreoffice-help-tr libreoffice-help-vi libreoffice-help-zh-cn libreoffice-help-zh-tw uno-libs3 ure libreoffice-ogltrans libreoffice-wiki-publisher libreoffice-report-builder libreoffice-report-builder-bin fonts-opensymbol libreoffice-dev libreoffice-dev-doc libreofficekit-dev libreoffice-gtk3 gir1.2-lokdocview-0.1 libreoffice-kde libreoffice-sdbc-postgresql libreoffice-mysql-connector libreoffice-evolution libreoffice-subsequentcheckbase
 libreoffice-librelogo
Architecture: source
Version: 1:5.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Changed-By: Rene Engelhard <rene@debian.org>
Description:
 fonts-opensymbol - OpenSymbol TrueType font
 gir1.2-lokdocview-0.1 - GTK3 widget wrapping LibreOffice functionality - introspection
 libreoffice - office productivity suite (metapackage)
 libreoffice-avmedia-backend-gstreamer - GStreamer backend for LibreOffice
 libreoffice-avmedia-backend-vlc - VLC backend for LibreOffice
 libreoffice-base - office productivity suite -- database
 libreoffice-base-core - office productivity suite -- shared library
 libreoffice-base-drivers - Database connectivity drivers for LibreOffice
 libreoffice-calc - office productivity suite -- spreadsheet
 libreoffice-common - office productivity suite -- arch-independent files
 libreoffice-core - office productivity suite -- arch-dependent files
 libreoffice-dev - office productivity suite -- SDK
 libreoffice-dev-doc - office productivity suite -- SDK documentation
 libreoffice-draw - office productivity suite -- drawing
 libreoffice-evolution - office productivity suite -- Evolution addressbook support
 libreoffice-gnome - office productivity suite -- GNOME integration
 libreoffice-gtk - office productivity suite -- GTK+ integration
 libreoffice-gtk3 - office productivity suite -- GTK+ 3.0 integration
 libreoffice-help-ca - office productivity suite -- Catalan help
 libreoffice-help-cs - office productivity suite -- Czech help
 libreoffice-help-da - office productivity suite -- Danish help
 libreoffice-help-de - office productivity suite -- German help
 libreoffice-help-dz - office productivity suite -- Dzongkha help
 libreoffice-help-el - office productivity suite -- Greek help
 libreoffice-help-en-gb - office productivity suite -- English_british help
 libreoffice-help-en-us - office productivity suite -- English_american help
 libreoffice-help-es - office productivity suite -- Spanish help
 libreoffice-help-et - office productivity suite -- Estonian help
 libreoffice-help-eu - office productivity suite -- Basque help
 libreoffice-help-fi - office productivity suite -- Finnish help
 libreoffice-help-fr - office productivity suite -- French help
 libreoffice-help-gl - office productivity suite -- Galician help
 libreoffice-help-hi - office productivity suite -- Hindi help
 libreoffice-help-hu - office productivity suite -- Hungarian help
 libreoffice-help-it - office productivity suite -- Italian help
 libreoffice-help-ja - office productivity suite -- Japanese help
 libreoffice-help-km - office productivity suite -- Khmer help
 libreoffice-help-ko - office productivity suite -- Korean help
 libreoffice-help-nl - office productivity suite -- Dutch help
 libreoffice-help-om - office productivity suite -- Oromo help
 libreoffice-help-pl - office productivity suite -- Polish help
 libreoffice-help-pt - office productivity suite -- Portuguese help
 libreoffice-help-pt-br - office productivity suite -- Portuguese_brazilian help
 libreoffice-help-ru - office productivity suite -- Russian help
 libreoffice-help-sk - office productivity suite -- Slovak help
 libreoffice-help-sl - office productivity suite -- Slovenian help
 libreoffice-help-sv - office productivity suite -- Swedish help
 libreoffice-help-tr - office productivity suite -- Turkish help
 libreoffice-help-vi - office productivity suite -- Vietnamese help
 libreoffice-help-zh-cn - office productivity suite -- Chinese_simplified help
 libreoffice-help-zh-tw - office productivity suite -- Chinese_traditional help
 libreoffice-impress - office productivity suite -- presentation
 libreoffice-java-common - office productivity suite -- arch-independent Java support files
 libreoffice-kde - office productivity suite -- KDE integration
 libreoffice-l10n-af - office productivity suite -- Afrikaans language package
 libreoffice-l10n-am - office productivity suite -- Amharic language package
 libreoffice-l10n-ar - office productivity suite -- Arabic language package
 libreoffice-l10n-as - office productivity suite -- Assamese language package
 libreoffice-l10n-ast - office productivity suite -- Asturian language package
 libreoffice-l10n-be - office productivity suite -- Belarussian language package
 libreoffice-l10n-bg - office productivity suite -- Bulgarian language package
 libreoffice-l10n-bn - office productivity suite -- Bengali language package
 libreoffice-l10n-br - office productivity suite -- Breton language package
 libreoffice-l10n-bs - office productivity suite -- Bosnian language package
 libreoffice-l10n-ca - office productivity suite -- Catalan language package
 libreoffice-l10n-cs - office productivity suite -- Czech language package
 libreoffice-l10n-cy - office productivity suite -- Welsh language package
 libreoffice-l10n-da - office productivity suite -- Danish language package
 libreoffice-l10n-de - office productivity suite -- German language package
 libreoffice-l10n-dz - office productivity suite -- Dzongkha language package
 libreoffice-l10n-el - office productivity suite -- Greek language package
 libreoffice-l10n-en-gb - office productivity suite -- English_british language package
 libreoffice-l10n-en-za - office productivity suite -- English_southafrican language packag
 libreoffice-l10n-eo - office productivity suite -- Esperanto language package
 libreoffice-l10n-es - office productivity suite -- Spanish language package
 libreoffice-l10n-et - office productivity suite -- Estonian language package
 libreoffice-l10n-eu - office productivity suite -- Basque language package
 libreoffice-l10n-fa - office productivity suite -- Farsi language package
 libreoffice-l10n-fi - office productivity suite -- Finnish language package
 libreoffice-l10n-fr - office productivity suite -- French language package
 libreoffice-l10n-ga - office productivity suite -- Gaelic language package
 libreoffice-l10n-gd - office productivity suite -- Scottish_gaelic language package
 libreoffice-l10n-gl - office productivity suite -- Galician language package
 libreoffice-l10n-gu - office productivity suite -- Gujarati language package
 libreoffice-l10n-gug - office productivity suite -- Guarani language package
 libreoffice-l10n-he - office productivity suite -- Hebrew language package
 libreoffice-l10n-hi - office productivity suite -- Hindi language package
 libreoffice-l10n-hr - office productivity suite -- Croatian language package
 libreoffice-l10n-hu - office productivity suite -- Hungarian language package
 libreoffice-l10n-id - office productivity suite -- Indonesian language package
 libreoffice-l10n-in - office productivity suite -- Indic language packages
 libreoffice-l10n-is - office productivity suite -- Icelandic language package
 libreoffice-l10n-it - office productivity suite -- Italian language package
 libreoffice-l10n-ja - office productivity suite -- Japanese language package
 libreoffice-l10n-ka - office productivity suite -- Georgian language package
 libreoffice-l10n-kk - office productivity suite -- Kazakh language package
 libreoffice-l10n-km - office productivity suite -- Khmer language package
 libreoffice-l10n-kmr - office productivity suite -- Kurmanji language package
 libreoffice-l10n-ko - office productivity suite -- Korean language package
 libreoffice-l10n-lt - office productivity suite -- Lithuanian language package
 libreoffice-l10n-lv - office productivity suite -- Latvian language package
 libreoffice-l10n-mk - office productivity suite -- Macedonian language package
 libreoffice-l10n-ml - office productivity suite -- Malayalam language package
 libreoffice-l10n-mn - office productivity suite -- Mongolian language package
 libreoffice-l10n-mr - office productivity suite -- Marathi language package
 libreoffice-l10n-nb - office productivity suite -- Norwegian language package
 libreoffice-l10n-ne - office productivity suite -- Nepalese language package
 libreoffice-l10n-nl - office productivity suite -- Dutch language package
 libreoffice-l10n-nn - office productivity suite -- Norwegian_nynorsk language package
 libreoffice-l10n-nr - office productivity suite -- Ndebele language package
 libreoffice-l10n-nso - office productivity suite -- Northern_sotho language package
 libreoffice-l10n-oc - office productivity suite -- Occitan language package
 libreoffice-l10n-om - office productivity suite -- Oromo language package
 libreoffice-l10n-or - office productivity suite -- Odia language package
 libreoffice-l10n-pa-in - office productivity suite -- Punjabi language package
 libreoffice-l10n-pl - office productivity suite -- Polish language package
 libreoffice-l10n-pt - office productivity suite -- Portuguese language package
 libreoffice-l10n-pt-br - office productivity suite -- Portuguese_brazilian language packag
 libreoffice-l10n-ro - office productivity suite -- Romanian language package
 libreoffice-l10n-ru - office productivity suite -- Russian language package
 libreoffice-l10n-rw - office productivity suite -- Kinarwanda language package
 libreoffice-l10n-si - office productivity suite -- Sinhala language package
 libreoffice-l10n-sk - office productivity suite -- Slovak language package
 libreoffice-l10n-sl - office productivity suite -- Slovenian language package
 libreoffice-l10n-sr - office productivity suite -- Serbian language package
 libreoffice-l10n-ss - office productivity suite -- Swazi language package
 libreoffice-l10n-st - office productivity suite -- Southern_sotho language package
 libreoffice-l10n-sv - office productivity suite -- Swedish language package
 libreoffice-l10n-ta - office productivity suite -- Tamil language package
 libreoffice-l10n-te - office productivity suite -- Telugu language package
 libreoffice-l10n-tg - office productivity suite -- Tajik language package
 libreoffice-l10n-th - office productivity suite -- Thai language package
 libreoffice-l10n-tn - office productivity suite -- Tswana language package
 libreoffice-l10n-tr - office productivity suite -- Turkish language package
 libreoffice-l10n-ts - office productivity suite -- Tsonga language package
 libreoffice-l10n-ug - office productivity suite -- Uighur language package
 libreoffice-l10n-uk - office productivity suite -- Ukrainian language package
 libreoffice-l10n-uz - office productivity suite -- Uzbek language package
 libreoffice-l10n-ve - office productivity suite -- Venda language package
 libreoffice-l10n-vi - office productivity suite -- Vietnamese language package
 libreoffice-l10n-xh - office productivity suite -- Xhosa language package
 libreoffice-l10n-za - office productivity suite -- South African language packages
 libreoffice-l10n-zh-cn - office productivity suite -- Chinese_simplified language package
 libreoffice-l10n-zh-tw - office productivity suite -- Chinese_traditional language package
 libreoffice-l10n-zu - office productivity suite -- Zulu language package
 libreoffice-librelogo - Logo-like progamming language for LibreOffice
 libreoffice-math - office productivity suite -- equation editor
 libreoffice-mysql-connector - MariaDB/MySQL Connector extension for LibreOffice
 libreoffice-officebean - office productivity suite -- Java bean
 libreoffice-ogltrans - LibreOffice Impress extension for slide transitions using OpenGL
 libreoffice-pdfimport - PDF Import component for LibreOffice
 libreoffice-report-builder - LibreOffice component for building database reports
 libreoffice-report-builder-bin - LibreOffice component for building database reports -- libraries
 libreoffice-script-provider-bsh - BeanShell script support provider for LibreOffice scripting frame
 libreoffice-script-provider-js - JavaScript script support provider for LibreOffice scripting fram
 libreoffice-script-provider-python - Python script support provider for LibreOffice scripting framewor
 libreoffice-sdbc-firebird - Firebird SDBC driver for LibreOffice
 libreoffice-sdbc-hsqldb - HSQLDB SDBC driver for LibreOffice
 libreoffice-sdbc-postgresql - PostgreSQL SDBC driver for LibreOffice
 libreoffice-style-breeze - office productivity suite -- Breeze symbol style
 libreoffice-style-galaxy - office productivity suite -- Galaxy (Default) symbol style
 libreoffice-style-hicontrast - office productivity suite -- Hicontrast symbol style
 libreoffice-style-oxygen - office productivity suite -- Oxygen symbol style
 libreoffice-style-sifr - office productivity suite -- Sifr symbol style
 libreoffice-style-tango - office productivity suite -- Tango symbol style
 libreoffice-subsequentcheckbase - LibreOffice java test libraries
 libreoffice-wiki-publisher - LibreOffice extension for working with MediaWiki articles
 libreoffice-writer - office productivity suite -- word processor
 libreofficekit-dev - LibreOfficeKit -- headers
 python3-uno - Python-UNO bridge
 uno-libs3  - LibreOffice UNO runtime environment -- public shared libraries
 ure        - LibreOffice UNO runtime environment
Closes: 823145
Changes:
 libreoffice (1:5.1.3-1) unstable; urgency=medium
 .
   * LibreOffice 5.1.3 final (identical to rc2)
 .
   * debian/patches/kde4-cflags-no-usr-include.diff: don't set $kde_incdir
     to /usr/include since -isystem /usr/include makes the stuff FTBFS
     (closes: #823145)
 .
   * debian/*.lintian-overrides: remove obsolete
     binary-or-shlib-defines-rpath and no-debconf-config overrides
 .
   * debian/patches/mdds-1.2.0.diff: backport patch to build with mdds 1.2
     from master
   * debian/rules:
     - bump libmdds-dev and liborcus-dev build-deps and update orcus handling
     - fix another warning for !gcj builds: only try to set GCJ_JAWT_DIR if
       GCJ_JAWT_DEPENDS is set
Checksums-Sha1:
 095c432e169ecf8531687b2e7fb7cbccd63c22a9 25230 libreoffice_5.1.3-1.dsc
 a2ea023f161bf1f6de9aa0c414e009ee3691b1a0 1432232 libreoffice_5.1.3.orig-helpcontent2.tar.xz
 9d2a1030958d7310c7d838b9d0bde68664a66d27 354446560 libreoffice_5.1.3.orig-tarballs.tar.xz
 16aa66f8b075543cb4d42096a43352971a71afed 131457396 libreoffice_5.1.3.orig-translations.tar.xz
 f2c1bfb46e0d6625e9dcee37803a2f0c098249a7 176087264 libreoffice_5.1.3.orig.tar.xz
 cf5505f40fd2a662e5efcae0428b12f37fbeb748 3876352 libreoffice_5.1.3-1.debian.tar.xz
Checksums-Sha256:
 0ea9e21a836687ff95e65abd6af9cdf006d08af474465b5393ca8a275cbffc49 25230 libreoffice_5.1.3-1.dsc
 45afa5df63bd22b9ff9e43bd4b7a997489796dd40ee07ad251cae676cfb05c72 1432232 libreoffice_5.1.3.orig-helpcontent2.tar.xz
 624fd11fae7c43fed5d58c56aaaa1513030049e223f64bb54607e2e6a25049fc 354446560 libreoffice_5.1.3.orig-tarballs.tar.xz
 b40e088d61e09d67554d0bd40227141455f75e666e4a45169b15d54f2df6991e 131457396 libreoffice_5.1.3.orig-translations.tar.xz
 cd5a1ca7c9ea100f811f8f12dc9bae29e71a6a65b127be6de5e14f223e3c07c4 176087264 libreoffice_5.1.3.orig.tar.xz
 293cf56b694c09df070e80ddaac10bc59b6c755ad3db1042d304da8879681408 3876352 libreoffice_5.1.3-1.debian.tar.xz
Files:
 657f783fc9e554662b2e78e01728016d 25230 editors optional libreoffice_5.1.3-1.dsc
 2e5e589e2a84ce293d588265c90ce07c 1432232 editors optional libreoffice_5.1.3.orig-helpcontent2.tar.xz
 6747d72106a89e119e93d54de4f72d14 354446560 editors optional libreoffice_5.1.3.orig-tarballs.tar.xz
 c110e8df780fcb29dfd679ff81ea0cf5 131457396 editors optional libreoffice_5.1.3.orig-translations.tar.xz
 cbe602264e58f7c93e72068c408e3551 176087264 editors optional libreoffice_5.1.3.orig.tar.xz
 309f0959231b904f2f7f77c5dceecebe 3876352 editors optional libreoffice_5.1.3-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXNubSAAoJEAqgRXHQPj5wKW8P/0mwk6GpSyj/MZ9e407ttz7A
/YLekxOJxY+98NNnbbZ0tfS1hwa5zK1W3+tCe/Gu9tbbmZRodBE0ifzbvKxrVeeD
akPofq8dIqHMjerzIhgcb7vo7w9w6mbEnK3AzK50pxVJS1Sa/t8VWYKeRAkKVCSt
0Vdgn/NDeEoSqJpsCb4FvpimqbHQJa/2doKSZTqlnTM65jmJoGyPR7DKe+Ke+tpl
ZRjJmAhUl8G3I0t/cxM/EWGsDkLI78afzYKLC9f5znxr17I/KMKqpqQFxZbngOlI
1ukamVZSntJ/8ddJLaZA34gXCuGCV/oayzqauyEWiQDd/1FetfI/V9TWZJdu61/4
B25FhVUgbto/JNOsRFfNtqgaikA3PipdaLBLF74OwgiVlzBVCQcFLymn1PMK9XaH
4qJ0RreQwQ503Rlkizauyv1GUmS8Z38P+P2qR2tYYU5+DEFsIfQorEvmaKQrOpRI
tAVqQZ1AL1qdJjGVCDSxKL8T00pN9tAVkEekpnUX+/pxu/WtlhFwi8rsDBvV7uKb
JU5Jn+OC8F0ZVrZVHSexJV+MQoI7M4QCz2XTKTBUi4XvPtjj2boT8UzTQotNy9+3
dbp2M7pFV8p222XccT5NSJV1OXKwBN6zoAP9xdHxguny1b6mYAfrGqLIxBq+c6iY
zBhE0pcZfexmUpxKhM81
=5vsb
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: