Control: tags -1 +patch

This issue is more serious for Ubuntu which will need to keep a
libsane1 transitional package around until after 20.04 LTS.

I am attaching the patch I applied in Ubuntu for this issue. Please
consider applying it in Debian too.

Thanks,
Jeremy Bicha
From a3d64a149ac1ce5b7f4f05e22cc050d7acf9e69d Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Wed, 2 Jan 2019 11:53:43 -0500
Subject: [PATCH 2/2] Add libsane1 transitional package

LP: #1802586
Closes: #913346
---
 debian/control | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/control b/debian/control
index 0056910..f018ee4 100644
--- a/debian/control
+++ b/debian/control
@@ -125,3 +125,23 @@ Description: API development library for scanners [development files]
  .
  This package contains the files needed to build your applications
  using SANE.
+
+Package: libsane1
+Architecture: all
+Section: oldlibs
+Depends:
+ libsane (>= ${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.
-- 
2.19.1

Reply via email to