diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-28 21:32:14 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-28 21:32:14 +0200 |
commit | d3d015128552b36c0921c895ac8c2c0d3cfbfcb9 (patch) | |
tree | 5e5e906a24a09d0a0a99345fcde23ecec3434f76 /debian/control | |
parent | 9e88d724280490f6d72e901ed8b2e0d2d0f67c45 (diff) | |
parent | 0014f68f24bf29f08ce5b65428beed3c16554dfe (diff) |
Merge branch 'release/debian/1.2.1-3'debian/1.2.1-3
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/debian/control b/debian/control index 7dcc113..53528af 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,8 @@ Build-Depends: xutils-dev, python3-minimal:any 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 +Vcs-Git: git://git.jff.email/sane-backends.git +Vcs-Browser: https://git.jff.email/cgit/sane-backends.git Rules-Requires-Root: no Package: sane-utils @@ -86,9 +86,6 @@ Package: libsane1 Section: libs Architecture: any Multi-Arch: same -Breaks: libsane (<< 1.0.29-1~) -Replaces: libsane (<< 1.0.29-1~) -Provides: libsane (= ${binary:Version}) Depends: acl [linux-any], adduser, @@ -136,24 +133,3 @@ 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. |