From d5e6da3f4b09d9c85425d1e80996958dee93b92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 22 Aug 2020 22:25:59 +0200 Subject: Add back libsane transitional package, to ease upgrades; Fix lintian *-globbing-patterns erorrs --- debian/control | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'debian/control') 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. -- cgit v1.2.3 From 671fe4da5ab40cd997b6001ab0c4a7af87bac318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 25 Aug 2020 22:06:56 +0200 Subject: New patches; Use --enable-locking instead --disable-locking, Add libpoppler-glib-dev & python3-minimal to Build-Depends --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 57fa24c..7b4fb99 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libieee1284-3-dev [!hurd-i386], libjpeg-dev, libltdl3-dev, + libpoppler-glib-dev, libsnmp-dev [!kfreebsd-any], libsystemd-dev [linux-any], libtiff-dev, @@ -24,7 +25,8 @@ Build-Depends: libxml2-dev, pkg-config, po-debconf, - xutils-dev + xutils-dev, + python3-minimal Homepage: http://www.sane-project.org Vcs-Git: git://jff.email/opt/git/sane-backends.git Vcs-Browser: https://jff.email/cgit/sane-backends.git -- cgit v1.2.3 From 9320abadc982f7b9a9de4e19bff35e5b86e9c3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 28 Aug 2020 12:39:17 +0200 Subject: Add ipp-usb to libsane1 Recommends --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7b4fb99..b5e3f42 100644 --- a/debian/control +++ b/debian/control @@ -96,7 +96,9 @@ Depends: udev [linux-any], ${misc:Depends}, ${shlibs:Depends} -Recommends: sane-utils (>= ${binary:Version}) +Recommends: + sane-utils (>= ${binary:Version}), + ipp-usb Suggests: avahi-daemon, hplip Description: API library for scanners SANE stands for "Scanner Access Now Easy" and is an application -- cgit v1.2.3