[ubuntu/jammy-proposed] libreoffice 1:7.3.0~rc2-0ubuntu1 (Accepted)
Rico Tzschichholz
ricotz at ubuntu.com
Fri Jan 14 22:28:56 UTC 2022
libreoffice (1:7.3.0~rc2-0ubuntu1) jammy; urgency=medium
* New upstream release candidate
* Enable dwz on amd64
* Disable autopkgtests with build-needed to keep their runtime reasonable
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
Date: Thu, 13 Jan 2022 07:58:27 +0100
Changed-By: Rico Tzschichholz <ricotz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/libreoffice/1:7.3.0~rc2-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 13 Jan 2022 07:58:27 +0100
Source: libreoffice
Built-For-Profiles: noudeb
Architecture: source
Version: 1:7.3.0~rc2-0ubuntu1
Distribution: jammy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Rico Tzschichholz <ricotz at ubuntu.com>
Closes: 985867 998435 998746
Changes:
libreoffice (1:7.3.0~rc2-0ubuntu1) jammy; urgency=medium
.
* New upstream release candidate
* Enable dwz on amd64
* Disable autopkgtests with build-needed to keep their runtime reasonable
.
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:
d902036390a81cb363b2eb65080627f1d69b357e 25631 libreoffice_7.3.0~rc2-0ubuntu1.dsc
989f9062e9988efffe1468f6e10b9b77c34293a0 112069032 libreoffice_7.3.0~rc2.orig-helpcontent2.tar.xz
ee29e43c2c321b0c9b03343835c263fef97692a9 331503276 libreoffice_7.3.0~rc2.orig-tarballs.tar.xz
7dac32b5e67756f34af4764fdaae911012124181 207957072 libreoffice_7.3.0~rc2.orig-translations.tar.xz
18d19948f666353a0edbc2f9042037f63ed08893 3994116 libreoffice_7.3.0~rc2.orig-yaru.tar.xz
54a215a5ed98a6adc1f107a70b7a332fc1e86672 254868220 libreoffice_7.3.0~rc2.orig.tar.xz
50e7eb89341cf6c69bceac188e62cb21990d77f2 2382080 libreoffice_7.3.0~rc2-0ubuntu1.debian.tar.xz
ad83498185d5c8f7efe2e3efc4de21ccca506d8d 36614 libreoffice_7.3.0~rc2-0ubuntu1_source.buildinfo
Checksums-Sha256:
32da0a5704a20face188102ed6ecb99d80c4e0cce29840d64078b561300e2457 25631 libreoffice_7.3.0~rc2-0ubuntu1.dsc
7d25a55cc41d521b49cc4c934966b6149d43c097b7102d95faa68c6dd9dbb434 112069032 libreoffice_7.3.0~rc2.orig-helpcontent2.tar.xz
a1da4f8db45cfa2a0da2a4f29577ede43b2643d5a235d054bca54ea6fdb42f8a 331503276 libreoffice_7.3.0~rc2.orig-tarballs.tar.xz
8b1fc053584c466c25d13a8289c657bf4a5ff7b7a288793e531faac3d9089ccf 207957072 libreoffice_7.3.0~rc2.orig-translations.tar.xz
22ab7cb2dadb1da2a7b3d0abef4ed23a66a761242bbd2ea014436ee4b66ce8cf 3994116 libreoffice_7.3.0~rc2.orig-yaru.tar.xz
deac7c0192df8547c6a7ab5ab6ae9173cc5e6afa17be1629d182cd68b2b59095 254868220 libreoffice_7.3.0~rc2.orig.tar.xz
4fc55ef74ba84bb619a26d31f059b1520b2e1300e6c294b709e38ec1fb751eee 2382080 libreoffice_7.3.0~rc2-0ubuntu1.debian.tar.xz
ae20b6831612b548d24cffc6d5761ab630b06f04f17ac48a6c9b9e84deeed1ee 36614 libreoffice_7.3.0~rc2-0ubuntu1_source.buildinfo
Files:
306908071603a7de430758e48ea4a037 25631 editors optional libreoffice_7.3.0~rc2-0ubuntu1.dsc
48a82790762f69ce8a83f8a5ee07aa01 112069032 editors optional libreoffice_7.3.0~rc2.orig-helpcontent2.tar.xz
1112364716122b67bb10e6aef5501247 331503276 editors optional libreoffice_7.3.0~rc2.orig-tarballs.tar.xz
e9e1c41dacf6d43ca31bb768894adf40 207957072 editors optional libreoffice_7.3.0~rc2.orig-translations.tar.xz
24e1ebef32c31bd4292e48da3fc90ad9 3994116 editors optional libreoffice_7.3.0~rc2.orig-yaru.tar.xz
f9d7e380d19125464ca1fc3f3e79a552 254868220 editors optional libreoffice_7.3.0~rc2.orig.tar.xz
906cef91f058e71408535bce7c8560f2 2382080 editors optional libreoffice_7.3.0~rc2-0ubuntu1.debian.tar.xz
95b3698d1c0c04a01a0070bf2b222353 36614 editors optional libreoffice_7.3.0~rc2-0ubuntu1_source.buildinfo
Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
More information about the jammy-changes
mailing list