diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-02 19:13:09 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-02 19:13:09 +0200 |
commit | 32fb8ce0ccf9ea08ae0969c1470e50844f78d425 (patch) | |
tree | 1c548aa80326705dda347593779c66c7aa979a5d /debian | |
parent | 2f4126629870332f6d482467d4563d99b7c023ca (diff) | |
parent | ddb1f5f4619c05dfbdd92c6191d37b2733b90a74 (diff) |
Merge branch 'release/debian/0.999-10'debian/0.999-10
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 2 |
3 files changed, 18 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 85c016d..e51e8c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +xsane (0.999-10) unstable; 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>. + * debian/copyright: + - Add year 2021 to debian/*. + * Declare compliance with Debian Policy 4.5.1 (No changes needed). + + -- Jörg Frings-Fürst <debian@jff.email> Sun, 14 Mar 2021 11:34:10 +0100 + xsane (0.999-9) unstable; urgency=medium * debian/copyright: diff --git a/debian/control b/debian/control index e5fa11d..795ee2a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xsane Section: graphics Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Build-Depends: debhelper-compat (= 13), gettext, @@ -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 diff --git a/debian/copyright b/debian/copyright index 466a383..ed7f6f6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -68,7 +68,7 @@ License: GPL-2+ Files: debian/* Copyright: 1999-2002 Oliver Rauch <Oliver.Rauch@xsane.org> 2002-2011 Julien BLACHE <jblache@debian.org> - 2014-2020 Jörg Frings-Fürst <debian@jff.email> + 2014-2023 Jörg Frings-Fürst <debian@jff.email> License: GPL-3+ Files: lib/alloca.c |