diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/libsane1.postinst | 5 | ||||
-rwxr-xr-x | debian/rules | 1 |
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 \ |