diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-21 07:35:24 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-21 07:35:24 +0100 | 
| commit | c29081c8566cb5d4d2606e9b68b35b8f38583c3b (patch) | |
| tree | 2898a52e3f6f10ee52be699727965dd54569aa06 | |
| parent | f8a9c34a1b53a4f5b2696f4f52612c9340b2f370 (diff) | |
dcontrol: Add Recommends: sane-airscan to libsane1
| -rw-r--r-- | debian/changelog | 11 | ||||
| -rw-r--r-- | debian/control | 1 | 
2 files changed, 9 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index 60d26b0..c0b6e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@  sane-backends (1.1.1-3) UNRELEASED; urgency=medium    * Remove test artefact (debian/1.sh). -  * debian/changelog: Fix spelling error (Closes: #1006116). -  * debian/sane-utils.postinst: Remove not longer requested home directory move. -  * debian/sane-utils.postrm: Don't remove group scanner (Closes: #1005737). +  * debian/changelog: +    - Fix spelling error (Closes: #1006116). +  * debian/sane-utils.postinst: +    - Remove not longer requested home directory move. +  * debian/sane-utils.postrm: +    - Don't remove group scanner (Closes: #1005737). +  * debian/control: +    - Add Recommends: sane-airscan to libsane1 (Closes: 1005817).   -- Jörg Frings-Fürst <debian@jff.email>  Mon, 14 Feb 2022 21:28:17 +0100 diff --git a/debian/control b/debian/control index 8794851..f6277ff 100644 --- a/debian/control +++ b/debian/control @@ -97,6 +97,7 @@ Depends:   ${misc:Depends},   ${shlibs:Depends}  Recommends: + sane-airscan   sane-utils (>= ${binary:Version}),   ipp-usb  Suggests: avahi-daemon, hplip | 
