diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f4f3c71..4f381f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xsane (0.999-12.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control: Recommends firefox-esr | firefox | www-browser rather + than firefox | www-browser to avoid fallback to www-browser when + package firefox is not available. (Closes: #1076101) + + -- Boyuan Yang <byang@debian.org> Thu, 12 Sep 2024 16:06:52 -0400 + xsane (0.999-12) unstable; urgency=medium * Upload to unstable. diff --git a/debian/control b/debian/control index 3771027..20d07b5 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Depends: xsane-common (= ${source:Version}) Recommends: cups-client, - firefox | www-browser + firefox-esr | firefox | www-browser Suggests: gimp, gocr | cuneiform | tesseract-ocr | ocrad, |