diff options
Diffstat (limited to 'debian')
-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 |