summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-12 10:52:41 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-10-12 10:52:41 +0200
commitf5c5e5a246e58ebdeeccde80fc451ddcfc0349e4 (patch)
treebed58ef12c79cc3194d05a69c95a3e5b2d4bf81c
parent736573a8db4bd098da28a4831ce4c601f880aacd (diff)
d/rules: Replace the --enable-avahi option with an --with-avahi
-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 \