summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules2
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