summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-22 22:25:59 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-08-22 22:25:59 +0200
commitd5e6da3f4b09d9c85425d1e80996958dee93b92b (patch)
treea726f18e52b69e5ccab2f475f0e3c2170480311a /debian/control
parent9721ef08909e83777a6a3bba588e63179ec2c05f (diff)
Add back libsane transitional package, to ease upgrades; Fix lintian *-globbing-patterns erorrs
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control21
1 files changed, 21 insertions, 0 deletions
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.