summaryrefslogtreecommitdiffstats
path: root/debian/README.Debian-source
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 09:46:40 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 09:48:54 +0000
commitbe7897864e9812d8dea97f260cac55e8a671895b (patch)
tree858160f3c08ff87dbe3b348b61e498391259e43a /debian/README.Debian-source
parentMerging upstream version 4:24.2.2. (diff)
downloadlibreoffice-be7897864e9812d8dea97f260cac55e8a671895b.tar.xz
libreoffice-be7897864e9812d8dea97f260cac55e8a671895b.zip
Merging debian version 4:24.2.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README.Debian-source')
-rw-r--r--debian/README.Debian-source21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/README.Debian-source b/debian/README.Debian-source
index 7b9f523b2f..5bc3f54609 100644
--- a/debian/README.Debian-source
+++ b/debian/README.Debian-source
@@ -80,3 +80,24 @@ $ git submodule init
For tarballs/, see above
+Build profiles
+==============
+
+Except the "common" build profiles
+ - nodoc
+ - nocheck
+ - nopython
+ - nojava
+ - nogir
+this source package also has
+ - an own one which controls whether opens___.ttf of fonts-opensymbol is rebuilt
+ (which needs fontforge-nox | fontforge) (pkg.libreoffice.opensymbolbuild, default on arch
+ inde builds) or not.
+ If this is disabled you must provide opens___.ttf itself since the upstream build will fail
+ wiithout it being present. The canonical way (which is what upstream does per default actually)
+ is to put https://dev-www.libreoffice.org/extern/f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf
+ into tarballs/. It will be picked up from there.
+ - Then we get a fonts-opensymbol Build-Depends-Arch to make arch-dep builds use the
+ rebuilt font. In case this makes problem this can be built still by
+ debuild (-b) -Ppkg.libreoffice.opensymbolbuild
+