diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:26:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:26:08 +0000 |
commit | 8dbb50fb59e9f6a04113248e111be6a80d4bc682 (patch) | |
tree | f68520f4fcc63c4e56e6e049cbdc3c638d63e62d | |
parent | Adding debian version 4:24.2.0-2. (diff) | |
download | libreoffice-8dbb50fb59e9f6a04113248e111be6a80d4bc682.tar.xz libreoffice-8dbb50fb59e9f6a04113248e111be6a80d4bc682.zip |
Adding debian version 4:24.2.0-3.debian/4%24.2.0-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0138d13222..902efef99f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libreoffice (4:24.2.0-3) experimental; urgency=medium + + * debian/rules: + - stop running debian/rules control in the clean target again; otherwise + we FTBFS due to control differences now on architectures where some stuff + is disabled (and be it test-only build-deps) + + -- Rene Engelhard <rene@debian.org> Sat, 03 Feb 2024 08:41:32 +0100 + libreoffice (4:24.2.0-2) experimental; urgency=medium * debian/patches/sw-do-not-require-cui.diff: do not require cui in sw, from diff --git a/debian/rules b/debian/rules index af17323f14..1b00ae9276 100755 --- a/debian/rules +++ b/debian/rules @@ -1953,7 +1953,7 @@ endif # Files created in debian directory $(MAKE) -f debian/rules clean-debdir - $(MAKE) -f debian/rules control + #$(MAKE) -f debian/rules control # Generate control files, because we have so many different languages |