Merge version 1:7.4.2-4+rpi1 and 1:7.4.4~rc2-2 to produce 1:7.4.4~rc2-2+rpi1 archive/raspbian/1%7.4.4_rc2-2+rpi1 raspbian/1%7.4.4_rc2-2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sat, 7 Jan 2023 16:13:18 +0000 (16:13 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Sat, 7 Jan 2023 16:13:18 +0000 (16:13 +0000)
1  2 
debian/changelog
debian/control
debian/rules

index dbc85790b0ef2f90b33b36dc49da27bcc99bbd33,dd3e1c34fdf839ba292ad407266c99c559f5e491..4493d9381cac1fca6e6b0794cdf2acfce3635088
- libreoffice (1:7.4.2-4+rpi1) bookworm-staging; urgency=medium
++libreoffice (1:7.4.4~rc2-2+rpi1) bookworm-staging; urgency=medium
 +
 +  [changes brought forward from 1:6.0.2-1+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Fri, 27 Apr 2018 02:14:18 +0000]
 +  * Disable testsuite.
 +
 +  [changes introduced in 1:5.4.0-1+rpi1 by Peter Michael Green]
 +  * Disable pdfium, it fails to build for armv6
 +
 +  [changes introduced in 1:7.2.4-3+rpi1 by Peter Michael Green]
 +  * Use clang 11, newer versions cause armv7 contamination issues.
 +
-  -- Peter Michael Green <plugwash@raspbian.org>  Thu, 17 Nov 2022 10:14:28 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Sat, 07 Jan 2023 16:13:16 +0000
 +
- libreoffice (1:7.4.2-4) unstable; urgency=medium
+ libreoffice (1:7.4.4~rc2-2) unstable; urgency=medium
  
+   * debian/rules: also add forgotten DEB_LDFLAGS_MAINT_STRIP for -flto=auto
+     and (if using "small symbols" anyway -ffat-lto-objects)
+   * upload to unstable
+  -- Rene Engelhard <rene@debian.org>  Fri, 30 Dec 2022 00:22:03 +0100
+ libreoffice (1:7.4.4~rc2-1) experimental; urgency=medium
+   * New upstream release candidate
+   * debian/patches/boost-1.81.diff: add patch from libreoffice-7-5 branch; 
+     fix build with boost 1.81
+   * debian/patches/0004-Remove-dependency-on-BitArray.h-from-zxing-1.2.0.patch:
+     add from clearlinux-pkgs, thanks Johannes Schauer -
+     see https://github.com/zxing-cpp/zxing-cpp/issues/361 (closes: #1027048)
+   * debian/source/lintian-overrides: override bogus
+     source-contains-prebuilt-windows-binary for
+     [sw/qa/extras/txtimport/data/GB18030.txt]; also override
+     source-is-missing for some htmls in sw/qa/extras/html{import,export}/data
+  -- Rene Engelhard <rene@debian.org>  Wed, 28 Dec 2022 12:27:48 +0100
+ libreoffice (1:7.4.4~rc1-1) experimental; urgency=medium
+   * New upstream release candidate
+  -- Rene Engelhard <rene@debian.org>  Thu, 15 Dec 2022 21:12:29 +0100
+ libreoffice (1:7.4.3-2) unstable; urgency=medium
+   * debian/rules: disable checks on s390x for now (cause OOM on the buildds),
+     the results are ignored anyway.
+   
+  -- Rene Engelhard <rene@debian.org>  Mon, 28 Nov 2022 18:32:19 +0100
+ libreoffice (1:7.4.3-1) unstable; urgency=medium
+   * LibreOffice 7.4.3 final release (identical to rc2)
+   * upload to unstable
+   * debian/rules: use system-lockfile; lockfile is actually built during
+     the build on non-cross builds
+  -- Rene Engelhard <rene@debian.org>  Wed, 23 Nov 2022 18:58:08 +0100
+ libreoffice (1:7.4.3~rc2-2) experimental; urgency=medium
+   * debian/patches/fix-system-libfixmath.diff: fix build without
+     mergelibs (a.k.a. 32bit archs) by adding explicit -llibfixmath ...
+  -- Rene Engelhard <rene@debian.org>  Wed, 16 Nov 2022 21:54:08 +0100
+ libreoffice (1:7.4.3~rc2-1) experimental; urgency=medium
+   * New upstream release candidate
+   * debian/patches/fix-system-libfixmath.diff: actually don't compile
+     internal fix16.cxx but use system-libfixmath as intended
    * debian/rules, debian/patches/dragonbox-1.1.3.diff: fix build with
-     dragonbox 1.1.3 and update dragonbox build-dependency 
+     dragonbox 1.1.3 and update dragonbox build-dependency
+     (closes: #1024157)
  
-  -- Rene Engelhard <rene@debian.org>  Sat, 12 Nov 2022 09:28:58 +0100
+  -- Rene Engelhard <rene@debian.org>  Wed, 16 Nov 2022 18:42:19 +0100
  
- libreoffice (1:7.4.2-3) unstable; urgency=medium
+ libreoffice (1:7.4.3~rc1-2) experimental; urgency=medium
  
+   * debian/*.symbols: fix lintians
+     "symbols-file-contains-current-version-with-debian-revision on
+     symbol GLIBCXX_3.4@GLIBCXX_3.4" by adding a alternative dependency
+     template triggering on this symbol and adding an extra dependency on
+     libstdc++6 (>= 4.1.1) (version taking from libstdc++.symbols)
    * debian/rules:
-     - allow new versioned java-runtime provides in Java runtime dependencies
+     - now that we cover all symbols in *.symbols, use -c2 for dh_makeshlibs
      - move ifeq for bullseye-backports down in the file to really exclude
-       the node-prismjs dependency on on bullseye-backports
+       the node-prismjs dependency on bullseye-backports
    * debian/libreoffice-core.NEWS: add NEWS entry for #1019423
  
-  -- Rene Engelhard <rene@debian.org>  Wed, 09 Nov 2022 17:20:12 +0100
+  -- Rene Engelhard <rene@debian.org>  Wed, 09 Nov 2022 17:21:29 +0100
+ libreoffice (1:7.4.3~rc1-1) experimental; urgency=medium
+   * New upstream release candidate
+   * debian/rules, debian/*.bug-scripts.in, debian/bug-control: rework
+     - call /usr/share/bug/<package>/script for report-with: packages to work
+       around #819543
+     - make the nogui packages also report-with: their nogui (alternative)
+       dependencies
+     - read Java config also from the user config
+     - make libreoffice-nlpsolver and libreoffice-wiki-publisher
+       report-with: ure-java
+   * debian/rules:
+     - allow new versioned java-runtime provides in Java runtime dependencies
+  -- Rene Engelhard <rene@debian.org>  Wed, 02 Nov 2022 18:55:31 +0100
  
  libreoffice (1:7.4.2-2) unstable; urgency=medium
  
diff --cc debian/control
Simple merge
diff --cc debian/rules
Simple merge