summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 462cbb7..2471905 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ sane-backends (1.0.31-3) UNRELEASED; urgency=medium
* debian/libsane1.postinst:
- Add creation for the lock directory
(Thanks to Andreas Tscharner <andy@stupidmail.ch>).
+ * debian/rules:
+ - Replace the --enable-avahi option with an --with-avahi.
-- Jörg Frings-Fürst <debian@jff.email> Wed, 30 Sep 2020 16:12:47 +0200
diff --git a/debian/rules b/debian/rules
index 8bab3c0..4da0191 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,7 @@ endif
--enable-static \
--enable-pthread \
--with-gphoto2 \
- --enable-avahi \
+ --with-avahi \
--enable-pnm-backend \
--with-usb \
--without-v4l \