From 530414c4c087586bbc42ee75c77cdc2d7591e977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 2 Nov 2020 07:48:56 +0100 Subject: d/rule: Remove the --enable-locking option from dh_auto_configure --- debian/changelog | 5 ++--- debian/libsane1.postinst | 5 ----- debian/rules | 1 - 3 files changed, 2 insertions(+), 9 deletions(-) (limited to 'debian') 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 ). * 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 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 \ -- cgit v1.2.3