diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 1 | 
2 files changed, 8 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index 71738d5..b4647ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sane-backends (1.0.31-4) unstable; urgency=medium + +  * debian/rules:  +    - Add the --disable-locking option to dh_auto_configure. + + -- Jörg Frings-Fürst <debian@jff.email>  Fri, 04 Dec 2020 17:08:57 +0100 +  sane-backends (1.0.31-3) unstable; urgency=medium    * debian/sane-utils.postrm (Closes: #941625): diff --git a/debian/rules b/debian/rules index 45233ca..1109e1f 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,7 @@ endif  		--enable-pnm-backend \  		--with-usb \  		--without-v4l \ +		--disable-locking \  		$(INS_CONF)  override_dh_autoreconf: | 
