diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-05 06:20:47 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-10-05 06:20:47 +0200 |
commit | 472d38beb7d0bbb46d9a2996a3b99aeaee61afa6 (patch) | |
tree | 1411c7fee72423a896ba9e2ccb5907f49037a483 | |
parent | a94d3a93c14524809da1340af1e5462fa663016e (diff) |
d/control: Change Breaks to Conflicts for binary package libsane1
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ab1124e..2c09a3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ sane-backends (1.0.27-3) UNRELEASED; urgency=medium * Remove outdated makedev dependency (Closes: #907017). * Reactivate and refresh debian/patches/0125-multiarch_dll_search_path.patch to allow driver from non-multiarch directories (Closes: #910103). + * debian/control: + - Change Breaks to Conflicts for binary package libsane1 (Closes: #908681). -- Jörg Frings-Fürst <debian@jff.email> Thu, 04 Oct 2018 19:05:03 +0200 diff --git a/debian/control b/debian/control index b808617..c52b8dc 100644 --- a/debian/control +++ b/debian/control @@ -78,9 +78,9 @@ Package: libsane1 Section: libs Architecture: any Multi-Arch: same -Breaks: libsane (<<1.0.27-1) -Replaces: libsane (<<1.0.27-1) -Pre-Depends: ${misc:Pre-Depends} +Conflicts: libsane (<< 1.0.27-1~) +Replaces: libsane (<< 1.0.27-1~) +Provides: libsane (= ${binary:Version}) Depends: acl [linux-any], adduser, |