diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 21 | ||||
-rw-r--r-- | debian/copyright | 9 |
3 files changed, 28 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 4208140..0e0c01d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sane-backends (1.0.30-1~experimental3) UNRELEASED; urgency=medium + + * Add back libsane transitional package, to ease upgrades: + - debian/control: Add package libsane as oldlibs. + + -- Jörg Frings-Fürst <debian@jff.email> Mon, 01 Jun 2020 13:14:34 +0200 + sane-backends (1.0.30-1~experimental2) experimental; urgency=medium * debian/not-installed: diff --git a/debian/control b/debian/control index fe40df3..57fa24c 100644 --- a/debian/control +++ b/debian/control @@ -131,3 +131,24 @@ Description: API development library for scanners [development files] . This package contains the files needed to build your applications using SANE. + +Package: libsane +Architecture: any +Multi-Arch: same +Section: oldlibs +Depends: + libsane1 (>= ${source:Version}), + ${misc:Depends} +Description: API library for scanners [transitional package] + SANE stands for "Scanner Access Now Easy" and is an application + programming interface (API) that provides standardized access to any + raster image scanner hardware (flatbed scanner, hand-held scanner, + video- and still-cameras, frame-grabbers, etc.). The SANE standard is + free and its discussion and development are open to everybody. The + current source code is written to support several operating systems, + including GNU/Linux, OS/2, Win32 and various Unices and is available + under the GNU General Public License (commercial applications and + backends are welcome, too, however). + . + This package is here to ensure smooth upgrades. It can be removed when + you see fit. diff --git a/debian/copyright b/debian/copyright index 80efaa3..dfb0cff 100644 --- a/debian/copyright +++ b/debian/copyright @@ -299,7 +299,6 @@ License: GPL-2+ Files: backend/leo.* backend/matsushita.* backend/sceptre.* - backend/sceptre.c backend/teco1.* backend/teco3.* backend/umax-usb.c @@ -873,10 +872,6 @@ Files: testsuite/backend/genesys/* Copyright: 2019 Povilas Kanapickas <povilas@radix.lt> License: GPL-2+ with sane exception -Files: testsuite/backend/genesys/Makefile.am -Copyright: 2019 Sane Developers -License: GPL-2+ with sane exception - Files: tools/create-release.sh tools/create-changelog.sh tools/update-upstreams.sh @@ -893,10 +888,6 @@ Copyright: 2003-2005 Henning Meier-Geinitz <henning@meier-geinitz.de> 2003 Gerard Klaver <gerard@gkall.hobby.nl> License: GPL-2+ with sane exception -Files: tools/gamma4scanimage.c -Copyright: 1997-2004 Oliver Rauch -License: GPL-2+ - Files: tools/mustek600iin-off.c Copyright: 1997-1999 Andreas Czechanowski License: GPL-2+ |