summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2020-11-13 17:37:35 +0100
committerDidier Raboud <odyx@debian.org>2020-11-27 17:27:04 +0100
commitd9a517d7c3bfabc955d1bf1cd39166a06b8fee94 (patch)
treed5d484b7fbc71828840ff94b8b7036158ce8a516
parentf22e767dc18f5b9c787e5c97f9d4b14919d01768 (diff)
Set --with-max-log-size=0
-rwxr-xr-xdebian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 5435a2105..d5d1f6514 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ endif
# Rebuild ./configure to get build system patches working
aclocal
autoconf
+ # --with-max-log-size=0 # Deactivate CUPS' internal logrotating, as we provide a better one, especially LogLevel debug2 gets usable now
dh_auto_configure -- \
--with-docdir=/usr/share/cups/doc-root \
--localedir=/usr/share/cups/locale \
@@ -59,6 +60,7 @@ endif
--with-log-file-perm=0640 \
--with-local_protocols='dnssd' \
--with-systemd=/lib/systemd/system \
+ --with-max-log-size=0 \
$(CONFIG_LIBUSB)
override_dh_auto_install: