diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-03-14 11:14:16 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-03-14 11:14:16 +0100 |
commit | 484d83e03ce490fa0c2635038c1965932869915b (patch) | |
tree | 6dac93500698ddce96d2b0309a246115caedb7a2 | |
parent | 3e467926ebb7768ed12b84df8078a6ddbff79139 (diff) |
Fix bug #985190
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 85c016d..fc87b2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xsane (0.999-10) UNRELEASED; urgency=medium + + * xsane-common: Remove unversioned Replaces: xsane. + * xsane: Add Breaks+Replaces: xsane-common (<< 0.999-10~) for taking over + xsane-startimage.pnm (Closes: #985190). Thanks to + Andreas Beckmann <anbe@debian.org>. + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 14 Mar 2021 11:07:56 +0100 + xsane (0.999-9) unstable; urgency=medium * debian/copyright: diff --git a/debian/control b/debian/control index e5fa11d..741d763 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,10 @@ Suggests: gocr | cuneiform | tesseract-ocr | ocrad, gv, hylafax-client | mgetty-fax +Breaks: + xsane-common (<< 0.999-10~), +Replaces: + xsane-common (<< 0.999-10~), Description: featureful graphical frontend for SANE (Scanner Access Now Easy) xsane can be run as a stand-alone program or through the GIMP image manipulation program. In stand-alone mode, xsane can save an image @@ -54,7 +58,6 @@ Package: xsane-common Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} -Replaces: xsane Recommends: xsane Description: xsane architecture independent files xsane can be run as a stand-alone program or through the GIMP image |