summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-11-02 07:48:56 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-11-02 07:48:56 +0100
commit530414c4c087586bbc42ee75c77cdc2d7591e977 (patch)
tree6571b450a260ee31da6c549341e4d68920e9980b
parentf5c5e5a246e58ebdeeccde80fc451ddcfc0349e4 (diff)
d/rule: Remove the --enable-locking option from dh_auto_configure
-rw-r--r--debian/changelog5
-rw-r--r--debian/libsane1.postinst5
-rwxr-xr-xdebian/rules1
3 files changed, 2 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 2471905..d12645a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,10 @@ sane-backends (1.0.31-3) UNRELEASED; urgency=medium
- On purge remove pid file if sysvinit are used.
* debian/99-libsane1.rules (Closes: #960083):
- Add condition ENV{DEVNAME}!="" to run setfacl only on usb scanners.
- * 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.
+ - Remove the --enable-locking option from dh_auto_configure (Closes: #973490,
+ #971584).
-- Jörg Frings-Fürst <debian@jff.email> Wed, 30 Sep 2020 16:12:47 +0200
diff --git a/debian/libsane1.postinst b/debian/libsane1.postinst
index 88528f0..971103e 100644
--- a/debian/libsane1.postinst
+++ b/debian/libsane1.postinst
@@ -9,11 +9,6 @@ case "$1" in
addgroup --quiet --system scanner || true
fi
- if [ -d /var/lock/sane ]; then
- mkdir /var/lock/sane
- fi
- chown saned:saned /var/lock/sane
-
;;
abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/rules b/debian/rules
index 4da0191..45233ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,6 @@ endif
--datadir=\$${prefix}/share \
--mandir=\$${prefix}/share/man \
--docdir=\$${prefix}/share/doc/libsane \
- --enable-locking \
--enable-static \
--enable-pthread \
--with-gphoto2 \