Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 02 Feb 2022 19:26:32 +0100 Source: libreoffice Architecture: source Version: 1:7.3.0-1~bpo11+1 Distribution: bullseye-backports Urgency: medium Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org> Changed-By: Rene Engelhard <r...@debian.org> Closes: 985867 998435 998746 1003864 1004038 Changes: libreoffice (1:7.3.0-1~bpo11+1) bullseye-backports; urgency=medium . * Rebuild for bullseye-backports. . * tarballs/liborcus-0.17.2.tar.bz2, tarballs/mdds-2.0.1.tar.bz2, tarballs/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz, tarballs/libmwaw-0.3.21.tar.xz, tarballs/zxing-cpp-1.2.0.tar.gz: include . libreoffice (1:7.3.0-1) unstable; urgency=medium . * New upstream release . * debian/watch: watch releases again . libreoffice (1:7.3.0~rc2-3) unstable; urgency=medium . * debian/tests/control.in: - comment out build-needing autopkgtests again by request of the release team; the infrastructure even on amd64 is not capable of handling it due due autopkgtest shortcomings * debian/control.help.in. - move the browser Depends to Recommends: (closes: #1003864) * debian/patches/apparmor-updates.diff: add patch to fix saving with enforced apparmor again, thanks Vincas Dargis (closes: #1004038) . libreoffice (1:7.3.0~rc2-2) unstable; urgency=medium . * upload to unstable . * debian/tests/control.in, debian/tests/uicheck-{sfx2,svx}: also run uitests in sfx2 and svx * debian/tests/control.in: try to optimize the order of the tests a bit (especially for uicheck-*) to try reusing the testbed and avoid costly copy(up|down)s . libreoffice (1:7.3.0~rc2-1) experimental; urgency=medium . * New upstream release candidate . libreoffice (1:7.3.0~rc1-2) experimental; urgency=medium . * debian/patches/fix-uicheck-tests-on-i386.patch: update * debian/patches/fix-Tdf126116-test.diff: add upstream patch from gerrit; fix upstream FTBFS timebomb found by reproducible builds . * debian/tests/*: rename "uno" to "testtools-bridgetest", since it's more telling (and inside testtols anyway, uno is just the command ran) . libreoffice (1:7.3.0~rc1-1) experimental; urgency=medium . * New upstream release candidate . * debian/rules: - add support (don't use it (yet)) for using --enable-cipher-openssl-backend - limit llvm build-dep to le/skia-using archs - build the mysqlc test only on the archs we run the actual test (at least for now) - bump liborcus-dev build-depends to >= 0.17.2 if we run the tests . libreoffice (1:7.3.0~beta1-4) experimental; urgency=medium . * debian/rules: - add explicit Build-Depends on llvm since clang doesn't pull in llvm-xx-linker-tools anymore . libreoffice (1:7.3.0~beta1-3) experimental; urgency=medium . * debian/patches/fix-mysqlc-test.diff: as name says, from gerrit . * debian/rules: - build the connectivity mysqlc test with the rest of the tests so it doesn't do that in the actual autopkgtest test - stop hardcoding clang-12 for ppc64el, add build-dep on clang (>= 1:12) now that 13 is default in sid * debian/libuno-sal3.symbols: update . libreoffice (1:7.3.0~beta1-2) experimental; urgency=medium . * debian/patches/revert-eabcfb3f18a6944d9ad89cecd3eb3ca7a2259cf3.diff: as name says; revert broken change/test; from upstream gerrit . libreoffice (1:7.3.0~beta1-1) experimental; urgency=medium . * New upstream beta release . * debian/patches/pdfium-support-system-libopenjpeg-and-libabsl.diff: don't use internal libabsl cody copy in pdfium; add conditionalization for it and openjpeg2 . * debian/rules: - switch WEBDAV_LIB to the curl backend since it now has the test coverage instead of neon and is default now anyways - actually only set TEST_TIMEOUT if we ignore the test results anyway... - add abseil and openjpeg2 to SYSTEM_STUFF if building pdfium . libreoffice (1:7.3.0~alpha1-6) experimental; urgency=medium . * debian/tests/unitcheck. - remove broken mkdir -p of aboutbox.ui; add mkdir -p instdir/share/config/soffice.cfg/vcl/ui/.dir which was intended... . libreoffice (1:7.3.0~alpha1-5) experimental; urgency=medium . * debian/tests/*, debian/tests/control.in: strip cppunit- from cppunit-slowcheck and -unitcheck (the latter contains junit checks, too). Keep it for cppunit-subsequentcheck since that ecplicitely disables junit (which is tested in junit-subsequentcheck) * debian/test/unitcheck: - also filter out the unoidl module (no idea why it worked in my run and not in ci, but...) - don't allow test as root, the sal test fails miserably as root - create missing instdir/share/config/soffice.cfg/vcl/ui/aboutbox.ui * debian/tests/cppunit-subsequentcheck: add missing cd $SRCDIR * debian/tests/control.in: - move smoketest up again (before the test-extension*) tests to stress it's importance (and it's restricted on archs where we have the cpppunit tests having build-needed anyway) . libreoffice (1:7.3.0~alpha1-4) experimental; urgency=medium . * debian/rules: - disable LTO on mips64el - also uncomment smoketest.jar move to -smoketest-data again (although effectively unused..) (closes: #998435) - don't check for AUTOPKGTEST_TMP, it seems to not been set in build stage already (add hack to grep for autopkgtest in pwd instead). Don't run the checks in build* if in autopkgtest builds (as they are run later anyway) - Separate RUN_MAKE_CHECK into BUILD_TESTS/RUN_MAKE_CHECK - use -g1 on autopkgtest builds (saving disc space/time on all those copies...) - don't specify --without-cppunit in CONFIGURE_FLAGS_INDEP per default (only explicit build-indep builds) * debian/tests/*, debian/tests/patches/*: - move cppunit part out of smoketest-standalone.diff into cppunit-standalone.diff * debian/tests/control.in: - make uno superficial, it only runs the bridgetest; remove it from cppunit-subsequentcheck - move smoketest after the cppunit tests and run it only on the architectures those, too (also make it build-needed); add missing libreoffice-smoketest-data dependency * debian/tests/*: - only create config_host.mk when not existing (e.g. architectures having no tests with build-needed and thus there is no build which created it) - don't try to run test-extension/odk-build-examples* as root, skip them if doing so * debian/tests/control.in, debian/rules: - don't use @ as dependency in cppunit-* since -nogui conflict with the "real" ones; populate by dh_listpackages but filter -nogui, -dev-doc and the l10ns/helps out * debian/control.in. - bump ure depends to >= 1:7.3.0~ (closes: #998746) * debian/tests/cppunit-*: - fix syntax; add more needed .dir's . libreoffice (1:7.3.0~alpha1-3) experimental; urgency=medium . * debian/patches/cppunit-optional.diff: build more stuff in smoketest not related to cppunit itself (e.g. TestExtension.{jar,oxt}) . * debian/rules: - build smoketestdoc.sxw again . libreoffice (1:7.3.0~alpha1-2) experimental; urgency=medium . * debian/rules: - use --without-cppunit in build-indep - use clang 12 on ppc64el (if building with LTO at least) - fix autopkgtest builds; explicitely set PACKAGE_SDK_DOCS=n . libreoffice (1:7.3.0~alpha1-1) experimental; urgency=medium . * New upstream alpha release - fixes --enable-lto build with clang (filters out -flto=X) (closes: #985867) . * debian/patches/filter-out-lto-flags.diff: remove, was incomplete since the revert in 1:7.2.1-1 anyway . * debian/rules: - use --with-idlc-cpp=cpp to use cpp instead of ucpp and adapt IDLC_CPP_DEPENDS for -dev accordingly - build with LTO if we build with mergelibs - only test the apparmor profiles' syntax on build-indep builds (since that is where they are installed); move (dh-)apparmor build-deps to Build-Depends-Indep * debian/tests/* debian/rules:: - run the cppunit tests (as superficial tests) and add a test for manually running CppunitTest_connectivity_mysql_test after preparing mariadb (also superficial) - run the smoketest again now that we have a needs-build test anyway and don't add a hacked smoketestdoc.sxw anymore into smoketest-data - use the the just-built one * debian/rules, debian/control.in, debian/joinctrl.py: add new Build-Depends-Arch: containing the nocheck build-deps needed for make check on arch-dep builds * debian/watch: watch alphas/betas Checksums-Sha1: 14e2626b20e75dd5ae5e696f1d2ab32d79660264 30887 libreoffice_7.3.0-1~bpo11+1.dsc 724b2515c7aa7bfb846d2cc4a332a3a35cfae919 130884240 libreoffice_7.3.0-1~bpo11+1.debian.tar.xz a5fca65f0cb9a7d3194c898bdf0d5df3f7a3d93a 34429 libreoffice_7.3.0-1~bpo11+1_source.buildinfo Checksums-Sha256: 17c0f77134c64b8fc7d213135b5259b1eb25921918b6c90dae26321b54629935 30887 libreoffice_7.3.0-1~bpo11+1.dsc b146befa74cdf4e97b7391bd2781a41ee59832cdc1f92f82b88edbcaee2cd3f3 130884240 libreoffice_7.3.0-1~bpo11+1.debian.tar.xz 5bf144f3b659b04990f13d3bc8c08d90512ca917dd15d93183485fca950a0850 34429 libreoffice_7.3.0-1~bpo11+1_source.buildinfo Files: b3f2d10d7fc9c60750522e5d602d21e0 30887 editors optional libreoffice_7.3.0-1~bpo11+1.dsc 3fe763798157a5a9a9e6aad1a68f37f5 130884240 editors optional libreoffice_7.3.0-1~bpo11+1.debian.tar.xz 5d8775fc67996c529347ff416775f31a 34429 editors optional libreoffice_7.3.0-1~bpo11+1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmH/nAEQHHJlbmVAZGVi aWFuLm9yZwAKCRAKoEVx0D4+cKLTEACLY7o9f0a+Gv0glSNuOszTQxmu4qwvVKsT 8SdiK22bIEhwTKkLRY/3h3zCyyRjUBjg1K8wCChBKQ+20fjG/+t6VPO1hOUyiD/6 ivMvPCq6ruB5HlEf7vlLXHi1jhqIRKMZpnkdPykLJnoU+FKpSNaU0W5gcM2EjkTr fG3K/F1pGTZQ3Lp7U3pTzz7xSa9DsneM40DpGimwTynLFX6J671QBhTtCJwWNoC8 IDlInboV5GPjH9Fy1V4AUUA3cg010QXsubZ1z3jv2h1lV/wHjzCTtKs8/aPJ4AaD //UyUt55tE6641AUDTdcyMW4jvOc5Lh6ncwIyaswcT8CFErf9BhUbOJ15JKl7Rje D8yNBqKewWMVtwKtRflifrAHrSmxLgzasECQn23uJJdLBXZxooEPo6gpPjshAWIo R+LbfpRXXrzDaKWuXg2jmKajuNLa/MPfQCpIiW1uoBIcbbULqNInYBrxCCON7wHV 9KzOorCn0LN8ORqOYj00LSGDzOTjpgu5qlzsh1MBNDzGSAis86W+u+2PjkTHbaIY xgFjDFNPtPoJCfhI5Plq22XEOkDyFnuafimbG577e71gjZtAdV8x8aJVMj6uG8Oc jca3vk8rqnrRsXVeQQwWkVtDOZHXZItDqfL7b5dJZYidGvwIzJer9ZWRMvkAjfI4 xnSuQ2/EcQ== =IzFO -----END PGP SIGNATURE----- Thank you for your contribution to Debian.