diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-28 10:24:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-04-28 10:24:29 +0200 |
commit | bace12e994a5df9b013e8911429c805bf90317b2 (patch) | |
tree | 2a3268811384f85ea3af4c94a9b04d6c8c8c94e3 /debian/control | |
parent | 7dd8a26724c9d51f5aebcf48370d12071b1c9ae1 (diff) |
Fix the lintian warning libsane: package-name-doesnt-match-sonames libsane1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 0056910..6d37f98 100644 --- a/debian/control +++ b/debian/control @@ -74,13 +74,13 @@ Description: API library for scanners -- documentation and support files This package includes documentation for libsane, such as the man pages and list of supported scanners, and support files (i18n data). -Package: libsane +Package: libsane1 Section: libs Architecture: any Multi-Arch: same -Breaks: libsane1 (<< 1.0.27-3.1~) -Replaces: libsane1 (<< 1.0.27-3.1~) -Provides: libsane1 (= ${binary:Version}) +Conflicts: libsane (<< 1.0.27-4~) +Replaces: libsane (<< 1.0.27-4~) +Provides: libsane (= ${binary:Version}) Depends: acl [linux-any], adduser, @@ -110,7 +110,7 @@ Section: libdevel Architecture: any Multi-Arch: same Depends: - libsane (= ${binary:Version}), + libsane1 (= ${binary:Version}), ${misc:Depends} Description: API development library for scanners [development files] SANE stands for "Scanner Access Now Easy" and is an application |