diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:44:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:44:43 +0000 |
commit | 5d96ea8d8100d5e22e9cf57f8d8ee2f04cc95bf9 (patch) | |
tree | d89a3827e2c9845ad6d288079065ca3711f61581 /debian/changelog | |
parent | Merging upstream version 4:24.2.2. (diff) | |
download | libreoffice-5d96ea8d8100d5e22e9cf57f8d8ee2f04cc95bf9.tar.xz libreoffice-5d96ea8d8100d5e22e9cf57f8d8ee2f04cc95bf9.zip |
Adding debian version 4:24.2.2-1.debian/4%24.2.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a10383e24a..500e1d4f61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,65 @@ +libreoffice (4:24.2.2-1) unstable; urgency=medium + + * LibreOffice 24.2.2 release (identical to rc2) + + * upload to unstable + + -- Rene Engelhard <rene@debian.org> Thu, 28 Mar 2024 08:28:58 +0000 + +libreoffice (4:24.2.2~rc2-2) experimental; urgency=medium + + * debian/rules: + - explicitely --disable-* GTK3/dbus/gpgmepp if not to be enabled + - fix DBUS disabling for build-indep + + -- Rene Engelhard <rene@debian.org> Wed, 27 Mar 2024 17:23:35 +0000 + +libreoffice (4:24.2.2~rc2-1) experimental; urgency=medium + + * debian/patches/python-3.12.diff: add from libreoffice-24-2 branch; + only a warning here but probably senseful to have anyway + + * New upstream release candidate + + * debian/rules: + - build-depend on python3-setuptools instead of + python3-distutils (closes: #1065893) + - move images_helpimg.zip to libreoffice-help-common + - don't make build: call build-arch and build-indep manually but + depend on it (and $(STAMP_DIR)/prepare) + - reduce some build-deps to make transitions easier with all the + build-deps we have: + + move fontforge to B-D-I and rebuild opens___.ttf as before. Make + arch-dep builds use fonts-opensymbol and it's copy as it's already + thre. + Implement build profiles to change behaviour here should there + ever be need for it (e.g. if one needed a new version of + opensymbol for the tests and it's not available (yet)). + + aggressively disable unneeded stuff for build-indep builds we don't + need for generating the indep stuff. Move their build deps to + Build-Depends-Arch:. Work around install failures for the KDE stuff in + install-common + - move install of the lokit and gir stuff from install-common to + install-arch, both libreofficekit-dev and gir1.2-lokdocview-0.1 + are arch-dep anyway + * debian/control.in: add replaces to libreoffice-common on + libreoffice-help-common for the images_helpimg.zip move + + -- Rene Engelhard <rene@debian.org> Fri, 22 Mar 2024 20:37:15 +0100 + +libreoffice (4:24.2.2~rc1-2) experimental; urgency=medium + + * debian/patches/fix-32bit-build.diff: as name says; from upstream + gerrit + + -- Rene Engelhard <rene@debian.org> Fri, 08 Mar 2024 10:13:05 +0100 + +libreoffice (4:24.2.2~rc1-1) experimental; urgency=medium + + * New upstream release candidate + + -- Rene Engelhard <rene@debian.org> Thu, 07 Mar 2024 16:55:54 +0100 + libreoffice (4:24.2.1-4) unstable; urgency=medium * debian/rules: |